ƒ­Q77673 232 679 132 226 343 160 206 301 523 219 119 181 756 189 317 176 129 372 219 164 164 116 121 154 183 119 157 167 169 175 119 250 171 195 154 460 140 241 140 231 183 202 323 294 127 189 189 207 403 183 145 146 165 193 504 141 186 303 263 274 118 417 221 181 165 125 348 794 174 111 135 501 223 147 155 297 424 250 334 121 156 204 124 168 112 122 261 217 341 225 332 220 161 232 255 119 199 234 373 164 222 209 198 255 209 122 109 256 116 146 121 118 219 331 402 168 231 241 186 249 378 197 302 260 202 337 307 272 249 187 366 128 166 153 164 303 127 140 156 268 171 165 181 309 192 304 136 220 204 348 229 292 217 226 210 277 158 335 1056 240 253 172 294 211 196 179 294 1100 142 271 434 310 202 249 492 205 116 127 216 249 179 254 155 127 233 154 119 123 128 192 349 147 227 122 162 250 137 160 498 144 498 437 259 147 135 127 179 249 303 216 262 116 113 214 215 168 120 157 161 132 187 154 433 155 152 115 189 117 438 171 160 391 253 K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T03:29:06.000000Z K 7 svn:log V 586 Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handling for card change interrupts is different than the pci stuff that's coming soon. Set the management irq in different ways. If pci_parallel interrutp routing, then use the PCI way of getting interrupts. Move polling mode into pcic_isa since when we're routing via pci polling doesn't work because many bridges (systems hang solid). If we're routing interrupts via pci, they can be shared, so flag them as such. Note, this doesn't actually change anything since the pci attachment isn't quite ready to be committed. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T03:36:22.000000Z K 7 svn:log V 40 #defines for pci way interrupt routing. END K 10 svn:author V 4 paul K 8 svn:date V 27 2001-06-04T03:39:14.000000Z K 7 svn:log V 132 S_IFCHR is not a bit mask, it's just a value in a field. The correct way to clear that field is to use S_IFMT. Pointed out by BDE. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-06-04T04:04:45.000000Z K 7 svn:log V 247 The pipe_write() code was locking the pipe without busying it first in certain cases, and a close() by another process could potentially rip the pipe out from under the (blocked) locking operation. Reported-by: Alexander Viro END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-06-04T04:09:00.000000Z K 7 svn:log V 66 MFC 1.15-6, mdoc cleanup and clarification of /etc/mergemaster.rc END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-06-04T04:11:40.000000Z K 7 svn:log V 111 MFC 1.19-23, cleanups and clarifications, along with some OpenBSD compatibility changes. No new functionality. END K 10 svn:author V 4 paul K 8 svn:date V 27 2001-06-04T04:22:57.000000Z K 7 svn:log V 207 You can't free a string and then use it as the error message to errx. Instead use warn to print the string, then cleanup and exit normally. This fixes a core dump if the executable to be run doesn't exist. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T06:49:46.000000Z K 7 svn:log V 430 Add new pci attachment for pcic. This supports pci cards as well as card bus bridges. We now always use pci interrupts for pci cards. This will allow us to more easily configure things. You must change your IRQ lines in /etc/pccard.conf to match what we've probed. I'm not sure the right way to deal with this right now. Development of pci pcmcia has been funded by Monzoon Networks AG. I am grateful for their generosity. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T07:05:48.000000Z K 7 svn:log V 126 The CL-PD6832 support in the last commit was done by Takeshi Shibagaki-san (shiba@freebsd.org). I neglected to mention that. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T07:10:19.000000Z K 7 svn:log V 27 Set up us the pccard bomb. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T07:41:05.000000Z K 7 svn:log V 89 Resetting using COR bit 7 appears to be bad on pci based systems. #ifdef it out for now. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-06-04T11:43:29.000000Z K 7 svn:log V 658 This patch cleans up the ident stuff in inetd. The code which has been patched so many times it was a bit of a mess. There are style, code and man page cleanups. The following are the functional changes: The RFC only permits the returning of 4 possible error codes, make sure we only return these (PR 27636). Use MAXLOGNAME to determine the longest usernames. Add a -i flag, which returns the uid instead of the username (this is from a PR 25787, which also contained alot of the cleanups in this patch). PR: 25787, 27636 Partially Submitted by: Arne.Dag.Fidjestol@idi.ntnu.no Reviewed by: Arne.Dag.Fidjestol@idi.ntnu.no, green MFC after: 3 weeks END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-06-04T11:47:08.000000Z K 7 svn:log V 92 Correct a comment - the time service returns seconds since 1900 not 1970. Submitted by: ru END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-06-04T12:36:07.000000Z K 7 svn:log V 219 Properly initialize a temporary FILE that is allocated off the stack. The change to reuse _up from FILE (to allow FILE to grow without changing size) overlooked FILE being allocated off the stack. Approved by: sobomax END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-04T13:08:54.000000Z K 7 svn:log V 85 msdos -> msdosfs null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-04T13:21:46.000000Z K 7 svn:log V 38 mdoc(7) police: minor markup cleanup. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-04T14:13:15.000000Z K 7 svn:log V 280 When looking for an interface appropriate for the (new or changing) route in ifa_ifwithroute(), as the last resort, look up the route to the gateway, not destination (to derive the interface from). PR: kern/27852 Submitted by: Iasen Kostoff MFC after: 2 weeks END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:38:29.000000Z K 7 svn:log V 124 Add BSD style copyrights (with permission from Charles Mott where appropriate) Deprecate -alias further (after a repo-copy) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-06-04T14:38:30.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'NETGRAPH'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-06-04T14:38:31.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:40:06.000000Z K 7 svn:log V 22 Renamed to README.nat END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:43:57.000000Z K 7 svn:log V 27 README.alias -> README.nat END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:46:13.000000Z K 7 svn:log V 60 MFC: Add BSD style copyrights Deprecate -alias further END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:52:17.000000Z K 7 svn:log V 89 Change to a standard BSD-style copyright Approved by: Atsushi Murai END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:53:13.000000Z K 7 svn:log V 25 MFC: BSD-style copyright END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-06-04T14:53:52.000000Z K 7 svn:log V 65 Remove configuration file for pim6[ds]d. Submitted by: sumikawa END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-06-04T14:58:44.000000Z K 7 svn:log V 75 MFC: Remove configuration file for pim6[ds]d. etc/Makefile: 1.250->1.251 END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T14:59:06.000000Z K 7 svn:log V 75 Add a BSD style copyright Approved by: Charles Mott END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T15:09:51.000000Z K 7 svn:log V 81 Add BSD-style copyright headers Approved by: Charles Mott END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-04T15:11:16.000000Z K 7 svn:log V 25 MFC: BSD-style copyright END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-06-04T15:16:41.000000Z K 7 svn:log V 154 Fix the default number of virtual consoles in the usage.hlp file: there were 3 virtual consoles in older releases, but now they are 8. MFC after: 1 week END K 10 svn:author V 4 eric K 8 svn:date V 27 2001-06-04T15:32:44.000000Z K 7 svn:log V 78 Add sprog.7, the beginnings of the secure programming guide. Reviewed by: ru END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T16:17:06.000000Z K 7 svn:log V 102 Recommend what to do in a single user boot. PR: 25028 Submitted by: Mark Andrews END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T16:20:22.000000Z K 7 svn:log V 62 MFC: Note about single user. Also, fix missing [5] footnote. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-04T17:14:28.000000Z K 7 svn:log V 367 If the chip isn't in power state D0, put it in power state D0. I elected to do this in the probe rather than the attach so that we don't disturb things which this might reset. different cards have different quirks, according to their datasheets. This should fix the "I booted in windows and rebooted to FreeBSD and now things don't work" problem. PR: 4847, 20670 END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-04T18:08:30.000000Z K 7 svn:log V 45 first blush at some FC path inquiry settings END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-04T18:20:52.000000Z K 7 svn:log V 145 Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints. Correct match for A5000 SES instance. PR: 19887 MFC after: 2 weeks END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-04T18:23:49.000000Z K 7 svn:log V 45 first blush at some FC path inquiry settings END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-06-04T18:24:05.000000Z K 7 svn:log V 133 MFC: Fix install usage (Don't use -c with -d). Revision Changes Path 1.4 +2 -2 src/share/sendmail/Makefile END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-04T18:24:07.000000Z K 7 svn:log V 91 Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currently used KTR levels. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-04T18:26:02.000000Z K 7 svn:log V 109 Use bitmasks of the KTR_* constants instead of hexidecimal values for the KTR_COMPILE and KTR_MASK examples. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T18:44:47.000000Z K 7 svn:log V 228 Add some new utility authenticators. pam_securetty silently succeeds if the user is on a secure tty as defined by /etc/ttys. pam_ftp does "anonymous ftp" style authentication with options for specifying the anonymous user(s). END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-04T18:57:54.000000Z K 7 svn:log V 200 New release notes: ti(4) and xl(4) VLAN fixes, RFC 1323/1644 workaround for old terminal services, IP multicast on VLAN devices works, IPv4 fragmentation denial-of-service mitigation, diskcheckd(8). END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-04T19:01:25.000000Z K 7 svn:log V 34 MFC: xl(4) and ti(4) VLAN fixes. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:12:08.000000Z K 7 svn:log V 95 Tidy up the options list (and make it more extendable), and add some extra "standard" options. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:16:57.000000Z K 7 svn:log V 95 Add the "nullok" option that causes this module to succeed if the Unix password is empty/null. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:25:41.000000Z K 7 svn:log V 112 Null file to bring back a file from the dead. This allows the real commit to happen remotely. Damn CVS bugs :-( END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:47:56.000000Z K 7 svn:log V 308 Big module cleanup. Move common stuff into Makefile.inc, and tidy up all the Makefiles as a result. Build new modules. Put a commented-out dependancy on libpam for the (shared) modules. I can't bring this in just yet, as the dependancy (modules->libpam) is reversed for the static case (libpam->modules). END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:52:36.000000Z K 7 svn:log V 89 Extend the su(1) example to take into account recent options to give a more BSD flavour. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T19:54:35.000000Z K 7 svn:log V 51 Install this SUID root. Heck, it is su, after all. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T20:08:55.000000Z K 7 svn:log V 52 Return an empty string rather than an error at EOF. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-04T20:59:48.000000Z K 7 svn:log V 71 MFC rev 1.15 -- avoid listing dir entries twice for the MNT_UNION case END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-04T20:59:49.000000Z K 7 svn:log V 99 In the same manner as getpass(3), block SIGINTR and SIGSTP while we are actually reading the line. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-04T21:04:14.000000Z K 7 svn:log V 409 Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they can be made userland-visible as . Also, those files are not supposed to contain any bus-specific details at all, so placing them under .../isa/ has been a misnomer from the beginning. The files in src/sys/dev/ic/ have been repo-copied from their old location (this commit is a forced null commit there to record this message). END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-04T21:11:34.000000Z K 7 svn:log V 47 MFC: rev 1.2: su binaries should be setuid :-) END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-04T21:15:05.000000Z K 7 svn:log V 92 Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/ic as /usr/include/dev/ic. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-04T21:16:28.000000Z K 7 svn:log V 208 Now that we've got the ne765.h file installed under , use it here instead of the old "/sys/isa/ic/..." hack. This should fix building the world for machines that don't have a /sys symlink, finally. END K 10 svn:author V 6 pirzyk K 8 svn:date V 27 2001-06-04T21:35:08.000000Z K 7 svn:log V 167 Fixed pkg_add so when it does not find a package, it returns != 0. PR: bin/23083 Submitted by: Patch submitted by Maxime Henrion MFC after: 2 weeks END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-04T22:01:44.000000Z K 7 svn:log V 178 While in the interrupt loop, check for a bogus interrupt value of 0xff. This may be returned if the underlying hardware is a pc-card which has been ejected. Reviewed by: warner END K 10 svn:author V 4 eric K 8 svn:date V 27 2001-06-04T22:15:44.000000Z K 7 svn:log V 25 Add sprog.7 to the list. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-04T22:44:01.000000Z K 7 svn:log V 323 Sync the RELNOTESng errata with the errata committed to the Web site. Also try to define a little better what exactly the semantics of this file are (in particular, what content might appear in this file and how a user might obtain an up-to-date copy). I'm not 100% satisfied with this, but it's better than what we had. END K 10 svn:author V 6 pirzyk K 8 svn:date V 27 2001-06-04T23:07:15.000000Z K 7 svn:log V 125 Added the -l option to df, so to be compatable with other unicies. PR: bin/27240 Reviewed by: GAWollman MFC after: 2 weeks END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-04T23:30:47.000000Z K 7 svn:log V 90 Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c). Suggested by: bde END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-04T23:31:21.000000Z K 7 svn:log V 74 Use the l_nullioctl exported from tty_conf.c rather than rolling our own. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-04T23:33:02.000000Z K 7 svn:log V 34 Correct a spelling nit (a -> an). END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-06-04T23:53:25.000000Z K 7 svn:log V 251 MFC: A minor change from revision 1.48; when the '-netmask' option corresponding to a '-mask' is missing from an exports line, the syslog error referred to '-net' instead of '-netmask'. PR: bin/27878 Submitted by: Phil Homewood END K 10 svn:author V 3 des K 8 svn:date V 27 2001-06-04T23:56:26.000000Z K 7 svn:log V 701 Invert the meaning of the -d option (i.e. default to *not* list dynamic rules, but list them if -d was specified). Avoid listing expired dynamic rules unless the (new) -e option was specified. If specific rule numbers were listed on the command line, and the -d flag was specified, only list dynamic rules that match the specified rule numbers. Try to partly clean up the bleeding mess this file has become. If there is any justice in this world, the responsible parties (you know who you are!) should expect to wake up one morning with a horse's head in their bed. The code still looks like spaghetti, but at least now it's *properly intented* spaghetti (hmm? did somebody say "tagliatelle"?). END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-05T00:02:12.000000Z K 7 svn:log V 83 MFC 1.73: return EADDRNOTAVAIL when an attempt to bind to an ephemeral port fails. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-05T00:11:08.000000Z K 7 svn:log V 20 Add a missing word. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-05T00:25:18.000000Z K 7 svn:log V 44 Add a missing word. Obtained from: OpenBSD END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-06-05T01:49:37.000000Z K 7 svn:log V 405 There seems to be a problem that the order of disk write operation being incorrect due to a missing check for some dependency. This change avoids the freelist corruption (but not the temporarily inconsistent state of the file system). A message is printed as a reminder of the under lying problem when a pagedep structure is not freed due to the NEWBLOCK flag being set. Submitted by: Tor.Egge@fast.no END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T04:22:30.000000Z K 7 svn:log V 130 Minor improvements: o Explain snprintf's return value better. o Document snprintf, et al, were defined in C-99 o Warn against %n. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T04:26:12.000000Z K 7 svn:log V 55 Only build i82365_isa attachment when we have isa bus. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T04:29:55.000000Z K 7 svn:log V 63 Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T04:35:42.000000Z K 7 svn:log V 204 Document what happens when the real id is changed. I may have obtained this from NetBSD, but I don't recall. I do know that I checked FreeBSD's implementation to make sure that it matched what I wrote. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-05T05:00:17.000000Z K 7 svn:log V 332 Style and cosmetic cleanups. This driver is now reasonably stlye(9) compliant. All the variable definitions and function names are reasonably consistent, and the functions which should be static (i.e., all of them) are. Other assorted fixes were made. The majority of the delta is indentation fixes. Partially reviewed by: bde END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-05T05:07:53.000000Z K 7 svn:log V 158 Add a line discipline close routine which restores some functionality I accidently nuked in rev. 1.54. Also rework the error handling in snplwrite a little. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T05:58:57.000000Z K 7 svn:log V 241 Close the line displine on detach. Lots of folks have submittd this, and I think bde even reviewed it once. Also, change the name of ActionTEC pat to more generic Lucent Kermit chip. Add stub for Xircom card. Add cardbus attachment too. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-06-05T05:59:21.000000Z K 7 svn:log V 26 Fix type-o's, update page END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-06-05T06:00:36.000000Z K 7 svn:log V 61 MFC fix type-o's (reported from various sources) and update. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T06:54:25.000000Z K 7 svn:log V 111 Since this doesn't impact anything, go ahead and MFC it. We'll need it for the backport of the new pcic code. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T07:01:40.000000Z K 7 svn:log V 32 MFC: 1.32 comments w/o newlines END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T07:02:48.000000Z K 7 svn:log V 76 MFC: 1.67 and 1.68: perens for warnings and don't reset card with COR bit 7 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-05T07:07:52.000000Z K 7 svn:log V 21 Don't use tabs here! END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T08:06:08.000000Z K 7 svn:log V 30 MFC: RF_ALIGNMENT and friends END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-05T12:05:55.000000Z K 7 svn:log V 164 MFC: - Allow sysinstall to be used to set ukrainian fonts/keymaps/screenmaps for syscons(4); - by default use cp866 font + koi8-r2cp866 screenmap for koi8 users. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-05T12:23:22.000000Z K 7 svn:log V 120 Fix cross-references: ipnat.8 --> ipnat.1 environ.5 --> environ.7 isssetugid.2 --> issetugid.2 MFC after: 1 week END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-05T12:40:03.000000Z K 7 svn:log V 244 Correct cross-references: ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-05T12:50:33.000000Z K 7 svn:log V 128 Correct cross-references: setsockopt.3 --> setsockopt.2 syslog.8 --> syslogd.8 tcpdump.8 --> tcpdump.1 MFC after: 1 week END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-05T13:52:37.000000Z K 7 svn:log V 236 Add a kqueue filter for writing to ufs filesystems which always returns true. This permits better interoperability with programs which register filters on their stdin/stdout handles. Submitted by: Niels Provos END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T14:16:50.000000Z K 7 svn:log V 126 Use WITHOUT_X11, not NO_X, as the standardized way of turning off doc ports' dependencies on X Windows during release builds. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T14:22:33.000000Z K 7 svn:log V 68 MFC: Disable X11 support in doc ports using WITHOUT_X11, not NO_X. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-06-05T14:26:17.000000Z K 7 svn:log V 137 Talk a bit about how cloning works with devfs(5). Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE. Tidy up a little. END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-06-05T15:16:45.000000Z K 7 svn:log V 163 PR: bin/26817 Submitted by: Clement Ballabriga Reviewed by: hm Check for read errors from the controlling tty when in fullscreen mode. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T15:28:41.000000Z K 7 svn:log V 26 *** empty log message *** END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T15:31:35.000000Z K 7 svn:log V 105 Revert previous commit. I have no idea how CVS let me do this; it didn't even ask me for a log message. END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-06-05T15:31:47.000000Z K 7 svn:log V 142 PR: i386/26347 Submitted by: Nicola Vitale Reviewed by: hm Fix screen number display in HP mode in case PCVT_NSCREENS > 10 END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T15:33:30.000000Z K 7 svn:log V 279 Forced commit; CVS didn't prompt for a log message for the original commit. Add a README file where the old *.TXT files used to live, redirecting developers to the doc directory and giving a URL for a Web-accessible version of RELNOTESng. Submitted by: dd (with some editing) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-06-05T15:33:31.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T16:09:25.000000Z K 7 svn:log V 128 MFC: RELNOTESng is now the default for release builds. Makefile 1.615->1.616, 1.617->1.620 Makefile.inc.docports (new file) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T16:13:00.000000Z K 7 svn:log V 115 MFC: Remove *.TXT documentation files (replaced by RELNOTESng), add README file redirecting developers and users. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T16:43:13.000000Z K 7 svn:log V 104 New release note: ELF dynamic linker performance improvements. MFC: ifconfig(8) slash/CIDR notation. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T16:43:51.000000Z K 7 svn:log V 162 I neglected to notice that the change text had already been added in a different place. Back out what I added since the other text is better. Noticed by: nectar END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-05T17:11:06.000000Z K 7 svn:log V 113 Fix botch for state levels. Role minor release. Start adding code for a 'force logout' path. MFC after: 4 weeks END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T18:23:54.000000Z K 7 svn:log V 29 New release note: SA-01:40. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-05T18:25:02.000000Z K 7 svn:log V 16 MFC: SA-01:40. END K 10 svn:author V 7 tomsoft K 8 svn:date V 27 2001-06-05T18:39:57.000000Z K 7 svn:log V 159 fix a bug of a only partitally initialization which could result in an unclean filesystem after growing by a large amount of cylinder groups Reviewed by: chm END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T18:50:42.000000Z K 7 svn:log V 24 MFC: 1.21 Fix a comment END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-05T18:52:55.000000Z K 7 svn:log V 52 Document /usr/include/dev/{ic,wi}. Reminded by: ru END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T19:11:34.000000Z K 7 svn:log V 29 MFC: 1.8 minor style(9) nits END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T19:16:37.000000Z K 7 svn:log V 26 MFC: 1.5 copyright update END K 10 svn:author V 7 shafeeq K 8 svn:date V 27 2001-06-05T19:45:16.000000Z K 7 svn:log V 122 Now works again and as a module and with devfs. Used the bpf & tun drivers as examples as to what is necessary for devfs. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2001-06-05T20:13:28.000000Z K 7 svn:log V 234 Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenders version.) PR: bin/27630 Submitted by: Arthur David Olson Obtained from: Timezone mailing-list MFC after: 1 month END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-05T20:51:17.000000Z K 7 svn:log V 307 Fix mindo: PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); should be: PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); Turning this bit on is what disables MII autoneg, not turning it off. Without this, manually setting the media doesn't work. Noticed by: Jim Browne END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-05T20:51:47.000000Z K 7 svn:log V 74 MFC: properly turn off MII autoneg in MAC by setting bit, not clearing it END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-05T21:01:46.000000Z K 7 svn:log V 136 Make the FDC (state machine) state an enum, as opposed to an int abusing a bunch of #defines, for clarity and better debugging support. END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-06-05T21:04:42.000000Z K 7 svn:log V 148 There is no reason for logname to call getopt(3), it doesn't take any options. PR: 26689 Submitted by: Félix-Antoine Paradis END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-05T21:16:27.000000Z K 7 svn:log V 91 Wrong. The size of size_t is *not* the same as the size of an integer. MFC after: 2 weeks END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-06-05T21:55:57.000000Z K 7 svn:log V 153 Add parens to get the cast that was meant in previous commit. While we're at it, this file seems to prefer `unsigned int' over `u_int', so go with that. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T22:29:16.000000Z K 7 svn:log V 285 Commit part of the patch that I have for card eject problems with the ep driver. The rest of the patch will wait until I can put the time into it to get it righter than the kludge it is. This protects us against card eject problems at all times,e xecpt when we're in the epintr ISR. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-05T23:16:52.000000Z K 7 svn:log V 102 In lge_detach(), don't contigfree() the jumbogram buffer memory; lge_free_jumbo_mem() does it for us. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T23:39:45.000000Z K 7 svn:log V 209 Back out my changes describing how snprintf nul terminates. It was from the iso standard. Keep the sentence that says it is always NUL terminated to make sure that people understand that. Requested by: bde END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-05T23:42:51.000000Z K 7 svn:log V 167 Use bus_space when reading CIS. This allows us to access it in 8 bit mode, which is what the standard mandates. Submitted by: Takanori Watanabe-san Reviewed by: jhb END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-06T00:57:24.000000Z K 7 svn:log V 109 Don't hold sched_lock across addupc_task(). Reported by: David Taylor Submitted by: bde END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-06-06T03:24:13.000000Z K 7 svn:log V 239 MFC: Correct the documentation for snprintf() and vsprintf() which actually return the number of characters that would have been in the new string. Revision Changes Path 1.28 +13 -2 src/lib/libc/stdio/printf.3 END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-06-06T03:31:52.000000Z K 7 svn:log V 209 MFC: Make sure the len() builtin always returns an answer. Previously, len(`') didn't return an answer. Now it returns 0. Revision Changes Path 1.13 +2 -3 src/usr.bin/m4/eval.c END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2001-06-06T04:13:11.000000Z K 7 svn:log V 174 Lock VM Giant prior to locking a vm map. Spotted by: Daniel Rock Tested by: David Wolfskill , Sean Eric Fagan END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-06T06:15:03.000000Z K 7 svn:log V 154 Nuke the various poorly maintained copies of ioctl_fd.h. The file is not machine-dependant, thus it has been moved out (repo-copied) into . END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-06-06T06:16:19.000000Z K 7 svn:log V 93 Part #2 of the => move: handle the tools in usr.sbin/fd*. END K 10 svn:author V 3 bde K 8 svn:date V 27 2001-06-06T06:58:13.000000Z K 7 svn:log V 273 Fixed missing parentheses in the definition of KTR_COMPILE. KTR_COMPILE is usually (always?) used in expressions like (KTR_COMPILE & KTR_FOO). Defining it as KTR_INTR|KTR_PROC gave the wrong value in approximately 8497 places according to error output for compiling LINT. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-06-06T07:39:47.000000Z K 7 svn:log V 31 MFC: Add Melco's WLI-PCM-L11G. END K 10 svn:author V 6 sanpei K 8 svn:date V 27 2001-06-06T08:39:50.000000Z K 7 svn:log V 71 MFC: Add OZO9100(rev.1.333) and SmartLink 5634PCV SurfRider(rev.1.332) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-06-06T08:42:01.000000Z K 7 svn:log V 58 MFC: Fix typos in accf_data.9 (1.4) and accf_http.9 (1.6) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-06T09:28:42.000000Z K 7 svn:log V 73 Fixed the misplacement of the -U option in DESCRIPTION. PR: docs/27902 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-06T10:17:05.000000Z K 7 svn:log V 211 fmt(1) rewrite by Gareth McCaughan. PR: bin/5901, bin/12242, bin/19071 Submitted by: Gareth McCaughan Obtained from: OpenBSD + ctype(3), WARNS=2, and manpage cleanup MFC after: 2 weeks END K 10 svn:author V 3 tom K 8 svn:date V 27 2001-06-06T11:58:30.000000Z K 7 svn:log V 35 MFC: recent typo and wording fixes END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-06T12:48:22.000000Z K 7 svn:log V 49 Note that -a is ignored if -s is also specified. END K 10 svn:author V 3 non K 8 svn:date V 27 2001-06-06T13:01:44.000000Z K 7 svn:log V 64 Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-06-06T13:46:16.000000Z K 7 svn:log V 170 Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming that it needn't be held around vm_mmap() since vm_mmap() itself aquires it. Sleuthing by: obrien END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-06T13:58:03.000000Z K 7 svn:log V 80 Unbreak setregid(2). Spotted by: Alexander Leidinger END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-06-06T14:07:52.000000Z K 7 svn:log V 68 hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace() END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-06-06T15:35:17.000000Z K 7 svn:log V 86 MFC 1.112- Do NOLUNS dance for oddball Exabyte. Correct match for A5000 SES instance. END K 10 svn:author V 3 dcs K 8 svn:date V 27 2001-06-06T15:45:04.000000Z K 7 svn:log V 216 Introduce an example script of safe changing of ipfw(8) rules. I'm sure this can be much improved, but this works fairly well. PR: 27887 Submitted by: Alexandre Peixoto MFC after: 1 week END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-06T16:12:59.000000Z K 7 svn:log V 100 Fetch the default maximum TTL value from the net.inet.ip.ttl MIB. PR: bin/19598 MFC after: 1 week END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-06-06T16:51:38.000000Z K 7 svn:log V 208 Add the single suffix rules for C++. (While there, I also moved the single suffix C rules beside the double suffix ones so they are easier to find) PR: 24438 Submitted by: Georg-W. Koltermann END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-06-06T16:58:08.000000Z K 7 svn:log V 41 Add the single suffix rules for FORTRAN. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-06T16:58:09.000000Z K 7 svn:log V 126 Properly key RELNOTESng language selection from RELNOTES_LANG instead of DOC_LANG. Submitted by: Thomas Seck END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-06T16:59:10.000000Z K 7 svn:log V 110 MFC: Properly key RELNOTESng language selection from RELNOTES_LANG instead of DOC_LANG. Makefile: 1.2->1.3 END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-06T17:38:36.000000Z K 7 svn:log V 252 The kq write filter was hooked up to the wrong socket, and thus was not behaving correctly. Fix by attaching to the correct socket. Also call so{rw}wakeup in addition to the fifo wakeup, so that any kqfilters attached to the socket buffer get poked. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-06T17:40:57.000000Z K 7 svn:log V 133 Add a wrapper for the fifo kqfilter which falls through to the ufs routine. This permits the fifo to inherit the ufs VNODE kqfilter. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-06T17:47:13.000000Z K 7 svn:log V 196 o If the file being tailed is moved back to the original location, resume using kqueue to monitor it, if possible. o auto-clear the read filter on EOF; this is needed when tailing a FIFO. END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-06-06T19:07:03.000000Z K 7 svn:log V 122 Spelling fix ("independantly" -> "independently") PR: 25648 Submitted by: Jens Schweikhardt END K 10 svn:author V 3 dcs K 8 svn:date V 27 2001-06-06T19:11:32.000000Z K 7 svn:log V 133 Unbreak world by adding the new example directiory. Reminded by: Niels Chr. Bank-Pedersen MFC after: 1 week END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-06-06T19:11:44.000000Z K 7 svn:log V 115 Spelling fix ("dependant" -> "dependent"). PR: 25648 Submitted by: Jens Schweikhardt END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-06T19:16:02.000000Z K 7 svn:log V 182 Use LGE_INC() macro to increment tx producer index in lge_encap(). Disable the extra TCP/UCP checksum checking in lge_rxeof() since it doesn't appear to actually work as advertised. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-06T19:17:10.000000Z K 7 svn:log V 64 Disable extra TCP/UCP checksum checking in nge_rxeof() for now. END K 10 svn:author V 3 dcs K 8 svn:date V 27 2001-06-06T19:34:02.000000Z K 7 svn:log V 242 Use ${EDITOR} as claimed. Source rc.conf and use ${firewall_script} instead of rc.firewall. Textwidth formatting of comments and text. PR: Submitted by: Maxim (sorry if I got name/email/committer status wrong :) END K 10 svn:author V 6 jesper K 8 svn:date V 27 2001-06-06T19:41:51.000000Z K 7 svn:log V 960 Silby's take one on increasing FreeBSD's resistance to SYN floods: One way we can reduce the amount of traffic we send in response to a SYN flood is to eliminate the RST we send when removing a connection from the listen queue. Since we are being flooded, we can assume that the majority of connections in the queue are bogus. Our RST is unwanted by these hosts, just as our SYN-ACK was. Genuine connection attempts will result in hosts responding to our SYN-ACK with an ACK packet. We will automatically return a RST response to their ACK when it gets to us if the connection has been dropped, so the early RST doesn't serve the genuine class of connections much. In summary, we can reduce the number of packets we send by a factor of two without any loss in functionality by ensuring that RST packets are not sent when dropping a connection from the listen queue. Submitted by: Mike Silbersack Reviewed by: jesper MFC after: 2 weeks END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-06-06T19:44:58.000000Z K 7 svn:log V 142 mvprintw is varadic - it doesn't take a va_list. Use vw_printw instead. Submitted by: Andrew Gordon MFC after: 1 week END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-06-06T20:00:42.000000Z K 7 svn:log V 155 Get rid of se_ctladdrinitok, which doesn't do anything and seemes to have been accidently imported when ipv6 support was added to inetd. Approved by: ume END K 10 svn:author V 6 jesper K 8 svn:date V 27 2001-06-06T20:05:06.000000Z K 7 svn:log V 77 MFC rev 1.19 PR: i386/27693 Submitted by: Adrian Steinmann END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-06-06T20:26:03.000000Z K 7 svn:log V 201 MFC: src/usr.bin/nfsstat/nfsstat.c rev. 1.18 src/usr.bin/systat/main.c rev. 1.15 src/usr.bin/w/w.c rev. 1.46 Use the correct length (_POSIX2_LINE_MAX) for the error buffer passed to kvm_openfiles. END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-06-06T20:52:30.000000Z K 7 svn:log V 118 Fix a byteorder problem in a diagnostic message. PR: 16625 Submitted by: Peter Jeremy END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-06-06T20:56:56.000000Z K 7 svn:log V 101 Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in the checklist. MFC after: 1 week END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-06-06T21:00:01.000000Z K 7 svn:log V 87 Style fixes from Sascha PR: 16551 Submitted by: Sascha Schumann END K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-06-06T21:08:15.000000Z K 7 svn:log V 201 Initialize the sa_flags member of an auto struct sigaction variable. It contained whatever garbage happened to be on the stack. PR: bin/27457 (not confirmed yet, but almost certain) MFC after: 1 day END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-06T22:00:03.000000Z K 7 svn:log V 1004 Activate the kthread mechanism for doing usb bus discovery. This means that device add/remove will work without usbd running. usbd is still used for execing stuff, but that is all now. Ideally it could be replaced by a devd some day. Until now, usbd had to be running so that the USB_DISCOVER ioctl could be called to walk the tree when an attachment status change was noticed. Among the changes: - when a detach happens, remove any pending 'attach' messages or the system suffers from whiplash from exec moused / kill moused loops if you do lots of attach/detach and later start usbd. - tweaks related to kthread differences - disable the select handler for the old interface (never return success). I have not removed it yet or old usbd's will abort. That can get removed later once usbd is cleaned up and things have stabilized for a few weeks. - get Giant in the kthread. - a couple of minor potential bug fixes (usb_nevents vs malloc failure etc) Pre-approved by: n_hibma (ages and ages ago) END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-06T22:05:48.000000Z K 7 svn:log V 50 We don't need to hold a lock just to test a flag. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-06T22:08:26.000000Z K 7 svn:log V 177 New release notes: SYN flood resistance, fmt(1) rewrite, df(1) -l, traceroute(8) default maximum TTL. Modified release notes: reverse sense of ipfw(8) -d and add ipfw(8) -e. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-06T22:16:23.000000Z K 7 svn:log V 339 - Remember to set the 'extsts enable' bit in the CFG register to enable the use of the extsts field in DMA descriptors. We need this to tell the chip to calculate TCP/IP checksums in hardware on a per-packet basis. - Fix the unions in DMA descriptor structures. Breakage on alpha led me to realize I'd done it wrong the first time. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-06T22:17:08.000000Z K 7 svn:log V 215 Make the TUNABLE_*() macros look and behave more consistantly like the SYSCTL_*() macros. TUNABLE_INT_DECL() was an odd name because it didn't actually declare the int, which is what the name suggests it would do. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-06T22:32:29.000000Z K 7 svn:log V 109 Add PnP IDs for AHA-1530 and AHA-1520 cards. PR: 19497, 18378 Submitted by: Martijn Plak END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-06-06T23:34:38.000000Z K 7 svn:log V 156 Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'ed to the operation parameter, not to the flags as it should be. Reviewed by: rwatson END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T00:05:19.000000Z K 7 svn:log V 400 Don't allow the user to change the subject; instead, always generate it from the Synopsis field. There's no reason for the subject to be different, since all that does is cause confusion. Users may get confused because they may think the subject and synopsis are supposed to be different, and developers may get confused because it may look like there are two different problems. Requested by: ru END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-06-07T00:11:32.000000Z K 7 svn:log V 112 Call vn_close on the backing file vnode if ufs_extattr_enable failed to avoid leaking it. Reviewed by: rwatson END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T00:12:38.000000Z K 7 svn:log V 25 MFC: add a missing word. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T00:52:17.000000Z K 7 svn:log V 36 MFC 1.2: use create-link procedure. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T02:31:03.000000Z K 7 svn:log V 124 urandom(4) -> random(4) PR: 27858 Submitted by: Yoshihiro Koya Approved by: markm END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T02:32:18.000000Z K 7 svn:log V 157 urandom(4) -> random(4) in comments. PR: 27858 Submitted by: Yoshihiro Koya Reviewed by: md5(1) Approved by: markm END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T02:57:58.000000Z K 7 svn:log V 88 Silence the remaining warnings and clamp down with WARNS=2. Not objected to by: -audit END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-07T03:17:26.000000Z K 7 svn:log V 159 Back out part of my previous commit. This was a last minute change and I botched testing. This is a perfect example of how NOT to do this sort of thing. :-( END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T04:06:21.000000Z K 7 svn:log V 60 Relocate IPFilter from sys/netinet to sys/contrib/ipfilter. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T04:36:12.000000Z K 7 svn:log V 32 Relocate IPFilter for RELENG_4. END K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-06-07T04:58:35.000000Z K 7 svn:log V 140 MFC 1.13: Fix uninitialized structure member which could cause hangs if the stack didn't happen to have good garbage on it. PR: bin/27457 END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T05:04:53.000000Z K 7 svn:log V 59 Fix previous commit which inadverdently deleted a section. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T05:11:44.000000Z K 7 svn:log V 24 MFC: Relocate IPFilter. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T05:13:35.000000Z K 7 svn:log V 28 Move IPFilter into contrib. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T05:14:51.000000Z K 7 svn:log V 33 MFC: Move IPFilter into contrib. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T05:26:26.000000Z K 7 svn:log V 97 Null terminate buffer. PR: 23150 Submitted by: Dan Nelson MFC in: 1 week END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T05:26:57.000000Z K 7 svn:log V 257 In the "Message from Talk_Daemon" announcement, print the date as well as the current time. It's nice to know whether the talk request you see was sent just a few minutes ago (assuming you didn't hear the bell), or if it's been decaying for days (weeks?). END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T06:05:58.000000Z K 7 svn:log V 56 MFC 1.147: remove "no devsw" message. Approved by: phk END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-06-07T07:21:20.000000Z K 7 svn:log V 134 Quiet the READ_TOC errors that can appear on empty CDR's. Assure cur_write_speed can be no less than 177 to avoid divide by 0 error. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-07T07:27:52.000000Z K 7 svn:log V 31 master.passwd(5) -> passwd(5). END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-07T08:31:30.000000Z K 7 svn:log V 68 Clean up the PAM lib lists. Particularly relevant to the KRB5 case. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-07T08:45:23.000000Z K 7 svn:log V 155 Fix bug introduced by myself that often resulted in a session having SIGINTR (^C) and SIGSTP (^Z) masked. Reported by: bde, sobomax Submitted by: sobomax END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-07T09:07:52.000000Z K 7 svn:log V 43 MFC: Latest vendor PAM code + local fixes. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-07T09:37:14.000000Z K 7 svn:log V 66 MFC: FreeBSD PAM stuff and cleaned up modules build. New modules. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-07T12:35:53.000000Z K 7 svn:log V 406 - Renamed the ``proxy'' modifier of the -d flag to ``pub'', to be consistent with the -s flag. Updated documentation on what this modifier does. - Added the ``only'' keyword to the -s and -S flags, that could be used to created "proxy-only" published entries. Previously, arp(8) created an entry of this type only in the absence of the route to a destination. PR: bin/12357 MFC after: 1 week END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-06-07T12:48:16.000000Z K 7 svn:log V 50 MFC: PAM module build files ignored by CVS. Grrr. END K 10 svn:author V 3 yar K 8 svn:date V 27 2001-06-07T13:09:27.000000Z K 7 svn:log V 405 MFC rev. 1.9: First, wrap the if_up() call into splimp()/splx() because if_up() must be called at splnet or higher. Second, set the IFF_RUNNING flag on an interface after its resources (i.e. tunnel source and destination addresses) have been set. Note that we don't set IFF_UP because it is if_up()'s job to do that. PR: kern/27851 Submitted by: Horacio J. PeÓa END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-07T13:50:24.000000Z K 7 svn:log V 345 - Exit 1 if "add", "change", or "delete" operation fails. PR: bin/12489 - Use inet_ntoa(3) where it should have been used. This part of code simply wasn't converted to the "new" style after the routename() function was converted from the protocol-generic version to protocol-specific version in CSRG revision 5.6. MFC after: 1 week END K 10 svn:author V 3 yar K 8 svn:date V 27 2001-06-07T13:53:23.000000Z K 7 svn:log V 166 Add 'df' string to gettytab - the strftime(3) format for %d in the banner messages (of course, defaults to "%+"). Submitted by: Gleb Smirnoff END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-06-07T14:46:55.000000Z K 7 svn:log V 56 add new directories for XFree86-4.1.0. Reviewed by: ru END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-06-07T14:49:13.000000Z K 7 svn:log V 44 MFC: add new directories for XFree86-4.1.0. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-07T15:15:38.000000Z K 7 svn:log V 36 s/format/byte order/ (for clarity). END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-07T16:59:19.000000Z K 7 svn:log V 83 Correct cross-reference: portmap.8 --> rpcbind.8 Submitted by: .Xr testing script END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-06-07T17:27:44.000000Z K 7 svn:log V 152 Create curs_termcap.3 --> termcap.3 MLINK, so many manpages in our tree that reference to termcap.3 will not be pointing to nowhere. MFC after: 1 week END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-06-07T19:32:42.000000Z K 7 svn:log V 210 MFC 1.89->1.90: Recently, other BSDs had faith support in inetd. Though our inetd has it already, their syntax is not compatible with ours. It will confuse users. So, we have compatibility with their syntex. END K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2001-06-07T20:05:18.000000Z K 7 svn:log V 119 Fix the number of bytes allocated by realloc when more space is needed for the vector of arguments. MFC after: 1 week END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-06-07T20:06:22.000000Z K 7 svn:log V 170 lock sound device when adding/removing channels implement setblocksize for vchans don't panic when doing certain ioctls or aborting on a vchan xmms now works with vchans END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-06-07T20:12:11.000000Z K 7 svn:log V 25 enable vchan compilation END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-06-07T20:16:17.000000Z K 7 svn:log V 22 enable vchan building END K 10 svn:author V 7 tomsoft K 8 svn:date V 27 2001-06-07T20:43:00.000000Z K 7 svn:log V 117 cleanup to get rid of most warnings on alpha and yes now it also works on alpha Reviewed by: chm MFC after: 3 weeks END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-06-07T22:38:46.000000Z K 7 svn:log V 121 Add Alpha User's Q&A section to the installation guide. Obtained from: 4.3-RELEASE CD-ROM liner notes MFC after: 3 days END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-06-07T23:19:28.000000Z K 7 svn:log V 73 MFC: r1.51; allow POLLIN/POLLOUT work the same as POLLRDNORM/POLLWRNORM. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-07T23:56:05.000000Z K 7 svn:log V 29 MFC 1.27: fix grammar bogon. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T00:58:01.000000Z K 7 svn:log V 66 MFC 1.10: mention how env(1) can be used with the "#!" construct. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T01:03:46.000000Z K 7 svn:log V 70 MFC 1.42: implement -r and -w as `-o ro' and `-o noro', respectively. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T01:16:56.000000Z K 7 svn:log V 41 MFC 1.35: document kern.ps_showallprocs. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-08T03:06:24.000000Z K 7 svn:log V 93 'int dumpsize; /* memory size in bytes */' is not good for machines with 2GB or more of ram. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-08T03:11:32.000000Z K 7 svn:log V 60 MFC: rev 1.40: trivial fix for savecore on 2GB ram machines END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T03:12:32.000000Z K 7 svn:log V 341 Remove xref to blackhole(4). sysctl has nothing to do with blackhole(4), except that blackhole(4) uses sysctl's. This xref obviously isn't appropriate unless we want to xref all the other man pages which mention sysctls, which we obviously don't (we may want to list those sysctls, but that's another story). PR: 27937 Submitted by: yar END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-08T03:14:05.000000Z K 7 svn:log V 61 MFC: rev 1.40: trivial fix for savecore on 2GB+ ram machines END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T04:41:21.000000Z K 7 svn:log V 61 Correct a typo. Submitted by: Alexey V. Neyman END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T04:43:56.000000Z K 7 svn:log V 24 MFC 1.36: correct typo. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T04:51:36.000000Z K 7 svn:log V 98 MFC 1.40: mention the 'ether' parameter, and 1.41: arp works on networks other than Ethernet. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-08T04:57:05.000000Z K 7 svn:log V 26 MFC 1.11: correct a typo. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-08T05:24:21.000000Z K 7 svn:log V 343 "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time around, use a common function for looking up and extracting the tunables from the kernel environment. This saves duplicating the same function over and over again. This way typically has an overhead of 8 bytes + the path string, versus about 26 bytes + the path string. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-06-08T06:30:31.000000Z K 7 svn:log V 76 MFC 1.81, fix a race condition between close and extending the write buffer END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-08T06:45:26.000000Z K 7 svn:log V 68 MFC: read range of config registers pciconf.c 1.16 pciconf.8 1.13 END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-06-08T07:16:56.000000Z K 7 svn:log V 298 The TI-1031 is more like the TI-113x chips rather than the 12xx or higher chips. Treat it as if it were a 113x. This is correct as far as 16-bit cards go, at least how we're using it. # It appears that my TI-1031 based pci card that YAMAMOTO shigeru-san gave # me on my trip to Japan now works. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-06-08T09:07:34.000000Z K 7 svn:log V 161 Change the host/bits syntax introduced in route.c,v 1.24 to the net/bits syntax, for consistency with netstat(1) in particular. OK'ed by: phk MFC after: 1 week END