ƒ¬X15000 235 176 132 129 120 145 145 153 266 234 199 281 318 145 159 484 236 666 222 415 105 122 151 172 143 130 165 259 148 152 235 206 229 478 272 306 188 140 183 343 374 573 196 124 267 142 216 217 211 128 110 126 127 149 176 127 185 181 153 173 174 147 173 129 151 124 251 753 268 167 289 525 129 156 143 174 144 131 268 285 106 205 128 161 180 158 122 159 123 128 147 129 853 415 184 249 108 312 171 181 203 142 238 270 140 134 145 502 144 206 166 122 273 189 290 135 276 204 189 167 167 398 142 220 147 159 131 145 210 196 254 175 130 135 134 241 358 235 137 148 131 147 150 136 191 227 205 177 582 176 242 116 175 185 335 300 249 164 171 560 284 192 266 125 200 188 270 133 127 224 155 159 169 152 264 107 218 159 218 163 183 144 741 261 150 151 652 706 123 153 151 682 174 139 135 181 448 544 143 415 323 1252 135 288 279 163 298 148 228 172 1796 214 191 152 133 207 206 268 177 137 281 154 145 200 155 115 138 151 123 134 151 124 151 482 310 166 K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-02T13:10:30.000000Z K 7 svn:log V 84 Fix to ldconfig to handle shlibs with . in their actual names. Taken from -current. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-02T15:17:36.000000Z K 7 svn:log V 40 Align help screen. add gateway command. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-02T15:19:20.000000Z K 7 svn:log V 37 Align help text. Add gateway command END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-04-02T16:15:32.000000Z K 7 svn:log V 24 Spell Bogota correctly. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-04-02T16:23:32.000000Z K 7 svn:log V 49 Change from main branch: spell Bogota correctly. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-04-02T18:13:36.000000Z K 7 svn:log V 49 Document PERFMON. Delete obsolete PROBE_VERBOSE. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-02T19:07:38.000000Z K 7 svn:log V 57 Prototyped wrong the first time through for devfs_link() END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-02T22:06:23.000000Z K 7 svn:log V 169 Correct a bug which wrote the result of devfs_add_devswf() for two separate devices to the same place Reviewed by: Julian Elischer , Marc G. Fournier END K 10 svn:author V 3 jdp K 8 svn:date V 27 1996-04-02T22:26:18.000000Z K 7 svn:log V 141 Removed the definition of the make variable SHAREDIR. It was clashing with the definition in bsd.own.mk, causing "make world" to fall over. END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-03T00:01:40.000000Z K 7 svn:log V 102 Correct a comment which was hiding part of the declaration of devfs_link(), causing compiles to fail. END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-03T00:28:40.000000Z K 7 svn:log V 184 Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC and SAFETY. Currently all commented out until I can verify that they don't cause LINT to fail to compile. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-04-03T02:58:48.000000Z K 7 svn:log V 223 Add the "8" flag to the smtp and esmtp mailers. This makes sendmail-8.7.5 behave like the older 8.6.12 that was in the tree when talking to an older sendmail that does not speak esmtp or advertise the 8bitmime capability. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-03T03:03:27.000000Z K 7 svn:log V 49 Merged devfs_add_devsw() into devfs_add_devswf() END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-03T03:03:55.000000Z K 7 svn:log V 63 Removed prototype for devfs_add_devsw() as it no longer exists END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-04-03T03:06:17.000000Z K 7 svn:log V 389 Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5 to behave like the older sendmails when talking to a peer that does not have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it anyway", while the 8.7.x series mangle any extended character set mail by conferting it to quoted-printable or base64. Freefall has been running this for some time. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-04-03T03:22:36.000000Z K 7 svn:log V 141 Re-remove these undead files. These were supposed to go with the sendmail update, but for some reason they got missed and are still around. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-04-03T03:24:03.000000Z K 7 svn:log V 571 yppush_main.c: - Remove unused 'pid' member from the jobs structure. (This was left over from an earlier incarnation of the program that used multiple processes.) - Remove #ifdef'ed longjmp() stuff. - Print warning message if the 'pushing' host is not the master for a map being pushed but don't bail out. (While yppush should only be used on an NIS master, using it elsewhere is not an unpardonable sin.) yppush.8: - Fix a couple of mind-os. Makefile - Change format to hopefully ease bootstrapping. (Suggested by wollman.) Other Makefiles should follow. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-04-03T04:57:27.000000Z K 7 svn:log V 127 Remove outdated (and never quite correct anyway) reference to the "fact" that pipes were implemented as calls to socketpair(). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-04-03T05:23:44.000000Z K 7 svn:log V 320 Fixed a problem that the UPAGES of a process were being run down in a suboptimal manner. I had also noticed some panics that appeared to be at least superficially caused by this problem. Also, included are some minor mods to support more general handling of page table page faulting. More details in a future commit. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T05:51:55.000000Z K 7 svn:log V 13 Typo. sorry. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-03T06:55:09.000000Z K 7 svn:log V 30 Update paths to Taiwan sites. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-03T07:41:27.000000Z K 7 svn:log V 57 Populate this. :) Add a man page for tsleep()/wakeup(). END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-03T07:47:35.000000Z K 7 svn:log V 79 Cast to unsigned char instead of unsigned Cast ctype argument to unsigned char END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T12:08:52.000000Z K 7 svn:log V 51 Pick up CWARNFLAGS from /etc/make.conf if defined. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T12:10:28.000000Z K 7 svn:log V 38 Pickup CWARNFLAGS from /etc/make.conf END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T13:49:10.000000Z K 7 svn:log V 73 recognize "allow", "accept" and "pass" add new feature for "established" END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T13:52:20.000000Z K 7 svn:log V 166 Add feature for tcp "established". Change interface between netinet and ip_fw to be more general, and thus hopefully also support other ip filtering implementations. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T17:13:59.000000Z K 7 svn:log V 56 Add skeleton firewall setup(s). Comments very welcome. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-04-03T18:52:22.000000Z K 7 svn:log V 56 Always pass a route structure when calling ip_output(). END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-03T19:01:37.000000Z K 7 svn:log V 142 Improvementss to netboot Initial but not yet functional PCI support. Reviewed by: phk Submitted by: Luigi Rizzo END K 10 svn:author V 3 sef K 8 svn:date V 27 1996-04-03T22:46:17.000000Z K 7 svn:log V 113 printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms capability Reviewed by: rgrimes, joerg END K 10 svn:author V 3 sef K 8 svn:date V 27 1996-04-03T22:46:59.000000Z K 7 svn:log V 136 Remove definitions and declarations for FS, FC, XS, XC variables, and replace them with MS char* variable. Reviewed by: rgrimes, joerg END K 10 svn:author V 3 sef K 8 svn:date V 27 1996-04-03T22:49:15.000000Z K 7 svn:log V 385 Makefile: Add new modes.c file to list of objects. printjob.c: Use termios instead of sgtty structs and ioctls; remove support for fs/fc/xs/xc capabilities, and replace them with the ms capability (stty-like words, instead of octal bit patterns). modes.c: Modified from stty's file, parses comma-seperated list of tty modes (e.g., "cs8,-paren,-opost"). Reviewed by: rgrimes, joerg END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-03T23:05:40.000000Z K 7 svn:log V 175 add a `Warning:' to the message saying that the root directory is not a multiple of the clustersize in length to try and reduce the number of questions we get on the subject. END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-03T23:11:08.000000Z K 7 svn:log V 209 Add a small message to the ``CAVEATS'' section saying if you get the warning about the root directory, then you could corrupt your filesystem if you write to it. Someone, please, feel free to improve this :-) END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-03T23:39:26.000000Z K 7 svn:log V 92 Import change from rev. 1.12: change what could be an error to be more obviously a warning. END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-04T01:08:20.000000Z K 7 svn:log V 44 Fixed a typo in the comment for sv_errsize. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-04-04T03:17:48.000000Z K 7 svn:log V 89 Add rpc.statd and the stub rpc.lockd, as these build and are of some use to some people. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-04T10:46:44.000000Z K 7 svn:log V 250 Log TCP syn packets for ports we don't listen on. Controlled by: sysctl net.inet.tcp.log_in_vain: 1 Log UDP syn packets for ports we don't listen on. Controlled by: sysctl net.inet.udp.log_in_vain: 1 Suggested by: Warren Toomey END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-04T11:17:04.000000Z K 7 svn:log V 281 Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force keepalive on all tcp sessions. Setsockopt(2) cannot override this setting. Maybe another one is needed that just changes the default for SO_KEEPALIVE ? Requested by: Joe Greco END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-04T12:28:36.000000Z K 7 svn:log V 478 Work around a braindead signal handling in many newer HP printers. They don't have BUSY de-asserted by the time they ACK (and thus cause an interrupt). The workaround is to try seeing if the BUSY will be de-asserted soon, and if not, to use an incremental backoff and semi-polled mode instead of the fixed timeout with 1/2 s we've been using previously (that caused the printer to run really slooow). Printers that have been working previously should not be affected by this. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-04T17:29:26.000000Z K 7 svn:log V 101 Mention the `amd' program version number. The amq(8) man page mentions it as being Sun registered,. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-04T17:30:31.000000Z K 7 svn:log V 30 Merge from HEAD: mention amd. END K 10 svn:author V 4 rich K 8 svn:date V 27 1996-04-04T22:43:59.000000Z K 7 svn:log V 173 add Nakamichi MBR-7 CD changer to knowndevs. Each platter is on a separate LUN, all sharing one scsi ID. Reviewed by: davidg, julian Submitted by: rich Obtained from: rich END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-05T02:29:12.000000Z K 7 svn:log V 50 Add an `aux' field for some other gunk I'm doing. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T03:36:31.000000Z K 7 svn:log V 122 Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for UTC cmos clocks (needed for Local Timezone FSes) END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T03:40:55.000000Z K 7 svn:log V 123 Fix error with multiply 'adjkerntz -a' copies running. Manage adjkerntz kernel variable even for UTC clocks. Code cleanup. END K 10 svn:author V 5 jmacd K 8 svn:date V 27 1996-04-05T05:35:57.000000Z K 7 svn:log V 116 Added a note about the return value. Its been so long I can't remember who suggested the 'caveat' section. Sorry. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-05T08:51:22.000000Z K 7 svn:log V 34 Add clocks(7). Submitted by: bde END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-05T08:53:38.000000Z K 7 svn:log V 16 Xref clocks(7). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-05T09:00:29.000000Z K 7 svn:log V 32 Merge from HEAD: add clocks(7). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-05T09:01:57.000000Z K 7 svn:log V 33 Merge from HEAD: Xref clocks(7). END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T16:25:38.000000Z K 7 svn:log V 56 Dynamically sense /etc/wall_cmos_clock presence/absense END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T16:31:49.000000Z K 7 svn:log V 83 Don't adjust file times for UTC clock to have the same timestamps for DOS/FreeBSD. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T18:56:10.000000Z K 7 svn:log V 34 Fix adjkerntz expression priority END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T18:59:06.000000Z K 7 svn:log V 92 Fix adjkerntz expression priority. Make filetimes the same as DOS times for UTC cmos clock. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-05T19:12:01.000000Z K 7 svn:log V 85 Fixed a bug in DEVFS code that was producing "name slot allocation failed" messages. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T19:17:05.000000Z K 7 svn:log V 60 Detect if /etc/wall_cmos_clock gone while adjkerntz paused. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-05T20:57:47.000000Z K 7 svn:log V 81 Add man page links for the SLIST_* and STAILQ_* macros that were added recently. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-05T21:08:40.000000Z K 7 svn:log V 82 List tsleep & wakeup in the summary line so that they can be found with "man -k". END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-05T22:13:49.000000Z K 7 svn:log V 53 $* -> $@ check exit code from $MKDEP_CPP, not sed(1) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-05T22:22:44.000000Z K 7 svn:log V 79 remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?= use .for loop for common targets END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-05T23:23:25.000000Z K 7 svn:log V 35 .Ql --> .Dv Submitted by: wollman END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T23:37:08.000000Z K 7 svn:log V 58 Describe new adjkerntz variant + various changes from jdp END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-05T23:53:23.000000Z K 7 svn:log V 31 More info and more corrections END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-06T01:06:06.000000Z K 7 svn:log V 159 Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. It turns out that it actually reduces performance in real-world cases. Noticed by: bde END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-06T01:15:21.000000Z K 7 svn:log V 660 Change calendar to report the actual date for variable day events. E.g. for Easter, and entries like "04/SunFirst" calendar will now report: 04/05* Good Friday (2 days before easter) 04/07* First Sunday... instead of: Easter-2 Good Friday... 04/SunFirst First Sunday... I also modified the calendar files to use the variable day format for a lot of events so that they will be reported correctly. E.g. U.S. daylight savings time is now listed as: 04/SunFirst Daylight savings time... There are still a lot of wrong dates in there for some events that move from year to year, but I don't have a good calendar handy right now that I can use for reference. END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-04-06T01:16:19.000000Z K 7 svn:log V 171 pccard.c: #include to get sysbeep() prototype pcic.c: add appropriate #ifdef around a prototype to quiet GCC because fn decl. is also #ifdef'd. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-06T01:42:09.000000Z K 7 svn:log V 74 For nonexisten time use proper diagnostic instead of bad format and usage END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-04-06T01:50:40.000000Z K 7 svn:log V 193 Submitted by: archie@tribe.com allow the user to install using a Numeric GID or UID. this brings it in to line with chgrp and chown, ans is required by some people using FreeBSD in a product. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-06T02:00:17.000000Z K 7 svn:log V 431 Here is a patch for a little bug in the WaitForString routine. The problem is when the matched string spans the end of the inbuff. This fix allocates twice the IBSIZE so that it can keep the last and the current text to search in the inbuff so that the match won't fail if it gets truncated by the read. It also warns if the search string is to long and truncates it. Submitted by: Dough Ambrisco END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-06T08:36:30.000000Z K 7 svn:log V 37 Add Jake Hamby as the new webmaster. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-06T09:24:48.000000Z K 7 svn:log V 64 Use the correct syntax for checking if /etc/rc.firewall exists. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-06T09:47:30.000000Z K 7 svn:log V 51 Correct some cross references and some path names. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T09:55:07.000000Z K 7 svn:log V 80 Mention other possible errors that could be caused by the F_[GS]ETOWN commands. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T09:56:25.000000Z K 7 svn:log V 50 Merge all the changes to this man page from HEAD. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-06T09:59:05.000000Z K 7 svn:log V 37 Clarify some paths in the man pages. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T11:00:28.000000Z K 7 svn:log V 173 Don't immediately give up if a single read() or write() wasn't sufficient to transfer all the data from stdin, or to stdout. Working on pipes causes further fragmentation. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T11:01:48.000000Z K 7 svn:log V 190 Merge from HEAD: Don't immediately give up if a single read() or write() wasn't sufficient to transfer all the data from stdin, or to stdout. Working on pipes causes further fragmentation. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T13:33:23.000000Z K 7 svn:log V 12 Fix a typo. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-06T13:34:37.000000Z K 7 svn:log V 110 KNFify the function definitions. It's harder to grep around when the function names don't start in column 1. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-06T16:35:17.000000Z K 7 svn:log V 34 Merge path corrections from HEAD. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T00:06:21.000000Z K 7 svn:log V 69 Correct some man page cross references and file location references. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T01:15:03.000000Z K 7 svn:log V 86 Fix the reproto.sh script that was broken after my KNFification. Pointed out by: bde END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T01:16:37.000000Z K 7 svn:log V 64 Add rplay. Submitted by: Andreas Klemm END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T01:17:26.000000Z K 7 svn:log V 28 Merge from HEAD: add rplay. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T01:18:20.000000Z K 7 svn:log V 65 Fix a typo. Submitted by: tgm@netcom.com (Thomas G. McWilliams) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T01:19:01.000000Z K 7 svn:log V 29 Merge from HEAD: fix a typo. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-04-07T02:23:05.000000Z K 7 svn:log V 34 Major cleanups for the pmap code. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-07T03:21:01.000000Z K 7 svn:log V 55 Strive for a little more consistency with my examples. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-07T03:34:35.000000Z K 7 svn:log V 37 Make this properly respect obj dirs. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-07T03:52:36.000000Z K 7 svn:log V 760 Major surgery. 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-07T06:59:52.000000Z K 7 svn:log V 323 Added proper splnet protection while modifying the interface address list. This fixes a panic that occurs when ifconfig ioctl(s) were interrupted by IP traffic at the wrong time - resulting in a NULL pointer dereference. This was originally noticed on a FreeBSD 1.0 system, but the problem still exists in current sources. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-07T07:02:05.000000Z K 7 svn:log V 93 Brought in fix from rev 1.24: Fix panic via splnet protection for interface address changes. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-07T08:34:21.000000Z K 7 svn:log V 154 Change ${ENV} -> ${SETENV}. The former coincides with startup file names of bash et al. Submitted by: Thomas Gellekum END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T08:37:54.000000Z K 7 svn:log V 16 Fix some typos. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T08:55:32.000000Z K 7 svn:log V 219 Correct the rpc.lockd and rpc.statd man pages to not reference their path names in the synopsis line (especially since they referenced the wrong path!). Corrected some other minor problems with the rpc.lockd man page. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T09:14:46.000000Z K 7 svn:log V 79 Some minor cleanup to bring the pccard man pages in line with mdoc guidelines. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T10:04:49.000000Z K 7 svn:log V 89 Add a zero(4) man page to describe /dev/zero. Update null(4) to xref this new man page. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T10:22:37.000000Z K 7 svn:log V 108 Make `easy-import' ready for vendor-branch imports. I'm also going to install the new version on freefall. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T10:28:57.000000Z K 7 svn:log V 48 Import the 4.4Lite2 getty into a vendor branch. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-07T10:28:57.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r15100, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T12:58:13.000000Z K 7 svn:log V 177 Use strtoq() instead of strtol() so that large inums, and sizes can be specified. Not fixed: specification of large uids and gids; silent truncation of unrepresentable values. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-07T13:03:06.000000Z K 7 svn:log V 48 Move the "mib" variables out to their own file. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T13:20:40.000000Z K 7 svn:log V 42 Removed the 2 remaining calls to sleep(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T13:35:58.000000Z K 7 svn:log V 53 Don't generate code for the unused function sleep(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T14:28:05.000000Z K 7 svn:log V 409 Allow specifying the BIOS drive number. Removed the hd drive type. hd essentially wired the FreeBSD drive number to 0 without changing the BIOS drive number. Now the numbers can be specified independently. Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining the new flag as 1 should give the same behaviour as defining the old flag as anything. I haven't tested defining these flags. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T14:32:14.000000Z K 7 svn:log V 52 Cleaned up naming and formatting in recent changes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T14:46:42.000000Z K 7 svn:log V 113 Fixed devfs device names and numbers. Fixed handling of unknown CMOS types - don't attach unrecognized devices. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T14:59:26.000000Z K 7 svn:log V 74 Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T16:16:05.000000Z K 7 svn:log V 30 Declared pgrpdump() properly. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T16:44:28.000000Z K 7 svn:log V 180 Moved declaration of bootverbose to a better place. It isn't machine-dependent. Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T16:45:36.000000Z K 7 svn:log V 97 Moved declaration of bootverbose to a better place. Externs should only be declared in headers. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T16:46:28.000000Z K 7 svn:log V 197 systm.h: Moved declaration of bootverbose to a better place. It isn't machine-dependent. proc.h: Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T17:03:12.000000Z K 7 svn:log V 43 Removed unused declaration of bootverbose. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1996-04-07T17:23:34.000000Z K 7 svn:log V 179 Add several entries for ISA PnP cards (from Frank Durda IV), for using the NT loader to boot, Jörg answer for slow printers and Dave Walton's answer to hang during vty switches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T17:32:42.000000Z K 7 svn:log V 111 Removed now-unused #includes of . They were for bootverbose being declared in the wrong place. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T17:39:28.000000Z K 7 svn:log V 97 Removed never-used #includes of . Many were apparently copied from bad examples. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T17:50:10.000000Z K 7 svn:log V 75 Changed #includes of to #includes of . END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T17:56:53.000000Z K 7 svn:log V 75 Changed #includes of to #includes of . END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-07T18:13:21.000000Z K 7 svn:log V 304 Bring in changes from the HEAD. - Changed #includes of to #includes of . - pccard.c: #include to get sysbeep() prototype - pcic.c: add appropriate #ifdef around a prototype to quiet GCC because fn decl. is also #ifdef'd. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T18:16:26.000000Z K 7 svn:log V 50 Use rdtsc() function instead of inline essembler. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T18:30:56.000000Z K 7 svn:log V 127 Changed bdb() to breakpoint() and always enable it. Made the style more consistent, especially for the new Pentium functions. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-07T18:34:59.000000Z K 7 svn:log V 55 Use breakpoint() function instead of inline assembler. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T21:12:10.000000Z K 7 svn:log V 67 Bring clocks(7) into line with mdoc standards. Reviewed by: joerg END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-07T22:12:25.000000Z K 7 svn:log V 39 remove b_actb, it's not used anywhere. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T23:28:25.000000Z K 7 svn:log V 53 Change references from rpc.bootparamd to bootparamd. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-07T23:57:14.000000Z K 7 svn:log V 117 Add the Ap macro to the macro table documentation (it generates an apostrophe for those of you that were wondering). END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-08T01:08:24.000000Z K 7 svn:log V 103 Update the scd(4) man page to reflect the current copyright status and to update some path references. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-08T01:22:00.000000Z K 7 svn:log V 162 Killed sections 3 and 4 of my copyright as I don't agree with it (I believe it to be unnecessarily restrictive). For tty_subr.c, update to my standard copyright. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-08T01:25:22.000000Z K 7 svn:log V 84 Killed sections 3 and 4 of my copyright as I think it is unnecessarily restrictive. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-08T01:28:10.000000Z K 7 svn:log V 39 From current: updates to my copyright. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-08T01:31:42.000000Z K 7 svn:log V 44 Removed sections 3 and 4 from my copyright. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-08T01:32:00.000000Z K 7 svn:log V 43 From main branch: updates to my copyright. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-04-08T03:42:01.000000Z K 7 svn:log V 146 Map lock checks not needed anymore for swapping out. We don't use map operations for it anymore. Certain deadlocks should never happen anymore. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-08T04:18:31.000000Z K 7 svn:log V 265 Correct some man page xrefs, and some other minor changes to bring some man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-08T05:15:09.000000Z K 7 svn:log V 142 Do not install the now unsupported netns and netiso related man pages. Comment out cross references to those man pages from other man pages. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-08T05:17:00.000000Z K 7 svn:log V 45 Remove the old unused makewhatis.sed script. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-08T07:51:57.000000Z K 7 svn:log V 56 Add five macros to TAILQ family to improve readability. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-08T07:54:04.000000Z K 7 svn:log V 39 Document 5 new macros in TAILQ family. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-08T07:54:51.000000Z K 7 svn:log V 55 Replace usage of buf->b_actf by queue.3 and buf->b_act END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-08T07:56:42.000000Z K 7 svn:log V 58 Replace usage of buf->b_actf with queue.3 and buf->b_act. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-08T10:02:55.000000Z K 7 svn:log V 44 Refresh dialogs if a callback action fails. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-08T10:28:07.000000Z K 7 svn:log V 99 Save screen before calling any fire() callbacks - you never know what they might do to the screen. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-08T10:59:36.000000Z K 7 svn:log V 132 Don't reference NULL pointers if owner and/or group are omitted. Pointed out by: somebody on the mailing list who's name i forgot END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-04-08T15:01:04.000000Z K 7 svn:log V 108 Remove some rogue section headings that jordan left way back in v1.9 in a reorganization of the hw section. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-04-08T16:41:06.000000Z K 7 svn:log V 81 Added a $Id$ keyword. Bruce still needs to put a copyright notice on this file. END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-08T19:38:57.000000Z K 7 svn:log V 485 Add a lock for DMA Channels to prevent two devices from using the same DMA channel at the same time. The functions isa_dma_acquire() and isa_dma_release() should be used in all ISA drivers which call isa_dmastart(). This can be used more generally to register the usage of DMA channels in any driver, but it is required for drivers using isa_dmastart() and friends. Clean up sanity checks, error messages, etc. Remove isa_dmadone_nobounce(), it is no longer needed Reviewed by: bde END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-08T19:40:57.000000Z K 7 svn:log V 80 Update drivers to use isa_dma_acquire() and isa_dma_release() Reviewed by: bde END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-08T19:42:07.000000Z K 7 svn:log V 145 Added isa_dmadone() to fix the errors the sound driver has been complaining about. Update driver to use isa_dma_acquire() and isa_dma_release() END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-09T01:53:58.000000Z K 7 svn:log V 22 Add phone (1167/udp). END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-09T04:00:24.000000Z K 7 svn:log V 81 Add "Brent J. Nordquist" for contribution of btoa port. END K 10 svn:author V 8 gclarkii K 8 svn:date V 27 1996-04-09T04:14:09.000000Z K 7 svn:log V 88 Add John Perry to list for security documentation (forth coming) perry@vishnu.alias.net END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-04-09T04:36:58.000000Z K 7 svn:log V 240 Reinstitute the map lock for processes being swapped out. This is needed because of the vm_fault used to bring the page table page for the kernel stack (UPAGES) back in. The consequence of the previous incorrect change was a system hang. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-04-09T07:01:53.000000Z K 7 svn:log V 207 Logging UDP and TCP connection attempts should not be enabled by default. It's trivial to create a denial of service attack on a box so enabled. These messages, if enabled at all, must be rate-limited. (!) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-09T09:00:41.000000Z K 7 svn:log V 156 Gag! Somebody removed the bus mouse from GENERIC for reasons unknown. That certainly explains why I noticed it suddenly missing from the 2.2 SNAPSHOT! :-) END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-09T09:04:09.000000Z K 7 svn:log V 70 Add Jian-Da Li for his xsysinfo port. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-09T11:31:34.000000Z K 7 svn:log V 78 English corrections from jdp. Add main purpose description (MSDOS timestamps) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-09T17:17:31.000000Z K 7 svn:log V 467 Do not include math.h because it isn't used and it causes "make world" to fail if you use the msun math library and blow away /usr/include and then do "make world". This is because the msun math.h isn't installed with the other include files before xlint is built. It finally gets installed when the msun library is built. Perhaps "make world" should install the msun math.h file if it doesn't install the CSRG math.h, to prevent problems like this in the future. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-09T17:20:33.000000Z K 7 svn:log V 191 Install crypt.3 so that libcipher will install if /usr/share/man has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-09T19:48:31.000000Z K 7 svn:log V 98 Easter was one day to fast. Unix use days *since* January 1 [0-365], not the 1th day of year etc. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-09T20:28:16.000000Z K 7 svn:log V 169 Quick patch to fix a bug where issuing ctl-c while in crontab -e leaves editor running in background (PR: bin/751) Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda) END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-09T21:23:11.000000Z K 7 svn:log V 29 Merged changes from -current END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-09T21:46:24.000000Z K 7 svn:log V 107 Correctly match the format flags and their descriptions. Submitted by: Dave Glowacki END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-09T21:48:21.000000Z K 7 svn:log V 96 Correct a minor typo. Fixes part of PR#1000. Submitted by: Dave Glowacki END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-09T22:00:39.000000Z K 7 svn:log V 177 Update the description of strncat to accurately describe how many bytes are copied to the destination string. Closes PR#1000. Submitted by: Dave Glowacki END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-09T22:43:33.000000Z K 7 svn:log V 39 Add targets cleanfiles/clean, cleandir END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-09T22:54:13.000000Z K 7 svn:log V 33 use .for loop for common targets END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-09T23:10:19.000000Z K 7 svn:log V 129 Add variable ``_MANPAGES'' This will be replace the .if !defined(MAN1) && !defined(MAN2) ... orgy in bsd.prog.mk and bsd.kmod.mk END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-09T23:29:07.000000Z K 7 svn:log V 62 Removed original distribution files that are no longer valid. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-09T23:31:51.000000Z K 7 svn:log V 66 Cleanup useless stuff in Makefile and add a missing NOMAN target. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-09T23:33:08.000000Z K 7 svn:log V 76 Remove a file no longer valid as the config file moved to /etc/pccard.conf. END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-10T00:53:22.000000Z K 7 svn:log V 56 Fix a core dump when the user gives "-w" without an "=" END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-10T04:18:36.000000Z K 7 svn:log V 167 Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the config file ... PR#528 is reportly fixed by adding 'options RS_IBUFSIZE=1024' to the config file END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-10T05:27:11.000000Z K 7 svn:log V 14 hp300 -> i386 END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-10T05:45:39.000000Z K 7 svn:log V 124 Run indent on all these files to make them more readable. (I also went through by hand and cleaned up some indent bogons.) END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-10T06:32:42.000000Z K 7 svn:log V 65 Describe usage of LOCALBASE and X11BASE in relation with PREFIX. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-04-10T06:49:32.000000Z K 7 svn:log V 124 Run indent on all these files to make them more readable. (I also went through by hand and cleaned up some indent bogons.) END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-10T18:09:58.000000Z K 7 svn:log V 67 removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-10T22:21:01.000000Z K 7 svn:log V 89 Do not exit if a file is not readable. This is a short hack until someone rewrite wc(1). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-10T23:03:36.000000Z K 7 svn:log V 52 Disable sio3 in GENERIC - it messes with ATI cards. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-11T05:30:18.000000Z K 7 svn:log V 648 Print some warnings if root invokes chpass and sets the shell to one of the following: - a non-existent file - a non-regular file - a file without any execute bits set The shell is still set to whatever they entered even if the above conditions exist (hey, it is the super user doing this after all :-), but this might give the admin. some warning that they are about to screw themselves and give them a chance to fix it before it is too late. Inspired by: some new FreeBSD user on USENET who set his root shell to a shell that doesn't exist and now can't gain access to root (don't worry, I sent him some mail on how to recover from this). END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T06:19:44.000000Z K 7 svn:log V 164 mentioned support for enabling gameport on ProAudio Spectrum with appropriately commented out "options" line for PAS_JOYSTICK_ENABLE (PR#i386/960 - partial closer) END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T06:23:18.000000Z K 7 svn:log V 54 Added documentation for "options PAS_JOYSTICK_ENABLE" END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T06:45:15.000000Z K 7 svn:log V 55 fixed bug PR#bin/722 (1.9.9e confirms accuracy of fix) END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T06:46:24.000000Z K 7 svn:log V 560 When cslip gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If cslip gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the cslip data structure, but parts of other kernel memory that happens to follow it...causing, ahem, undesired behavior. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T06:51:53.000000Z K 7 svn:log V 614 Bugfix based on rev 1.7 of slcompress.c in -current: When cslip gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If cslip gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the cslip data structure, but parts of other kernel memory that happens to follow it...causing, ahem, undesired behavior. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T07:41:08.000000Z K 7 svn:log V 27 added ports-www to supfile END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T07:49:34.000000Z K 7 svn:log V 57 removed xref to icheck(8), ncheck(8) as they don't exist END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-11T07:52:20.000000Z K 7 svn:log V 55 removed xrefs to icheck(8), ncheck(8) that don't exist END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T08:14:44.000000Z K 7 svn:log V 590 Bugfix based on a kernel fix: When PPP gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If PPP gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the PPP VJC data structure, but parts of other process memory that happens to follow it...causing, ahem, undesired behavior. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T08:18:05.000000Z K 7 svn:log V 83 Brought in fix from rev 1.5: Fix panic: check header length before copying header. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T08:22:31.000000Z K 7 svn:log V 48 Fix editing mistake in the last commit...sorry. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T08:24:04.000000Z K 7 svn:log V 44 Fix editing mistake in last commit...sorry. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-11T08:49:21.000000Z K 7 svn:log V 87 Add Daniel M. Eischen for his xmcd port contribution. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-11T10:13:40.000000Z K 7 svn:log V 353 Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS Retrieving diff *** Makefile --- Makefile By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T10:22:16.000000Z K 7 svn:log V 452 Implemented a "-D" option that causes ftpd to detach and become a daemon - accepting connections on the FTP port and forking children processes to handling them. This is lower overhead than spawning ftpd from inetd and can be a significant win on busy FTP servers. Be sure to disable ftpd in inetd.conf if you decide to use this option. These changes are based on similar changes I made to wu-ftpd and have been in use on wcarchive for several months. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-11T10:33:45.000000Z K 7 svn:log V 49 Merge with HEAD an improved Index: priority fix. END K 10 svn:author V 7 smpatel K 8 svn:date V 27 1996-04-11T15:34:22.000000Z K 7 svn:log V 318 Added a note about OPTi 82C929 based cards. Clarified GUS DMA Settings. Other misc. changes. This should hold us over until I can finish cleaning up TASD, and finish reintegrating all of the FreeBSD changes to the sound driver. At that time this document will be removed, and it's information moved to the handbook. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-11T18:43:37.000000Z K 7 svn:log V 230 Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output was duplicated until the canq filled up, and write() normally returned 0. This case is apparently rare. It was reported for Jove's shell buffer in PR 1130. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-04-11T20:54:15.000000Z K 7 svn:log V 1156 Fix for memory leak: specify NULL as openinfo parameter when calling dbopen() to open an NIS map. Testing with very large maps (e.g. a sample password database with 31,000+ entries) has shown that ypserv will leak memory (ps shows RSS and VSZ growing to 4000 pages or more) when performing repeated yp_next()s or a yp_all(). The problem with yp_all() is not immediately obvious since the ypproc_all service is handled in a child process which exits once the transfer is finished, but with repeated yp_next()s (like what you get when you use getpwent() to scroll through the password database), the parent ypserv grows to enormous size and never shrinks again. It seems this is related to the HASHINFO parameters I used in yp_dblookup.c, which I actually stole from pwd_mkdb. Calling dbopen() with the default parameters (specifying openinfo as NULL) fixes the problem. I still need to see how this impacts the other NIS tools. I'm also considering changing from hash to btree databases: the hash database method doesn't support R_CURSOR, which means yp_next_record() has to do a lot of ugly work in order to reach an arbitrary location in the database. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-11T20:56:29.000000Z K 7 svn:log V 43 Spell cpu_switch() with an i in a comment. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-11T21:01:38.000000Z K 7 svn:log V 196 Fix weird patching snafu that somehow snuck in - what should have been "buflen" was "len" instead. I might have gotten my slcompress/pppcompress patches mixed up (this being the only difference). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-11T21:05:25.000000Z K 7 svn:log V 186 Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It sometimes disabled clock interrupts for 60 msec or more on a P133. Clock interrupts were lost ... Reviewed by: dyson END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-11T21:18:49.000000Z K 7 svn:log V 71 Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-11T23:03:10.000000Z K 7 svn:log V 203 remove variables KMODGRP?=, KMODOWN?=, KMODMODE?= replace ${BIN*} variables with ${KMOD*} variables cleanup manpage code include bsd.obj.mk remove targets clean, cleandir, obj (included by bsd.obj.mk) END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-04-12T00:43:08.000000Z K 7 svn:log V 57 Brought in change from rev 1.70: add spl0() to vmdaemon. END K 10 svn:author V 4 dima K 8 svn:date V 27 1996-04-12T06:14:53.000000Z K 7 svn:log V 134 Comment both examples because certain security reasons. We do have it in -current, and I've no idea why we didn't have it in -stable. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-12T07:45:07.000000Z K 7 svn:log V 80 Brought in change from rev.1.37: fix comparison of wrong field against EXTPROC. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-12T08:08:36.000000Z K 7 svn:log V 1700 Add NO_CDROM, RESTRICTED, BROKEN and Motif support. (1) The new NO_CDROM Boolean variable means "don't put the distfile/ package on the CDROM you're going to sell". It will basically turn off everything if FOR_CDROM is set. Many of the NO_PACKAGE ports are actually "don't sell for profit" types, which we shouldn't have any problem distributing via ftp. (2) The new RESTRICTED Boolean variable means don't build this unless you know what you are doing. It doesn't have any effect unless NO_RESTRICTED is also set. (3) BROKEN means this port is broken. At least it will now show up in INDEX and README.html, and give people more incentive to fix (I hope). RESTRICTED and BROKEN are expected to replace the pseudo-targets in parent Makefiles. (The RESTRICTED and BROKEN list didn't do anything before, they were solely for grepping purposes.) (4) The Motif support brings in four new variables: REQUIRES_MOTIF, which the porter sets for ports that require Motif to build; HAVE_MOTIF, which the user sets to indicate the system has Motif; MOTIF_STATIC, which the user sets to indicate that the static libXm, instead af the default dynamic library, is to be used; and MOTIFLIB, which is set to "${X11BASE}/lib/libXm.a" or "-L${X11BASE}/lib -lXm", depending on whether MOTIF_STATIC is set. The porter is expected to replace all occurrences of libXm in the {Im,M}akefiles with ${MOTIFLIB}, and this will allow both dynamic linkage (for users with Motif) and static linkage (for those who build packages to be used by those withot Motif, i.e., me ;) automatically. Original Motif support idea by: graichen END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-12T09:16:42.000000Z K 7 svn:log V 121 Add another good book to the required reading. make a couple of rules more sensible. Reviewed by: phk Submitted by: jmb END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-12T09:24:22.000000Z K 7 svn:log V 99 Fix a bogon I introduced with my last change. Submitted by: Andreas Klemm END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-04-12T09:28:14.000000Z K 7 svn:log V 58 Add commented-out definitions of HAVE_MOTIF and MOTIFLIB. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-04-12T11:13:29.000000Z K 7 svn:log V 39 install bsd.obj.mk Submitted by: Asami END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-12T11:37:32.000000Z K 7 svn:log V 112 Attempt to break a $Log$ snafu where a *** /--- (minus space) was fouling up a comment in the checked-out code. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-12T12:22:14.000000Z K 7 svn:log V 113 Make alltraps a .globl so that DDB doesn't make people belive they have an ALIGNFLT on their hands all the time. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-12T14:24:59.000000Z K 7 svn:log V 173 Update the Entropy-Gatherer to reflect a better setup - do not use IRQ1, as the keyboard hook already gets this timing info. Also some slight improvements to the comments. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1996-04-12T19:57:44.000000Z K 7 svn:log V 84 Improve the handling of receive errors. Fix a nasty bug in the receive buffer code. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-13T00:05:30.000000Z K 7 svn:log V 45 Document the freebsd-emulation mailing list. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-04-13T00:12:41.000000Z K 7 svn:log V 188 Update section on mounting DOS extended partitions. Document the fact that we're now working on BSDI's dos emulator and point people at the new freebsd-emulation@freebsd.org mailing list. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-13T02:09:03.000000Z K 7 svn:log V 62 Fix a typo. Submitted by: David Leonard END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-04-13T02:12:15.000000Z K 7 svn:log V 53 Bring in typo fix from main branch. Closes pr#1137. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-13T06:08:24.000000Z K 7 svn:log V 103 default to udp if no flags specified...closes PR#bin/759 - should this be documented in the man page? END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-04-13T06:14:51.000000Z K 7 svn:log V 59 nfsd now defaults to UDP if no flags given on command line END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-13T06:40:19.000000Z K 7 svn:log V 22 Document MOTIF_STATIC END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-13T08:03:24.000000Z K 7 svn:log V 44 Split the libcrypt and libcipher man pages. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-13T08:12:29.000000Z K 7 svn:log V 57 Merge with HEAD: Split libcrypt and libcipher man pages. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-13T08:14:19.000000Z K 7 svn:log V 29 Dang. Forgot to remove this. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-13T08:18:24.000000Z K 7 svn:log V 40 Split libcrypt and libcipher man pages. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-04-13T08:24:41.000000Z K 7 svn:log V 57 Merge with HEAD: split libcrypt and libcipher man pages. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-04-13T08:30:21.000000Z K 7 svn:log V 32 A little paper about phkmalloc. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-13T11:22:57.000000Z K 7 svn:log V 59 Generate #define of PCB_SAVEFPU_SIZE for use in savectx(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-13T11:24:13.000000Z K 7 svn:log V 389 Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). This bug only affected FPU emulators. It might have caused bogus FPU states in core dumps and in the child pcb after a fork. Emulated FPU states in core dumps don't work for other reasons, and the child FPU state is reinitialized by exec, so the problem might not have caused any noticeable affects. Cleaned up #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-04-13T11:35:54.000000Z K 7 svn:log V 217 Changed all per-file errors to warnings. Exit with a nonzero status of if there was a per-file error. My test case of `wc /proc/curproc/*' works reasonably now (much like `size /proc/curproc/*'. Reviewed by: wosch END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-04-13T11:42:46.000000Z K 7 svn:log V 72 Remove the legacy -d option from the arguments to mail.local in 4.4bsd. END