Ĭ47727 245 443 224 126 133 136 218 136 273 217 237 249 148 463 154 162 257 221 261 172 199 152 233 225 148 653 697 470 485 477 191 137 104 123 180 133 152 164 170 265 352 180 185 358 147 147 147 316 142 137 188 403 116 133 151 144 148 463 263 305 218 139 384 272 162 157 111 216 346 351 184 153 213 176 242 195 184 164 150 209 167 128 209 145 132 136 137 111 173 163 328 332 157 243 377 133 227 138 129 116 291 301 109 679 150 320 164 128 238 228 164 243 153 151 267 301 204 167 142 136 334 333 383 203 143 145 157 246 118 125 210 418 305 111 172 147 244 203 213 181 180 252 258 230 192 195 190 122 421 229 154 187 146 261 204 135 140 218 296 270 155 174 197 214 146 245 157 127 138 327 240 202 184 166 187 158 159 407 112 130 131 133 131 257 148 303 308 417 387 198 147 216 288 168 132 132 214 132 134 177 148 125 120 195 188 194 187 346 340 150 315 315 316 321 308 278 137 144 163 152 144 159 472 419 181 191 225 121 291 298 126 201 162 117 237 204 282 218 274 154 272 152 379 151 136 170 K 10 svn:author V 7 ghelmer K 8 svn:date V 27 1999-06-04T03:18:28.000000Z K 7 svn:log V 346 Modify the boot loader to recognize the -C flag and pass the RB_CDROM flag to the kernel to mount a CDROM as the root filesystem. Alternatively, the boot_cdrom env var can be set. As Mike Smith noted, "-C is the "wrong" way to do this", but this is an acceptable stopgap in lieu of a better way. PR: bin/11884 Reviewed by: msmith@freebsd.org END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-04T08:17:11.000000Z K 7 svn:log V 130 Declare Crtat and Atrat because screen savers use these variables. Pointed out by: Nobuyuki Koganemaru END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-04T08:19:29.000000Z K 7 svn:log V 33 Oops, remove redundant comments. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-04T08:20:39.000000Z K 7 svn:log V 40 MFC: Declare Crtat and Atrat variables. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-04T10:01:53.000000Z K 7 svn:log V 45 Switch to proper mbr. OK'ed by: jkh,rnordier END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-04T11:20:59.000000Z K 7 svn:log V 126 Fix the parsing of ip addresses on a command line. PR: 5047 Reviewed by: des Test case: ipfw add allow ip from 127.1 to any END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-04T12:21:17.000000Z K 7 svn:log V 42 MFC: Fix two sequence number comparisons. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-04T12:41:42.000000Z K 7 svn:log V 176 Add remark about where bInterfaceProtocol number for USB Zip drive comes from. 0x50 == 'P' for protoype. Obtained from: Pat LaVarre on linux-usb@suse.com END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-04T13:24:54.000000Z K 7 svn:log V 122 Fix the cdevsw_add change made by PHK. (It was accidentally added to the BSDI bktr_probe and not the FreeBSD bktr_probe) END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-06-04T17:34:28.000000Z K 7 svn:log V 142 ${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make sure what is reported to the user is accurate. Stolen From: mharo END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-04T18:13:25.000000Z K 7 svn:log V 156 Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only fixed half the problem. Tested by: Michael Scott Boers END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-04T18:17:12.000000Z K 7 svn:log V 56 MFC (1.89: really fixed panics when SMP is configured). END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-04T18:53:47.000000Z K 7 svn:log V 370 Fixed null setting of `rc_started'. This was fixed for the corresponding variable `rc_wakeup_started' in rev.1.36 but broken again in rev.1.37. This bug only caused excessive polling (it gave NRC activations for each of the SWI handler and the timeout handler instead of 1 of each). Moved cdevsw attachment from the driver probe routine to the driver attach routine. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-04T18:58:27.000000Z K 7 svn:log V 62 MFC (part of 1.48: fixed null setting of `rc_started' again). END K 10 svn:author V 4 hoek K 8 svn:date V 27 1999-06-04T19:35:22.000000Z K 7 svn:log V 69 No, the space required for a string is strlen() _plus_ one... Oops. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-04T22:38:27.000000Z K 7 svn:log V 162 Change an internal variable from "class" to "ns_class" for C++'s benefit. Apparently BIND-8.2.1 uses ns_class. Submitted by: John Plevyak END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-04T23:46:41.000000Z K 7 svn:log V 129 MFC: Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes, grammatical fixes. Submitted by: Philippe Charnier END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-06-05T00:08:45.000000Z K 7 svn:log V 168 Fix an uninitialized variable bug that sometimes caused a bus error when relocating shared objects with impure text. This bug is not present in RELENG_3 or 4-current. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-05T01:25:12.000000Z K 7 svn:log V 78 MFC: stop mbuf leak when writing to a tcp session in certain race conditions. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-05T03:04:03.000000Z K 7 svn:log V 103 Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS as well as the X11 version ja_JP.SJIS END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-05T03:15:48.000000Z K 7 svn:log V 57 MFC: Support ja_JP.Shift_JIS Obtained from: Whistle tree END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-05T03:53:57.000000Z K 7 svn:log V 140 Restructure pipe_read in order to eliminate several race conditions. Submitted by: Matthew Dillon and myself END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-05T05:25:37.000000Z K 7 svn:log V 130 Don't mistake a non-async block that needs to be committed for an interrupted write. Obtained from: fvdl@NetBSD.org via OpenBSD. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-05T05:26:36.000000Z K 7 svn:log V 54 Fix a malloc race Obtained from: OpenBSD (csapuntz) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-05T05:35:03.000000Z K 7 svn:log V 558 Various changes lifted from the OpenBSD cvs tree: txdr_hyper and fxdr_hyper tweaks to avoid excessive CPU order knowledge. nfs_serv.c: don't call nfsm_adj() with negative values, windows clients could crash servers when doing a readdir of a large directory. nfs_socket.c: Use IP_PORTRANGE to get a priviliged port without a spin loop trying to bind(). Don't clobber a mbuf pointer or we get panics on a NFS3ERR_JUKEBOX error from a server when reusing a freed mbuf. nfs_subs.c: Don't loose st_blocks on NFSv2 mounts when > 2GB. Obtained from: OpenBSD END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-06-05T05:45:57.000000Z K 7 svn:log V 604 Add handle to control global TCP keepalives and turn them on as default. Despite their name it doesn't keep TCP sessions alive, it kills them if the other end has gone AWOL. This happens a lot with clients which use NAT, dynamic IP assignment or which has a 2^32 * 10^-3 seconds upper bound on their uptime. There is no detectable increase in network trafic because of this: two minimal TCP packets every two hours for a live TCP connection. Many servers already enable keepalives themselves. The host requirements RFC is 10 years old, and doesn't know about the loosing clients of todays InterNet. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-05T05:52:52.000000Z K 7 svn:log V 374 When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-05T05:55:07.000000Z K 7 svn:log V 389 When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-05T12:06:19.000000Z K 7 svn:log V 384 Don't discard error output from sysctl(8). Do discard standard output from the sysctl for approxy_all, and echo what this sysctl is doing in the usual way. This fix is probably backwards. We should probably just use the standard sysctl output in all cases (it needs to have a newline filtered out). Echo what the sysctls for nfs_reserved_port_only and nfs_access_cache are doing. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-06-05T13:30:13.000000Z K 7 svn:log V 99 * Implement ISA dma (only for CIA now but more chipsets to follow). * Port the fd driver to alpha. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-06-05T13:57:10.000000Z K 7 svn:log V 45 Floppy driver options moved to conf/options. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-05T15:03:47.000000Z K 7 svn:log V 13 Fix a width. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-05T15:21:07.000000Z K 7 svn:log V 32 MFC: added wosch as maintainer. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-05T15:30:11.000000Z K 7 svn:log V 89 MFC: - Don't overwrite the variable LOCATE_CONFIG; - Delete debug line from updatedb.sh. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-05T15:59:51.000000Z K 7 svn:log V 40 fix typo preventing to include unistd.h END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-05T16:05:40.000000Z K 7 svn:log V 59 remove getopt & friend declarations, now unistd.h included END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-06-05T16:16:37.000000Z K 7 svn:log V 70 Fix an accounting problem when prefaulting 4M pages. PR: kern/11948 END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-06-05T16:18:30.000000Z K 7 svn:log V 76 (MFC) Fix an accounting problem when prefaulting 4M pages. PR: kern/11948 END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-05T18:21:53.000000Z K 7 svn:log V 172 vm_mmap: Insure that device mappings get MAP_PREFAULT(_PARTIAL) set, so that 4M page mappings are used when possible. Reviewed by: Luoqi Chen END K 10 svn:author V 4 hoek K 8 svn:date V 27 1999-06-05T20:27:08.000000Z K 7 svn:log V 258 - When trying to decide if $EDITOR == "vi", match against only the first two characters of $EDITOR. This allows things like "vim" and "vi -G" (although nvi would fail...oh well). - Avoid certain cases where the editor is passed an invalid line number. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-05T21:06:59.000000Z K 7 svn:log V 85 Store the start time for later so it can be reprinted at the end. Reviewed by: terry END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-05T21:09:24.000000Z K 7 svn:log V 90 MFC: Reprint the start time at completion of "Make world" so you can see how long it took END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-05T21:36:00.000000Z K 7 svn:log V 263 Correct the way ppp transfers links on the server side in MP mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:29:17.000000Z K 7 svn:log V 52 MFC (rev. 1.16): SIOCGIFCONF list increment bug fix END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:31:48.000000Z K 7 svn:log V 52 MFC (rev. 1.18): SIOCGIFCONF list increment bug fix END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:34:00.000000Z K 7 svn:log V 52 MFC (rev. 1.31): SIOCGIFCONF list increment bug fix END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:41:55.000000Z K 7 svn:log V 220 The function ksprintn(), which is used to convert numbers to ASCII, is not reentrant because it returns a static buffer. This results in a race condition when/if an interrupt handler calls log(), printf() etc. Fix this. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:44:04.000000Z K 7 svn:log V 47 MFC (rev. 1.53): ksprintn() race condition fix END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-06T07:18:49.000000Z K 7 svn:log V 44 sprintf -> snprintf Obtained from: OpenBSD END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-06T07:37:18.000000Z K 7 svn:log V 95 The -perm option takes argument [-]mode, not [-mode] Obtained from: NetBSD, by way of OpenBSD END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-06-06T09:17:51.000000Z K 7 svn:log V 310 Introduce IFF_SMART bit. This means that the driver will add/delete routes when it knows it is up/down, rather than have the generic code belive it is up if configured. This is probably most useful for serial lines, although many PHY chips could probably tell us if we're connected to the cable/hub as well. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-06-06T09:28:01.000000Z K 7 svn:log V 24 typo in previous commit END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-06-06T10:41:35.000000Z K 7 svn:log V 41 Reserve cdev major 126 for sync support. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-06T12:46:40.000000Z K 7 svn:log V 58 Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-06T12:50:46.000000Z K 7 svn:log V 51 Sync with sys/i386/conf/majors.i386 revision 1.76. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-06T13:40:56.000000Z K 7 svn:log V 56 MFC (1.56: fixed corruption of the kmemstatistcs list). END K 10 svn:author V 7 andreas K 8 svn:date V 27 1999-06-06T14:00:10.000000Z K 7 svn:log V 366 Since FreeBSD can be used as sniffer, update the /etc/protocols file after demand of two people and no objections: - included all registered protocols, so it's now a useful reference as well - renamed title to reflect new content (deleted word "IP", since all registered internet protocols are included now) - corrected URL (file isn't hosted by iana.org anymore) END K 10 svn:author V 7 andreas K 8 svn:date V 27 1999-06-06T14:05:20.000000Z K 7 svn:log V 166 MFC: since FreeBSD can be used as sniffer, update file to include all registered internet protocols - updated title - updated URL (not hosted on iana.org anymore) END K 10 svn:author V 6 jseger K 8 svn:date V 27 1999-06-06T14:15:14.000000Z K 7 svn:log V 209 Update of intro(2)/errno(2) in the ongoing effort of the Programmer's Documentation Project Submitted by: Jeroen Ruigrok van der Werven PR: docs/12030 END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-06T14:16:51.000000Z K 7 svn:log V 124 Correct description of -c and -w options Inspired by: PR docs/11774 Submitted by: Chad R. Larson END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-06T14:28:50.000000Z K 7 svn:log V 46 MFC: Correct description of -c and -w options END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-06-06T15:59:08.000000Z K 7 svn:log V 291 Call do_ctors() and do_dtors() using indirect calls through function pointers. The calls are in different sections from the functions being called, and they can potentially be far away. On a very large program, the 21-bit displacement field of the BSR instruction overflowed at link time. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-06T16:44:04.000000Z K 7 svn:log V 177 Small optimization: use wi_seek() in wi_read_record() and wi_write_record() instead of frobbing the buffer access path registers directly. Saves a few lines of duplicated code. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-06T16:47:10.000000Z K 7 svn:log V 68 MFC: avoid some minor code duplication, no functional code changes. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-06T20:21:27.000000Z K 7 svn:log V 62 fix (non destructive) braino to do with quoting in makefiles. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-06T20:22:37.000000Z K 7 svn:log V 16 MFC: fix braino END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-06T22:45:04.000000Z K 7 svn:log V 121 The FD options are now in /sys/conf/options so need to duplicate them here and keep people from building new kernels. :) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-06T23:23:50.000000Z K 7 svn:log V 250 Add a clarification in the man page suggesting that some tapes (QIC) written under 2.X may not be easily read under the current driver without explicitly setting to variable mode or to the blocksize these tapes were written under 2.X with. PR: 6681 END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-06T23:28:36.000000Z K 7 svn:log V 255 MFC: Add a clarification in the man page suggesting that some tapes (QIC) written under 2.X may not be easily read under the current driver without explicitly setting to variable mode or to the blocksize these tapes were written under 2.X with. PR: 6681 END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:02:58.000000Z K 7 svn:log V 90 MFC: Don't mistake a non-async write that needs to be committed for an interrupted write. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:04:05.000000Z K 7 svn:log V 59 MFC: catch an allocation race leading to duplicate entries END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:06:21.000000Z K 7 svn:log V 118 MFC: Don't die with a negative nfs_madj() on the server when a client scans a directory with a large number of files. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:07:18.000000Z K 7 svn:log V 82 MFC: don't loose mbuf pointers leading to duplicate frees or reuse of freed bufs. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:09:38.000000Z K 7 svn:log V 147 MFC: Avoid integer overflow on nfsv2 mounts when calculating the bytes used from the number of blocks on files > 2GB. (Mostly just affects stat()) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:12:10.000000Z K 7 svn:log V 100 MFC: Use IP_PORTRANGE to cause sobind() to get a priviliged port rather than doing it the hard way. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:13:32.000000Z K 7 svn:log V 90 MFC: Don't mistake a non-async write that needs to be committed for an interrupted write. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:18:37.000000Z K 7 svn:log V 70 MFC: Avoid integer wraparound for bytes-used count right on >2G files END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:20:56.000000Z K 7 svn:log V 56 MFC: Avoid allocation race leading to duplicate entries END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:22:23.000000Z K 7 svn:log V 114 MFC: Don't do a negative nfs_madj() in the server when a client scans a large directory leading to a large reply. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:23:40.000000Z K 7 svn:log V 73 MFC: Don't loose a mbuf pointer leading to dupe frees or use after free. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:53:09.000000Z K 7 svn:log V 34 MFC: don't clobber a mbuf pointer END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T00:57:01.000000Z K 7 svn:log V 114 MFC: don't integer overflow for va_bytes on >2G files (when converting a blocks-used count to a bytes-used count) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-06-07T01:08:27.000000Z K 7 svn:log V 51 MFC: Don't duplicate nfsnodes when loosing a race. END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-07T02:42:31.000000Z K 7 svn:log V 38 Spell isinf(3) correctly. PR: 11974 END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-07T02:53:28.000000Z K 7 svn:log V 42 MFC: isninf -> isinf spelling correction. END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-07T03:59:56.000000Z K 7 svn:log V 43 Spell the .St macro correctly. PR: 11704 END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-07T04:03:16.000000Z K 7 svn:log V 17 MFC: .Std -> .St END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-06-07T05:18:24.000000Z K 7 svn:log V 78 Correct typos. PR: docs/12068 Submitted by: Steve Coltrin END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-07T08:48:13.000000Z K 7 svn:log V 72 MFC: (rev 1.69) Fix parsing of ip addresses on a command line. PR: 5047 END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-07T13:53:57.000000Z K 7 svn:log V 234 Changes from OpenBSD: * Better usage() - correct syntax, display available commands instead of examples * Accept command abbreviations * sprintf -> snprintf (for paranoia) * manpage capitalisation tweak Obtained from: OpenBSD END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-07T14:07:36.000000Z K 7 svn:log V 238 MFC: Fixes from OpenBSD: Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-06-07T14:14:22.000000Z K 7 svn:log V 64 MFC: Typos, check return value of malloc(), sprintf -> snprintf END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-07T16:30:27.000000Z K 7 svn:log V 151 Ensure that host_addr (which is returned in struct hostent::h_addr_list[0]) is aligned so that pointer to it can be safely casted to struct in_addr *. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-06-07T16:35:15.000000Z K 7 svn:log V 284 Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again. PR: bin/12070 Submitted by: Dominic Mitchell Specifically check that FTP_PASSIVE_MODE is set to YES, rather than just checking if it is defined. Discussed on: freebsd-current END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-07T16:36:41.000000Z K 7 svn:log V 41 Fixed previous fix (dad -> rda via rad). END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-07T18:26:26.000000Z K 7 svn:log V 131 ksprintn() may be called with base=2, so redefine MAXNBUF accordingly. Other brucification tweaks. Obtained from: bde@freebsd.org END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-07T18:36:00.000000Z K 7 svn:log V 45 Add ability to read/write localized manpages END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-07T18:38:49.000000Z K 7 svn:log V 34 MFC (rev. 1.54): redefine MAXNBUF END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-07T19:23:04.000000Z K 7 svn:log V 23 Localize NEQN part too END K 10 svn:author V 7 andreas K 8 svn:date V 27 1999-06-07T19:25:23.000000Z K 7 svn:log V 194 solve name conflict the old STREAM protocol has been obsoleted by "ST2" (RFC 1819) Detected by: Andre Albsmeier Suggested by: Matt Crawford END K 10 svn:author V 7 andreas K 8 svn:date V 27 1999-06-07T19:26:21.000000Z K 7 svn:log V 204 MFC: solve name conflict the old STREAM protocol has been obsoleted by "ST2" (RFC 1819) Detected by: Andre Albsmeier Suggested by: Matt Crawford END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-07T19:28:47.000000Z K 7 svn:log V 16 Fix -T doubling END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-06-07T20:37:29.000000Z K 7 svn:log V 583 From the submitter: - this causes POSIX locking to use the thread group leader (p->p_leader) as the locking thread for all advisory locks. In non-kernel-threaded code p->p_leader == p, so this will have no effect. This results in (more) correct POSIX threaded flock-ing semantics. It also prevents the leader from exiting before any of the children. (so that p->p_leader will never be stale) in exit1(). We have been running this patch for over a month now in our lab under load and at customer sites. Submitted by: John Plevyak END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-06-07T20:39:14.000000Z K 7 svn:log V 55 MFC: fixes for POSIX locking in threaded applications. END K 10 svn:author V 7 foxfair K 8 svn:date V 27 1999-06-08T02:25:19.000000Z K 7 svn:log V 223 Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1999-06-08T02:25:20.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-06-08T06:25:51.000000Z K 7 svn:log V 33 MFC: {rev 1.15, 1.16} Fix typos. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T11:57:59.000000Z K 7 svn:log V 143 Make the ``load'', ``dial'' and ``open'' commands a big clearer. Requested by: Michael Heitmeier END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T11:58:27.000000Z K 7 svn:log V 133 Don't IPCP TLD if we're already doing it. This prevents recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T11:59:49.000000Z K 7 svn:log V 70 MFC: Make the ``load'', ``dial'' and ``open'' commands a big clearer. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T12:00:29.000000Z K 7 svn:log V 148 MFC: Don't IPCP TLD if we're already doing it. This prevents recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T13:00:30.000000Z K 7 svn:log V 59 If amd_flags is empty, don't add -p as it makes amd abend. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-08T14:59:12.000000Z K 7 svn:log V 58 Just ignore malformed locale variable unless -d specified END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-08T16:42:19.000000Z K 7 svn:log V 175 Keep fpcurproc locked in memory, so that we always can save the FP state correctly. This should fix the "pmap_changebit didn't" panic that some people see. Reviewed by: dfr END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-08T17:03:28.000000Z K 7 svn:log V 209 Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but create a nofault entry. It will be used to allocate kmem for upages. (I am not too happy with all this, but it's better than nothing). END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-08T17:14:22.000000Z K 7 svn:log V 112 Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate kernel virtual address space for UPAGES. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T20:11:53.000000Z K 7 svn:log V 73 Don't drop the last character from lines in ppp.secret unless it's '\n'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-08T20:12:06.000000Z K 7 svn:log V 48 Don't use static variables if we don't have to. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-09T00:07:10.000000Z K 7 svn:log V 43 little optimization of locale sensing code END K 10 svn:author V 7 foxfair K 8 svn:date V 27 1999-06-09T02:28:35.000000Z K 7 svn:log V 237 MFC: Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. It makes compatible with IANA charset defination, and let existent I18N applications happier. Ref: END K 10 svn:author V 7 foxfair K 8 svn:date V 27 1999-06-09T02:48:55.000000Z K 7 svn:log V 236 MFC: Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. It makes compatible with IANA charset defination, and let existent I18N application happier. Ref: END K 10 svn:author V 7 foxfair K 8 svn:date V 27 1999-06-09T02:50:16.000000Z K 7 svn:log V 286 MFC: Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. It makes compatible with IANA charset defination, and let existent I18N application happier. Ref: Add the .src file again, forgot when last commit. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-09T08:47:36.000000Z K 7 svn:log V 108 Use the correct pid when substituting PROCESSID. Problem reported by: Amedeo Beck Peccoz END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-09T08:56:11.000000Z K 7 svn:log V 49 MFC: Don't add the -p flag if amd_args is empty. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-06-09T09:08:22.000000Z K 7 svn:log V 53 Various edits to shrink fixit and enable dhcp-client END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-06-09T09:18:33.000000Z K 7 svn:log V 65 Remove apple.com from time server list. Submitted by: Mike Haro END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-06-09T09:29:53.000000Z K 7 svn:log V 153 where_arge is allocated on stack and return address is overwritten by buffer overflow. Submitted by: Hidetoshi Shimokawa END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-06-09T09:31:28.000000Z K 7 svn:log V 26 MFC: fix buffer overflow. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-06-09T09:32:19.000000Z K 7 svn:log V 33 MFC: remove defunct time server. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-06-09T11:46:43.000000Z K 7 svn:log V 116 Add detection code for NVidia Riva 128,TNT,TNT2 (TNT2 from me) PR: 12094 Submitted by: Ilya Naumov camel@avias.com END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-09T12:32:55.000000Z K 7 svn:log V 323 Add a rather complicated but impressive example of how to implement multi-link ppp over more than one ISP with the ability to lose ISPs without loss of connectivity. It *requires* that you either have administrative access to a machine that's already connected to the 'net or at least know a really nice person that does. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-09T16:54:04.000000Z K 7 svn:log V 210 Allow our endpoint discriminator to be enabled, disabled, accepted and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-09T20:27:26.000000Z K 7 svn:log V 17 Initialise `mp'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-10T00:17:27.000000Z K 7 svn:log V 78 Allow a remote IP and port range specification in the ``alias port'' command. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-10T00:34:15.000000Z K 7 svn:log V 53 Don't delete quota files when clean-tmps is enabled. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 1999-06-10T02:48:51.000000Z K 7 svn:log V 148 Change variable used for calculating ending address of physical memory from 'int' to 'vm_offset_t'. Spotted by: Richard Cownie END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-10T09:06:30.000000Z K 7 svn:log V 108 Never bring a link back up after receiving a terminating signal, don't rely on already being in PHASE_DEAD. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-10T09:07:15.000000Z K 7 svn:log V 118 MFC: Never bring a link back up after receiving a terminating signal, don't rely on already being in PHASE_DEAD. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-10T09:34:57.000000Z K 7 svn:log V 87 Allow reserved substitution strings to be escaped by preceeding them with a backslash. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-06-10T12:05:48.000000Z K 7 svn:log V 83 Remove 'SET_ASM_OP' macro, which is unused now and rather harmful for recent egcs. END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-06-10T16:14:18.000000Z K 7 svn:log V 159 For vendor-specific commands sent using the 'camcontrol cmd' facility, use the passed in CDB length, not 1. Submitted by: Jean-Marc Zucconi END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-06-10T16:15:45.000000Z K 7 svn:log V 165 MFC: For vendor-specific commands sent using the 'camcontrol cmd' facility, use the passed in CDB length, not 1. Submitted by: Jean-Marc Zucconi END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-10T20:40:59.000000Z K 7 svn:log V 138 Replace my previous fix of saving the FP state with a much simpler one: when we swap out fpcurproc, save its FP state. Suggested by: bde END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-06-10T22:48:27.000000Z K 7 svn:log V 98 Improvement in the description of what this does. Prompted by (and thanks to): W Richard Stevens END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-06-11T00:24:12.000000Z K 7 svn:log V 100 MFC: add libwrap to the beforeinstall target (rev 1.68 in -current). PR: 11739 Reviewed by: peter END K 10 svn:author V 4 hoek K 8 svn:date V 27 1999-06-11T04:36:16.000000Z K 7 svn:log V 97 Compile when NO_REGEX is defined. Submitted by: Geordy Kitchen (gnu/12117) END K 10 svn:author V 4 hoek K 8 svn:date V 27 1999-06-11T04:40:24.000000Z K 7 svn:log V 29 MFC: Compile with -DNO_REGEX END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-11T09:43:53.000000Z K 7 svn:log V 329 Workaround the problem that the first (and only first) port name can't have a dash character (it is treated as a ``range'' operator). One could now use such a name by escaping the ``-'' characters. For example: # ipfw add 1 count tcp from any to any "ms\-sql\-s" # ipfw add 2 count tcp from any ftp\\-data-ftp to any PR: 7101 END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-06-11T10:31:24.000000Z K 7 svn:log V 133 Larger, space separated fields in the output of repquota. PR: 8730 Submitted by: Andre Albsmeier END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-11T11:27:18.000000Z K 7 svn:log V 60 Describe why a ``magic'' enddisc is not always a good idea. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-11T11:27:35.000000Z K 7 svn:log V 96 Don't accept divert/tee/pipe rules without corresponding option. PR: 10324 Reviewed by: luigi END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-11T13:28:29.000000Z K 7 svn:log V 52 Show the correct error if we fail to open a device. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-11T16:16:32.000000Z K 7 svn:log V 168 Move the description of the strncmp() function from the RETURN VALUES section to the DESCRIPTION section. PR: 12133 Submitted by: Sheldon Hearn END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-11T16:24:55.000000Z K 7 svn:log V 111 MFC: Move the description of the strncmp() function from the RETURN VALUES section to the DESCRIPTION section. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-11T16:26:29.000000Z K 7 svn:log V 43 Fix a minor style nit in the NAME section. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-11T16:30:31.000000Z K 7 svn:log V 48 MFC: Fix a minor style nit in the NAME section. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-12T05:58:49.000000Z K 7 svn:log V 125 MFC: rev 1.52: Restructure pipe_read in order to eliminate several race conditions. rev 1.48 and 1.49: Cosmetic changes. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-12T14:54:56.000000Z K 7 svn:log V 201 Updated to use the new 4.x newbus API Also removed the BSDI support (for now) This allows the driver to be loaded/unloaded as a KLD and loaded in the boot loader phase whithout making a custom kernel. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-12T15:00:19.000000Z K 7 svn:log V 175 Makefile to build a loadable bktr Bt848/Bt878 device driver This allows the bt848 grabber to be loaded in the boot loader or after bootup without the need for a custom kernel END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-12T15:08:50.000000Z K 7 svn:log V 61 Change perl5 to perl (same change as made in the fxp module) END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-12T15:11:33.000000Z K 7 svn:log V 80 Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-12T23:10:38.000000Z K 7 svn:log V 104 vm_map_protect: The wrong vm_map_entry is used to determine if writes must not be allowed due to COW. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-13T04:06:41.000000Z K 7 svn:log V 121 MFC: rev 1.166 The wrong vm_map_entry is used in vm_map_protect to determine if writes must not be allowed due to COW. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-13T15:45:49.000000Z K 7 svn:log V 52 Add bktr_load for the loadable Bt848/Bt878 driver. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-13T16:05:00.000000Z K 7 svn:log V 150 Removed checking for unit>NBKTR. No longer need when using device_get_softc. (also fixed bug where loadable bktr module could only access 1st device) END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-13T19:20:25.000000Z K 7 svn:log V 65 Use pmap_kenter instead of pmap_enter to map the message buffer. END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-13T19:41:50.000000Z K 7 svn:log V 36 Fix placement of signal trampoline. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-13T20:46:10.000000Z K 7 svn:log V 42 Shorten the strings a bit (remove 'Host') END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-13T20:48:29.000000Z K 7 svn:log V 230 1) Add the USB controllers (will now print pretty strings when no usb support is compiled in) 2) Add probing for generic USB host controllers as well so we get them all 3) make the returned strings look alike in the whole file END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-13T20:49:12.000000Z K 7 svn:log V 143 1) Add non-blocking I/O on read 2) Add checks to make sure we do not dereference the softc when not found because the device has been removed. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-06-13T20:53:16.000000Z K 7 svn:log V 109 Eliminate the bogus procfs private almost struct dirent structure. Spotted by: Lars Hamren Reviewed by: bde END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-13T22:09:14.000000Z K 7 svn:log V 88 1) remove the soft reset after a command failed. 2) remove printing of errno and errstr END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-14T10:12:41.000000Z K 7 svn:log V 72 Come up with something useful when someone searches for ``dynamic IP''. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-06-14T11:42:30.000000Z K 7 svn:log V 90 Fix typo confusing `fa' and 'fb' registers. Now, MATLAB works fine under OSF/1 emulation. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-14T12:06:11.000000Z K 7 svn:log V 62 Man pages for top refer to only 2.x, but not to 3.x and later END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-14T12:11:09.000000Z K 7 svn:log V 63 Man pages for top refer to only 2.x, but not to 3.x and later. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-14T15:10:35.000000Z K 7 svn:log V 314 Updated the BUGS section. BREAK is now implemented. Don't document non-bugs in the BUGS section, or anywhere else. It is not a bug to drop data when overloaded. The compile-time tuning options turned out to be not very useful, and aren't supported offically. Documented the not so new option CY_PCI_FASTINTR. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-14T15:15:22.000000Z K 7 svn:log V 20 MFC (1.9: updated). END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T15:45:41.000000Z K 7 svn:log V 36 Update to PicoBSD 0.44 from RELENG_ END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T15:45:56.000000Z K 7 svn:log V 37 Update to PicoBSD 0.44 from RELENG_3 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T16:36:50.000000Z K 7 svn:log V 39 Update to PicoBSD 0.44 (from RELENG_3) END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T16:48:23.000000Z K 7 svn:log V 37 Update to PicoBSD 0.44 from RELENG_3 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T18:08:17.000000Z K 7 svn:log V 162 Comment out the PCI Comtrol Rocketport entries. The PicoBSD 'isp' build fails when both the PCI and ISA versions of the 'rp' driver are included at the same time END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-14T18:16:51.000000Z K 7 svn:log V 54 Last commit was incorrect. Remove the 'rp' PCI device END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-14T18:46:15.000000Z K 7 svn:log V 211 It was possible to circumvent telnet's security ``-E'' (no escape at all) option by running it with ``-8 -E'' and passing it 0xff character. PR: 6317 Reviewed by: des, David Borman (the author) END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-14T18:58:23.000000Z K 7 svn:log V 216 MFC: It was possible to circumvent telnet's security ``-E'' (no escape at all) option by running it with ``-8 -E'' and passing it 0xff character. PR: 6317 Reviewed by: des, David Borman (the author) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-14T19:00:47.000000Z K 7 svn:log V 321 It's not clear to me why this fix worked for the submitter- a prevent/allow with the ALLOW setting should not have needed a longer timeout, but the longer timeout doesn't hurt. This is now fixed for 2.X and is essentially also fixed in 3.X and later versions. PR: 1467 Submitted by: Andrew Herdman andrew@why.whine.com END K 10 svn:author V 3 nik K 8 svn:date V 27 1999-06-14T19:03:46.000000Z K 7 svn:log V 294 Include for correctness. BDE has a better version of this, but it's more complex, and in his words Commit your version, since it is the only one that is clearly permitted (if not best), and I'll untangle it later. PR: docs/11589 Reviewed by: Bruce "he kicks ass" Evans END K 10 svn:author V 3 nik K 8 svn:date V 27 1999-06-14T19:07:16.000000Z K 7 svn:log V 105 MFC: Include for correctness. BDE to introduce a better fix later. From aio.h:1.10 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-06-14T21:58:59.000000Z K 7 svn:log V 52 Support Alpha and -CURRENT in the "-r" option case. END K 10 svn:author V 2 jb K 8 svn:date V 27 1999-06-14T22:59:55.000000Z K 7 svn:log V 124 Add the System V message queue and semaphore options for better 3rd party software support out-of-the-box (like i386 does). END K 10 svn:author V 6 newton K 8 svn:date V 27 1999-06-15T00:00:10.000000Z K 7 svn:log V 192 Ensoniq AudioPCI sound cards haven't worked since the newbus integration because they haven't been able to attach. Now fixed. Submitted by: Christian Weisgerber END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-06-15T06:14:27.000000Z K 7 svn:log V 73 MFC: {rev 1.7} Larger, space separated fields in the output of repquota. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-15T11:40:13.000000Z K 7 svn:log V 38 MFS: No longer needed in PicoBSD 0.44 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-15T11:45:25.000000Z K 7 svn:log V 38 MFS: No longer needed in PicoBSD 0.44 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-15T12:01:26.000000Z K 7 svn:log V 119 Add VIA Apollo Master VT82c570 chipset. (I have 2 of these) Also, Apollo IDE controller has device ID of 1571 and 0571 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-15T12:40:32.000000Z K 7 svn:log V 38 MFS: No longer needed in PicoBSD 0.44 END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-06-15T12:51:57.000000Z K 7 svn:log V 40 MFS: No longer needed with PicoBSD 0.44 END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-15T12:56:38.000000Z K 7 svn:log V 86 Document the usage of escape character in a service name. PR: 7101 Reminded by: jhs END K 10 svn:author V 3 des K 8 svn:date V 27 1999-06-15T13:14:56.000000Z K 7 svn:log V 56 Kill option FAILSAFE. PR: i386/12187 Approved by: bde END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-15T14:04:19.000000Z K 7 svn:log V 34 This really belongs to section 8. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-15T14:36:46.000000Z K 7 svn:log V 29 MFC: Fix the section number. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T19:03:54.000000Z K 7 svn:log V 102 Document the IMPLEMENTATION NOTES section since we have a number of man pages that use it. PR: 10659 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T19:07:24.000000Z K 7 svn:log V 96 MFC: Describe the IMPLEMENTATION NOTES section since we have a number of man pages that use it. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T19:19:51.000000Z K 7 svn:log V 101 Correctly document the two different object file formats that can be used with objformat. PR: 10877 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T19:21:17.000000Z K 7 svn:log V 95 MFC: Correctly document the two different object file formats that can be used with objformat. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T20:03:01.000000Z K 7 svn:log V 253 cam_get_device() was returning 0 on failure, and 1 on success, while camcontrol(8) and the documentation in camlib.c and cam(3) all expect -1 on failure and 0 on success. Updated camlib.c to return the values specified by the documentation. PR: 12023 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1999-06-15T20:04:42.000000Z K 7 svn:log V 247 MFC: cam_get_device() was returning 0 on failure, and 1 on success, while camcontrol(8) and the documentation in camlib.c and cam(3) all expect -1 on failure and 0 on success. Updated camlib.c to return the values specified by the documentation. END K 10 svn:author V 8 mckusick K 8 svn:date V 27 1999-06-15T22:15:10.000000Z K 7 svn:log V 53 COM_LLCONSOLE should over-ride COM_DEBUGGER request. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-15T23:06:51.000000Z K 7 svn:log V 219 Add a couple of command definitions. Also add offsets into the IDE parameter block so that it is humanly possible to match the structure to the manufacturer's documentation. (basically this is just changes to comments) END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-15T23:13:09.000000Z K 7 svn:log V 219 Add a couple of command definitions. Also add offsets into the IDE parameter block so that it is humanly possible to match the structure to the manufacturer's documentation. (basically this is just changes to comments) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-15T23:24:14.000000Z K 7 svn:log V 220 If we retry this operation from the top of this routine, we need to make sure we've freed any allocated resources (to avoid a memory leak) and and do the right thing with respect to the nfs node hash lock we'd acquired. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-15T23:26:09.000000Z K 7 svn:log V 225 MFC: If we retry this operation from the top of this routine, we need to make sure we've freed any allocated resources (to avoid a memory leak) and and do the right thing with respect to the nfs node hash lock we'd acquired. END K 10 svn:author V 8 mckusick K 8 svn:date V 27 1999-06-15T23:37:29.000000Z K 7 svn:log V 210 Get rid of the global variable rushjob and replace it with a function in kern/vfs_subr.c named speedup_syncer() which handles the speedup request. Change the various clients of rushjob to use the new function. END K 10 svn:author V 5 tegge K 8 svn:date V 27 1999-06-16T03:19:04.000000Z K 7 svn:log V 183 If we still haven't got a sufficient number of free buffers after the call to flushdirtybuffers() then sleep in waitfreebuffers(). PR: 11697 Reviewed by: David Greenman, Matt Dillon END K 10 svn:author V 5 tegge K 8 svn:date V 27 1999-06-16T03:53:52.000000Z K 7 svn:log V 43 Clean up bitrot in interrupt tracing code. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-06-16T11:50:25.000000Z K 7 svn:log V 49 MFC: remove unnecessary function call (rev 1.5). END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-06-16T12:26:40.000000Z K 7 svn:log V 69 Fix non-benign typo. Submitted by: Daniel Baker END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-06-16T14:04:45.000000Z K 7 svn:log V 57 Print verbose messages when there is error. Oked by: des END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-06-16T14:05:20.000000Z K 7 svn:log V 49 MFC: print verbose messages when there is error. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-16T15:26:22.000000Z K 7 svn:log V 68 Add "-s src_addr" option to allow setting of the source IP address. END K 10 svn:author V 2 dg K 8 svn:date V 27 1999-06-16T15:54:30.000000Z K 7 svn:log V 380 Changed trypbuf to a getpbuf to work around a problem where redundant writes would occur when clustering them - caused by running out of buffers and taking a degenerate code path as a result. It appears that waiting instead for buffers to become available is okay. Submitted by: Matthew Dillon Discovered by: Craig A Soules END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-16T16:27:30.000000Z K 7 svn:log V 324 Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512 like the original PNIC and the MX98715A (from which the PNIC II is derived). This requires special handling. Save the card type, and in mx_calchash(), if we see that the card is a PNIC, return only the low 7 bits of the hash instead of the low 9 bits. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-16T16:32:07.000000Z K 7 svn:log V 87 MFC: fix multicast hashing for PNIC II, which has only a 128 bit table instead of 512. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-16T17:34:36.000000Z K 7 svn:log V 95 Remove option USBVERBOSE Add the options for debugging used in dev/usb/*.c Submitted by: Kazu END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-16T17:41:07.000000Z K 7 svn:log V 128 Add back in the USB stuff. We now have a couple of testers for this source base, so we should be able to support them properly. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-16T17:49:31.000000Z K 7 svn:log V 25 Remove option USBVERBOSE END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-16T18:35:58.000000Z K 7 svn:log V 195 Use vput instead of vrele. Reviewed by: Matthew Dillon Submitted by: Ville-Pertti Keinonen Obtained from: Matthew Dillon END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-16T18:37:01.000000Z K 7 svn:log V 206 Make sure syscall arguments properly aligned in ktrace records. Make syscall return value a register_t. Based on a patch from Hidetoshi Shimokawa. Mostly reviewed by: Hidetoshi Shimokawa and Bruce Evans. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-06-16T18:40:43.000000Z K 7 svn:log V 31 MFC:Use vput instead of vrele. END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-16T18:46:40.000000Z K 7 svn:log V 109 Syscall arguments are now properly aligned. Print them, and syscall return values, as longs, instead of int. END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-06-16T18:55:35.000000Z K 7 svn:log V 71 Make syscall tracing work: include "opt_ktrace.h" and make it compile. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-16T18:57:50.000000Z K 7 svn:log V 21 Remove useless stubs END K 10 svn:author V 5 tegge K 8 svn:date V 27 1999-06-16T19:05:17.000000Z K 7 svn:log V 142 Close a race window where a tcp socket is closed while tcp_pcblist is copying out tcp socket info, causing a NULL pointer to be dereferenced. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-06-16T19:38:36.000000Z K 7 svn:log V 107 uhub is mandatory, as it is required for the root hub. Keep it optional but make it depend on usb instead. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-16T20:01:19.000000Z K 7 svn:log V 190 Init(8) will halt the system if sent USR1 signal, or halt and turn the power off if sent SIGUSR2. PR: 5451 Submitted by: Leif Neland Reworked by: ru Reviewed by: -hackers END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-06-16T21:05:21.000000Z K 7 svn:log V 123 Add the -p switch - tells rwhod to ignore POINTOPOINT interfaces. Mostly submitted by: Stefan Zehl PR: 12216 END K 10 svn:author V 8 mckusick K 8 svn:date V 27 1999-06-16T23:27:55.000000Z K 7 svn:log V 176 Add a vnode argument to VOP_BWRITE to get rid of the last vnode operator special case. Delete special case code from vnode_if.sh, vnode_if.src, umap_vnops.c, and null_vnops.c. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-17T00:27:39.000000Z K 7 svn:log V 62 Remove some unused declarations and duplicate initialization. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-17T00:39:26.000000Z K 7 svn:log V 179 Move vm_map_stack and vm_map_growstack after the definition of the vm_map_clip_end macro. (The next commit will modify vm_map_stack and vm_map_growstack to use vm_map_clip_end.) END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-06-17T01:25:25.000000Z K 7 svn:log V 57 Reformat comment to match indentation of code around it. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-17T05:49:00.000000Z K 7 svn:log V 286 vm_map_insert sometimes extends an existing vm_map entry, rather than creating a new entry. vm_map_stack and vm_map_growstack can panic when a new entry isn't created. Fixed vm_map_stack and vm_map_growstack. Also, when extending the stack, always set the protection to VM_PROT_ALL. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-06-17T07:07:55.000000Z K 7 svn:log V 59 Fixed a missing userland dev_t to kernel dev_t conversion. END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-17T07:12:39.000000Z K 7 svn:log V 45 Add "-N" option to the SYNOPSIS and usage(). END K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-17T07:27:45.000000Z K 7 svn:log V 79 MFC: - add "-s src_addr" option - document "-N" option in SYNOPSIS and usage() END