ƒ¨y18000 222 943 213 125 113 219 220 328 324 205 144 252 131 135 228 217 118 479 166 546 236 306 188 924 267 164 176 395 424 705 400 1147 167 390 205 174 423 137 174 468 218 387 237 265 142 97 120 185 202 152 416 105 586 289 231 212 272 266 105 207 144 230 294 457 202 231 422 177 242 447 180 391 389 188 208 244 343 532 173 147 751 532 130 132 129 143 135 148 149 492 698 147 175 514 129 133 263 192 125 366 125 236 171 142 155 164 231 179 106 172 269 598 199 223 159 186 218 126 169 798 147 155 746 129 287 144 345 133 111 159 185 136 503 144 169 135 109 160 122 109 159 111 158 108 251 120 163 240 113 139 240 124 122 127 173 150 162 242 142 135 130 244 161 132 146 347 203 137 151 210 350 153 154 172 131 538 116 222 132 149 129 126 158 229 353 155 195 209 170 255 161 271 219 162 294 165 128 177 476 186 210 219 147 177 254 205 308 380 128 251 490 371 238 171 127 188 238 171 162 109 111 133 183 K 10 svn:author V 2 se K 8 svn:date V 27 1996-09-02T21:23:06.000000Z K 7 svn:log V 851 Add preliminary support for the Orion PCI chip set. It is special in the way it attaches multiple PCI buses directly to the CPU, instead of having them hanging off from PCI to PCI bridges. This code is a hack, and will be obsoleted by the planned rework of the PCI code, which will change the dealing with PCI to PCI bridges and other special devices significantly. The patch also adds a kern_devconf entry for PCI bus 0 which is assumed to be a child of cpu0. The new PCI code will make it possible to hand out the kern_devconf structure to a pci device being attached, since this is (regretably, IMHO) required by a few ISA devices. Finally there are new PCI ids for some Intel chip set devices, which had already been known to 2.1.5R, but did not make it into -current. This closes "kern/1558: PCI probe seems to have lost a device in -current". END K 10 svn:author V 2 se K 8 svn:date V 27 1996-09-02T21:33:41.000000Z K 7 svn:log V 121 Correct previous Orion specific fix: The configuration register access function always returns a DWORD aligned DWORD ... END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-02T23:38:58.000000Z K 7 svn:log V 31 Set ${DPADD}, use +=, add $Id$ END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-02T23:40:08.000000Z K 7 svn:log V 19 Add ${DPADD}, $Id$ END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-02T23:49:09.000000Z K 7 svn:log V 124 Fix my typo here from last commit. (same bug on both US and internat version) Submitted by: Juha Inkari END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-03T06:23:13.000000Z K 7 svn:log V 124 allow a new loopback route to overwrite an old one.. this allows the atalkd to be restarted.. a better fix will come later. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-03T07:09:11.000000Z K 7 svn:log V 236 Implemented kernel side of MNT_NOATIME mount option. This option disables the file access time update on reads and can be useful in reducing filesystem overhead in cases where the access time is not important (like Usenet news spools). END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-03T07:13:56.000000Z K 7 svn:log V 232 Implemented user side of "noatime" mount option. This option disables the file access time update on reads and can be useful in reducing filesystem overhead in cases where the access time is not important (like Usenet news spools). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-09-03T08:00:26.000000Z K 7 svn:log V 110 Make the yacc skeleton aware of C++. It was previously broken in the YYDEBUG case (getenv() declared wrong). END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T09:35:05.000000Z K 7 svn:log V 50 Nearly forgot; add Juha Inkari END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-09-03T10:24:29.000000Z K 7 svn:log V 157 Second phase of merge, get rid of more machine-independent-dependencies. Get rid of pc98/pc98/pc98_device.h. Submitted by: The FreeBSD(98) Development Team END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T10:56:32.000000Z K 7 svn:log V 37 Fix -Wall warning in skeleton parser END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-03T11:32:01.000000Z K 7 svn:log V 42 Describe POSIX saved IDs behaviour better END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T12:52:58.000000Z K 7 svn:log V 135 Added #include of so that there is some chance that _POSIX_SAVED_IDS is defined. This feature was broken for a day or two. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T13:22:58.000000Z K 7 svn:log V 122 Install in /usr/lib/compat where ld.so can find it for older binaries, but autoconf/ld/etc won't find it for new builds.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T13:24:59.000000Z K 7 svn:log V 24 add back stub libresolv END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T13:35:11.000000Z K 7 svn:log V 384 Misc cleanups and fixes from Bruce: - don't put \n on error() calls, error adds it already. - don't prepend "ulimit" on error() calls in miscbltin.c. - getopt typo on ulimit -p -> -u conversion - get/setrlimit() calls were not being error checked ulimit formatting cleanup from me, use same wording as bash on Bruce's suggestion. Add ulimit arg to output on Joerg's suggestion. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T13:55:50.000000Z K 7 svn:log V 74 Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T14:16:06.000000Z K 7 svn:log V 451 Fix for PR#1287. This makes sh behave sensibly in case statements in the face of aliases. Note, bash doesn't do aliases while running scripts, but "real" ksh does.. Also: Reduce redundant .Nm macros in (unused) bltin/echo.1 nuke error2, it's hardly used. More -Wall cleanups dont do certain history operations if NO_HISTORY defined handle quad_t's from resource limits Submitted by: Steve Price (minor tweaks by me) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T14:24:44.000000Z K 7 svn:log V 141 eek, how did that happen? I must have committed something left over from when I was experimenting looking for an alternate format. *blush* END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T14:25:27.000000Z K 7 svn:log V 213 Eliminated nested include of in in the kernel. Include it directly in the few places where it is used. Reduced some #includes of to #includes of or nothing. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T14:30:09.000000Z K 7 svn:log V 96 Removed fib. It was never used, and is unusable without libforms, which has already gone away. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T15:14:45.000000Z K 7 svn:log V 831 BSD.usr.dist: Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana. bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tree should be well enough established for this to be safe. Installs to directories should use a trailing slash on the directory name so installs to non-drectories are fatal, but I didn't start changing them. bsd.man.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. They were overkill to create just /usr/share/info. zoneinfo/Makefile: No changes yet. zic creates directories with ordinary 755 permissions. Why do we use 555 permissions for directories in /usr/share/zoninfo. Why not for zoneinfo itself? /proc and /dev/fd are the only other directories in the system with 555 permissions. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-03T18:50:36.000000Z K 7 svn:log V 173 Cleaned up version of my 'extended BIOS' patch. This one is commented better and much simpler to understand, and works just as well (better) as a bonus. Submitted by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T22:19:16.000000Z K 7 svn:log V 72 Fixed some more easy cases of const poisoning in the kernel. Cosmetic. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T22:26:31.000000Z K 7 svn:log V 84 Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision function. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T22:52:27.000000Z K 7 svn:log V 302 `struct linker_set execsw_set' was declared as const and pointers in it were declared as non-const. This is backwards (_lkm_exec() changes the pointers but all the target `struct execsw's are const). Fixed this and poisoned related declarations to match and removed the bogus casts that hid the bug. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T23:17:15.000000Z K 7 svn:log V 331 Changed type of ni_dirp in `struct namei' from caddr_t to `const char *' so that the compiler can see that it is OK to use const strings in NDINIT(). Some emulators want to use paths of the form "/compat/foo". Removed the casts that hid the non-problem. Didn't fix the missing consts in syscalls.master that hid the non-problem. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-03T23:19:51.000000Z K 7 svn:log V 610 Implement a horrible (but simple) hack to allow some control over the branch number that is assigned. This is specifically to support the local commit feature of cvsup. If one sets $CVS_LOCAL_BRANCH_NUM to (say) 1000 then branches the local repository, the revision numbers will look like 1.66.1000.xx. This is almost a dead-set certainty that there will be no conflicts with version numbers. :-) (This needs to be something more than an option to 'cvs tag' or 'cvs rtag' as various parts of cvs "know" how to automatically branch files (eg: cvs add). Trying to remember state is getting "Too Hard (TM)") END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-09-04T09:52:31.000000Z K 7 svn:log V 305 More merge. (1) Remove mk30line (moved to /usr/sbin, but not in our source tree yet) (2) Delete unneeded (well, harmful now :) code to prohibit #including of isa_device.h from PC98 sources. (3) Remove files now equal to their ISA/PC-AT counterparts. Submitted by: The FreeBSD(98) Development Team END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-04T18:28:36.000000Z K 7 svn:log V 1050 3 changes: 1/ Makefile: the maximum size for boot2 is 7.5K not 7K, so don't complain until it reaches THAT size.. newfs leaves 8K and boot 1 is 512k. leaving 7.5K becasue the disklabel is considered to part of the boot2 file. [512 boot1][512 disklabel][ 7K boot2 code ] [boot1 file][ boot2 file ] 2/ Boot2.S: move the soring of the default name read from block 2 to AFTER clearing the BSS. 3/ boot.c: Move the parsing of the command line into the place it's called for clarity.. alsoi comment it a bit and clean it up a bit.. for some reason this seems ot have made it a little larger, but I can't work out why.. maybe bruce might have ideas? compensated for by shrinkage elsewhere.. the practical result of this is htat the default string can now contain args e.g. if you change the default string to have -gd then the machine will boot to the dgb debugger stub by default.. this is mostly useful with the nextboot utility.. as it now allows you to remotely force a machine to reboot into the debugger. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-04T18:28:37.000000Z K 7 svn:log V 71 This commit was manufactured by cvs2svn to create branch 'JULIAN_HACK'. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-04T19:41:31.000000Z K 7 svn:log V 294 Get rid of an unexpectedly bogus sanity check under appletalk because it stopped us from removing or setting loopback address on lo0: also make use of the fact the athe sockaddre_at struct now has a "netrange" field. CVS ---------------------------------------------------------------------- END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-04T20:21:47.000000Z K 7 svn:log V 109 Just realised the man page didn't mention the appletalk specific options to ifconfig.. so I 've added them.. END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-04T22:24:19.000000Z K 7 svn:log V 82 Fixed a panic when switching to 40x25 mode, and cursor was beyond the new buffer. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-04T22:25:35.000000Z K 7 svn:log V 330 Removed unused `-I.'s from CFLAGS. "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-04T22:31:32.000000Z K 7 svn:log V 45 Removed another unused `-I.' and cleaned up. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-04T22:43:20.000000Z K 7 svn:log V 82 Removed bogus unused `-I..' and unnecessary override of BINDIR. Didn't clean up. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T07:27:43.000000Z K 7 svn:log V 373 Only attempt to mmap() files from a ufs or cd9660 fs for comparing or installing. mmap'ing stuff over a nfs mount took out my machine during a 'make world' last night while I was asleep. I started out with a list of fs's to avoid, when I realised that I really didn't know which ones were safe with mmap, so I went for the ones I knew and implemented a fallback compare. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T07:33:24.000000Z K 7 svn:log V 123 accidently removed the "dont compare > 8MB files hack". didn't rewind the files after the read()s in the non-mmap compare. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T07:54:08.000000Z K 7 svn:log V 292 Be more careful with mmap. If it fails, fall back to a plain compare or copy. Dont leave stray INS@xxxx temp files around, especially when installing something less than 8MB and the destination runs out of space, etc. It still doesn't clean up the temp files on SEGV or other signals etc. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-05T07:58:04.000000Z K 7 svn:log V 145 Release an unneeded reference to a vnode that was gained in a VFS_VGET(). Fixes a readdirplus panic. Submitted by: Doug Rabson END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-05T08:08:41.000000Z K 7 svn:log V 173 Cast the partial result of an expression to an off_t to fix an overflow in the calculation of free disk space. Fixes PR#1569. Submitted by: Tor Egge END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T08:43:50.000000Z K 7 svn:log V 48 forgot to reconnect easy-import to the Makefile END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-05T11:18:27.000000Z K 7 svn:log V 5 typo END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-05T11:22:09.000000Z K 7 svn:log V 27 don't ask for confirmation END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-09-05T12:27:24.000000Z K 7 svn:log V 91 Apply patch to fix +group YP overrides and prevent SEGV on badly formatted groups (foo:*). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-09-05T15:53:42.000000Z K 7 svn:log V 107 When updating a password via the standard RPC handler, reset the password change time (pw_change) to zero. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1996-09-05T15:55:57.000000Z K 7 svn:log V 60 Make "file foo.core" print the program name properly again. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-09-05T15:57:41.000000Z K 7 svn:log V 321 Reset password change time to zero. (This has no effect with standard RPC calls to rpc.yppasswdd, but when using the special superuser-only AF_UNIX socket access method, the server will properly handle all the additional fields, including pw_change.) I would also like to take this opportunity to say that Sprint sucks. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T17:16:10.000000Z K 7 svn:log V 13 Fixed DPADD. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T17:53:13.000000Z K 7 svn:log V 493 Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case). Running them twice usually destroyed the target binary. E.g., the second `make objlink' in `make objlink; make; make objlink' replaced the `cat' binary by a symlink cat@ -> /usr/obj/usr/src/bin/cat. `ln -fs' is unusable when the target might be a symlink that resolves to a directory. Then -f applies to a file in the directory and not to the symlink. This seems to be the standard (and sometimes useful) behaviour. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T18:05:08.000000Z K 7 svn:log V 196 Moved definitions of library names from bsd.prog.mk to a new central file bsd.libnames.mk and include this file where necessary. This fixes null library names in ${DPADD}'s in library makefiles. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T18:15:43.000000Z K 7 svn:log V 138 Finished adjustments for cleaning up declaration of zopen(). Moving the declaration from to "zopen.h" left it undeclared here. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T18:20:47.000000Z K 7 svn:log V 119 Recovered from -Wall cleanup in ss_internal.h. This depended on ss_internal.h bogusly declaring things in . END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T19:05:57.000000Z K 7 svn:log V 177 Sigh. That darn tcl source tree is damn strange. I missed the fact that the *.3 man pages are not installed with their distributed names, so all the links were messed up. :-( END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T19:19:18.000000Z K 7 svn:log V 171 Oops, two tiny typos. Serves me right for making a "Just a tiny change!" without testing right before committing... Also, get rid of some extra slashes in beforeinstall. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-05T19:22:15.000000Z K 7 svn:log V 11 Regenerate END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-05T19:58:11.000000Z K 7 svn:log V 110 ISO sgml entity definitions. Used by many DTDs including upcoming an upcoming linuxdoc revision and Docbook. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-05T20:01:09.000000Z K 7 svn:log V 48 /usr/share/sgml/ISO for ISO entity definitions. END K 10 svn:author V 5 guido K 8 svn:date V 27 1996-09-05T20:18:15.000000Z K 7 svn:log V 135 Document the existance of a configuration file for updatedb. Fix a typo in the default rc file and add a comment about default values. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-05T21:12:06.000000Z K 7 svn:log V 198 Back out the previous changes I just couldn't get the code to be as small as it should have gotten.. atill a LITTLE bigger than before as I need to allow the default string to have options as well END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-05T21:22:51.000000Z K 7 svn:log V 364 Use a more robust check for ss_err.h existing. This header isn't built early enough to always be installed by the `includes' target in /usr/src/Makefile. This is supposed to be handled by not installing it if it doesn't exist. However, a stale, uninstallable copy sometimes exists in the source directory, and the existence test sometimes found the wrong copy. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-05T21:23:23.000000Z K 7 svn:log V 106 A different version of boot.c that I'm working on.. just here so I can get others to look at some stuff. END K 10 svn:author V 2 se K 8 svn:date V 27 1996-09-05T21:28:51.000000Z K 7 svn:log V 139 Fix code that deals with multiple host to PCI bridges by making the next one use the highest seen bus number plus 1 as its starting point. END K 10 svn:author V 2 se K 8 svn:date V 27 1996-09-05T21:34:12.000000Z K 7 svn:log V 330 Fix Orion specific code by moving config_orion() to a place where it does not depend on bootverbose being true. Include only register specifications for those chip sets that apply to a cpu that might boot this a particular kernel (ie. make the Saturn code depend on I486_CPU being defined, the Pentium chip sets on I586_CPU ...) END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-05T23:34:09.000000Z K 7 svn:log V 82 make appletalk networks not show an un-needed host part in displaying the routes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T05:24:05.000000Z K 7 svn:log V 149 Add a timeout flag so that failing operations can at least be caught and flagged. Closes PR#1513 Submitted-By: David Muir Sharnoff END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-09-06T05:35:00.000000Z K 7 svn:log V 352 Add B_ORDERED buffer flag and prototype for the bowrite function. Bowrite guarantees that buffers queued after a call to bowrite will be written after the specified buffer (to a particular device). Bowrite does this either by taking advantage of hardware ordering support (e.g. tagged queueing on SCSI devices) or by resorting to a synchronous write. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-09-06T05:36:29.000000Z K 7 svn:log V 86 Use bowrite instead of VOP_BWRITE in a few cases. This can probably be taken further. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-09-06T05:37:53.000000Z K 7 svn:log V 296 Add bowrite. Bowrite guarantees that buffers queued after a call to bowrite will be written after the specified buffer (on a particular device). Bowrite does this either by taking advantage of hardware ordering support (e.g. tagged queueing on SCSI devices) or resorting to a synchronous write. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T05:55:48.000000Z K 7 svn:log V 296 Don't smash attributes when turning color values off. This was submitted as a PR to GNATs but it evidently went astray somehow since I can't find it in the database now, nor does an assigned PR# appear on the mail I got. Sorry about that, Danny! Submitted-By: Danny R. Johnston END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T05:58:27.000000Z K 7 svn:log V 96 Close a security hole in anonymous ftp setup. Submitted-By: Jason Garman END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T06:01:05.000000Z K 7 svn:log V 115 Make the noauto flag usable for swap devices too. Closes PR#1542 Submitted-By: David Leonard END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T06:30:57.000000Z K 7 svn:log V 151 Do the right thing even if the source tree is a bunch of symlinks, say lndir'd to a CDROM. Submitted-By: Richard Wackerbarth END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T06:36:07.000000Z K 7 svn:log V 250 PR#2724 in NetBSD notes that newsyslog save log files even if the number of copies to save is zero. Incorporate suggested fix with some stylistic cleanup to make the resulting code more readable. Submitted-By: Kenneth Stailey END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1996-09-06T09:17:05.000000Z K 7 svn:log V 435 First pass at merging minor differences between HEAD and RELENG_2_1_0, this eliminates cosmetic differences and brings over the staticizing of this file. Add detection of several Intel chips recently added to HEAD (Natoma and Orion GX/KX). More clean up work will happen after pass 2 of merging once the files are pretty much identical. After that additional bootverbose chipset register dumps will be added (Triton-II and Natoma). END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1996-09-06T09:21:48.000000Z K 7 svn:log V 77 Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-06T09:36:45.000000Z K 7 svn:log V 55 Make button highlighting more visible on B/W displays. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-06T15:40:08.000000Z K 7 svn:log V 656 Rewrite part of the compression support so that it does not leave files in /var/tmp. Sup needs to send the file size, so that prevents running gzip in a pipeline (sigh). It now opens a temporary file, and immediately unlinks it. It sends gzip's output to the temp file, and when gzip is done, it rewinds the file and sends it. When the last fd is closed, the file storage is reclaimed. With luck, this will stop those 15MB gzip < emacs-19.30.tgz > /var/tmp/tmp.xxxx files from being left behind and blowing out /var on freefall. While I have the platform, let me quote a fortune entry which sup reminds me of: "It is a crock of sh!t, and it stinks!" END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-06T16:08:32.000000Z K 7 svn:log V 437 Turn on SO_KEEPALIVE on network connections. Since we limit the number of connections, we cannot afford to allow "disappeared" client to cause us to leave one of the 14 connections open and hanging in a read() forever. (SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE time where no data has been transferred. Sup should NEVER do this, so the only time it will have an effect is if it looses the remote machine) END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-06T23:05:22.000000Z K 7 svn:log V 38 Remove lsdev. Devconf never grew up. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-06T23:05:55.000000Z K 7 svn:log V 40 Remove devmenu. Devconf never grew up. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-06T23:07:35.000000Z K 7 svn:log V 37 remove devconf tools from make tree. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-06T23:09:20.000000Z K 7 svn:log V 51 Remove devconf, it never grew up to be of any use. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-06T23:11:42.000000Z K 7 svn:log V 43 Remove these three devconf files entirely. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-06T23:32:55.000000Z K 7 svn:log V 56 Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-06T23:33:45.000000Z K 7 svn:log V 57 Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-06T23:35:54.000000Z K 7 svn:log V 399 Add option SC_KBD_PROBE_WORKS to syscons driver. If you define this, it means your keyboard is actually probable using the brain-dammaged probe routine in syscons, and if the keyboard is NOT found, then you don't want syscons to activate itself further. This makes life sane for those of us who use serial consoles most of the time and want "the right thing" to happen when we plug a keyboard in. END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-07T00:34:08.000000Z K 7 svn:log V 604 removed older copy of duplicated paragraph. negated the descriptive sense of "frag" and "-N", which were clearly wrong. changed instructions (which were bogus in the extreme) for allowing/preventing outgoing rsh/rlogin, rewording the paragraph so it applies to incoming connections so it actually both makes sense and tells the truth. It can be deleted instead if not relevant. did not change the paragraph about loading multiple rules in one command, although this operation is now partially supported by loading from a command file. I hope I'm not treading on anyone's toes here. END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-07T00:51:36.000000Z K 7 svn:log V 54 while here, also list the aliases "pass" and "allow". END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-07T01:05:16.000000Z K 7 svn:log V 83 Add support for CVSROOT/INTCVSROOT as simple makefile variables. Reviewed by: jkh END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T01:43:08.000000Z K 7 svn:log V 419 When looking for "group daemon" (since that's what's in mtree), make sure we actually look for the *group* and not the user's gid. user daemon has traditionally been group 31 (guest). Also clear out the groups vector so that it doesn't inherit the groups of the invoking user (ever run rwhod by hand before?) Unfortunately, we can't empty the supplemental groups list because the !&@^#! egid is stored in there! :-( END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T02:05:53.000000Z K 7 svn:log V 35 Another sgtty use bites the dust.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T02:08:35.000000Z K 7 svn:log V 39 zap #include , it's not used. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-09-07T02:14:47.000000Z K 7 svn:log V 168 Yet another merge. Remove support.s by deleting memcopy. Remove autoconf.c by merging icu.h. Fix a couple of typos. Submitted by: The FreeBSD(98) Development Team. END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-07T02:15:56.000000Z K 7 svn:log V 99 take the axe a little closer, since I didn't say what I meant either, and better empty than wrong. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T02:17:29.000000Z K 7 svn:log V 31 wrong C bracketing, *blush*... END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-07T03:24:44.000000Z K 7 svn:log V 271 Corrected an error where precious kernel virtual space was being allocated for entire SYS5 SHM segments. This is totally unnecessary, and so the correct allocation of VM objects has been substituted. (The vm_mmap was misused -- vm_object_allocate is more appropriate.) END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-07T16:18:32.000000Z K 7 svn:log V 33 Virgin import of FSF groff v1.10 END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-07T16:18:32.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r18099, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-07T16:18:33.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'groff-vendor-v1_10'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-07T16:23:49.000000Z K 7 svn:log V 50 Commit import instructions for future maintainers END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T17:31:37.000000Z K 7 svn:log V 61 use termios when POSIX is defined in the Makefile, not sgtty END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-07T17:34:57.000000Z K 7 svn:log V 70 Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-07T17:41:22.000000Z K 7 svn:log V 137 APM_DSVALUE_BUS is no longer with the addition of the correct fix to machdep.c. We no longer walk on the data segment the BIOS sets up. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-07T17:50:47.000000Z K 7 svn:log V 86 - Don't include . It was a kludge I should never have imported. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-07T17:51:54.000000Z K 7 svn:log V 13 Unused file. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-09-07T17:52:56.000000Z K 7 svn:log V 79 Disable 'suspend' as it tends to lockup computers with the current APM driver. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T17:58:36.000000Z K 7 svn:log V 174 clean up some warts Bruce pointed out. - no longer build or install libresolv.a, since we were immediately deleting it in afterinstall. - untangle $LIBDIR and $SHLIBDIR END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T18:48:52.000000Z K 7 svn:log V 503 - resync with configs running on freefall - add ctm_conf.gnats from freefall - add support for doing both the immediate mailout and the queued mailout. - use "sendmail -odq -t" rather than "sendamil -t" to make it queue to the mailqueue rather than immediately begin transmission. This allows us to take advantage of our ordered dequeueing system without blowing WC's T1 to hell with a 50 part mailout in parallel. - bump the max ctm size from 3MB to 10MB.... This is mainly for the fast list. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-07T19:04:48.000000Z K 7 svn:log V 105 Make moused actually work: add sleep 20 before moused starts. It allows all getties to activate screens. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-07T19:11:00.000000Z K 7 svn:log V 129 Use /dev/mouse for default moused port Add comment explanation how to turn mouse support on particular screen (vidcontrol -m on) END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-07T19:13:09.000000Z K 7 svn:log V 67 Fixed two small leftovers form PHK's mega devconf removal commit.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T19:46:29.000000Z K 7 svn:log V 92 fts_children() returns NULL if there are no files. If there was a failure then errno != 0. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T19:50:48.000000Z K 7 svn:log V 123 After queueing deltas, send out an initial two mails since that will cover 99.9% of the cases at with out delay as before. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T20:14:36.000000Z K 7 svn:log V 32 Add freebsd-specific info file. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T20:17:13.000000Z K 7 svn:log V 75 Add a note about current local changes relative to the "official" release. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T20:18:04.000000Z K 7 svn:log V 705 Saved 48 bytes (56 before padding) by moving a variable declaration. gcc always generates large code for accesses to globals. For locals it only generates large code if there are more than 128 bytes of locals. It sorts scalar locals after array locals to pessimize for space in the usual case when there are more (static) references to scalars than to arrays. Saved another 16 bytes (13 before padding) by adding a `continue'. Fall-through tests normally save space, but here one of them made gcc do space-unoptimal register allocation (it allocates ch in %bl because preserving this register across function calls is "free", but comparisions with %bl take one byte fewer than comparsions with %bl). END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T20:41:09.000000Z K 7 svn:log V 53 make the "-l logfile" option actually do something.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T21:06:19.000000Z K 7 svn:log V 61 make it slightly less verbose while creating queue entries.. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T21:06:43.000000Z K 7 svn:log V 653 Saved 48 bytes (46 before padding) using assorted nano-optimizations: - avoiding strcmp("?" saved 12 bytes. gcc inlined the strcmp() but this takes as much or more code as a function call. The inlining was bogus because the strcmp() in the bootstrap isn't standard. - using a char instead of an int for the boolean `last_only' saved 8 bytes. Booleans should usually be represented as chars on the i386. - simplifying the return tests saved 9 bytes. - using putc instead of printf to print a newline saved 3 bytes of code and 2 bytes of const data. - avoiding `else's by always doing the else clause and fixing it up saved 4+8 bytes. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T21:09:41.000000Z K 7 svn:log V 35 Add dequeue script for the record. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T21:16:44.000000Z K 7 svn:log V 194 Remove boot2 when the size test fails so that rebuilding without fixing the problem doesn't bogusly succeed. Print size failures to stderr instead of stdout and don't print bells and whistles. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T21:27:24.000000Z K 7 svn:log V 52 Preserve volatility in casts of np->reg. Cosmetic. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T21:47:53.000000Z K 7 svn:log V 252 Fixed another easy case of const poisoning in the kernel. Cosmetic. (A pointer to a const was misused to avoid loading loading the same value twice, but gcc does exactly the same optimization automatically. It can see that the value hasn't changed.) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-07T21:50:31.000000Z K 7 svn:log V 39 Resync statfs struct with sys/mount.h. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:26:24.000000Z K 7 svn:log V 19 Add psroff command END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:28:32.000000Z K 7 svn:log V 67 Add Russian language / koi8-r font support. Original author: ache END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:30:25.000000Z K 7 svn:log V 93 Install additional S and L text fonts, needed for BSD doc formatting. Original author: ache END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:32:33.000000Z K 7 svn:log V 44 Manual page cleanups. Original author: mpp END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:33:24.000000Z K 7 svn:log V 410 Improve .Os macro support (parts obtained from 4.4Lite2 and NetBSD) Add the .Fx macro for specifying FreeBSD releases. Add a bunch of missing standards to the .St macro. Add Version 1 AT&T UNIX to .At macro Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')" You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Original author: mpp END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:34:04.000000Z K 7 svn:log V 52 Workarround for gcc 2.60 expression evaluation bug. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:34:51.000000Z K 7 svn:log V 77 Add setlocale LC_CTYPE and 8 bit clean ctype support. Original author: ache END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T00:37:30.000000Z K 7 svn:log V 43 Look for old "man" macros in tmac.groff_an END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T01:09:04.000000Z K 7 svn:log V 17 Groff is dead... END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-08T01:11:28.000000Z K 7 svn:log V 65 don't use strcpy, we don't have it.. (julian's play branch only) END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-08T01:17:24.000000Z K 7 svn:log V 27 slightly different version END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T01:21:19.000000Z K 7 svn:log V 17 Initial revision END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-08T01:21:20.000000Z K 7 svn:log V 63 This commit was manufactured by cvs2svn to create branch 'PST'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T01:27:58.000000Z K 7 svn:log V 19 ...long live groff END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-08T01:27:59.000000Z K 7 svn:log V 62 This commit was manufactured by cvs2svn to create tag 'v1_10'. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T01:30:16.000000Z K 7 svn:log V 16 long live groff END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-08T01:31:27.000000Z K 7 svn:log V 158 Finish what phk started here in removing devconf. The ATAPI_STATIC case was still broken, as was the normal case since atapi_attach() was called internally. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-08T01:39:25.000000Z K 7 svn:log V 28 Various minor improvements. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T01:55:10.000000Z K 7 svn:log V 67 Tool for manipulating SGML document instances. Replaces sgmlsasp. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T01:55:10.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r18145, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:00:37.000000Z K 7 svn:log V 17 Turn on instant. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:37:40.000000Z K 7 svn:log V 43 Translation specifications for instant(1). END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:37:40.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r18148, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:41:51.000000Z K 7 svn:log V 28 Add usr/share/sgml/transpec END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:43:39.000000Z K 7 svn:log V 26 Turn on ISO and transpec. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-08T02:50:17.000000Z K 7 svn:log V 35 Correct a bogon. Submitted-by: jmb END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T02:58:28.000000Z K 7 svn:log V 77 A catalog for sgmls(1). This maps public identifiers to system identifiers. END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-09-08T03:12:22.000000Z K 7 svn:log V 57 let the "exit" command return status when it is implicit END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-08T03:17:47.000000Z K 7 svn:log V 67 get this branch down to bruce's size while still doing what I need END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-08T04:30:05.000000Z K 7 svn:log V 146 sometimes gcc makes you ill give up trying to optimise (for size) a private strcpy so that I dont need to bloat from libc, and use bcopy instead. END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-08T10:28:23.000000Z K 7 svn:log V 50 Fixed another little both in the devconf removal. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-08T10:44:18.000000Z K 7 svn:log V 43 Various cleanups for remanents of devconf. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-08T13:28:12.000000Z K 7 svn:log V 39 Added description of "noatime" option. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-08T13:45:49.000000Z K 7 svn:log V 152 Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when handling IP fragments. Submitted by: Darren Reed END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-09-08T13:46:46.000000Z K 7 svn:log V 70 Brought in fix from rev 1.47: dequeue mbuf before freeing, not after. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T16:24:41.000000Z K 7 svn:log V 36 Add missing share/groff_font/devlj4 END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-08T16:57:53.000000Z K 7 svn:log V 52 Improve the scalability of certain pmap operations. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-09-08T18:23:53.000000Z K 7 svn:log V 252 . make vgrind 8-bit clean; note that it still implicitly assumes ISO-8859-1, since the characters are simply being passed on to groff . introduce an option to override the silly default to `psroff' as the post-processor . document the new option END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T19:20:05.000000Z K 7 svn:log V 106 * Disguise dollar signs in HTML output * fix botched URL rul for latex * Alias font C to font R for nroff END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T20:14:33.000000Z K 7 svn:log V 41 Turn off the FAQ and handbook for a bit. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T20:37:40.000000Z K 7 svn:log V 55 Add last bits of instant(1). Remove sgmlsasp(1) stuff. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T20:40:52.000000Z K 7 svn:log V 113 This now uses instant(1) instead of sgmlsasp(2). It now supports the latin1 and koi8-r groff devices for output. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-08T20:44:49.000000Z K 7 svn:log V 255 Addition of page coloring support. Various levels of coloring are afforded. The default level works with minimal overhead, but one can also enable full, efficient use of a 512K cache. (Parameters can be generated to support arbitrary cache sizes also.) END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T20:44:50.000000Z K 7 svn:log V 57 Bye Bye sgmlsasp (and rast)! Frankly, I won't miss you. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T21:12:54.000000Z K 7 svn:log V 58 Tweak. (troff is oh-so-sensitive about that whitespace!) END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T21:22:54.000000Z K 7 svn:log V 76 &ero; -> & Put "ascii art" in so it doesn't get munched. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T21:24:15.000000Z K 7 svn:log V 35 Turn the FAQ and handbook back on. END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-08T21:31:56.000000Z K 7 svn:log V 445 Make syscons replicate a mousesystems mouse on minor 128.. This enables other consumers of the mouse, to get it info via moused/syscons. In order to use it run moused (from sysconfig), and then tell your Xserver that it should use /dev/sysmouse (mknod sysmouse c 12 128) and it a mousesystems mouse. Everybody will be happy then :) Remember that moused still needs to know what kind of mouse you have.. Comments welcome, as is test results... END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-08T21:37:42.000000Z K 7 svn:log V 20 Fix ☆ mapping. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1996-09-08T22:09:06.000000Z K 7 svn:log V 125 Fix the link to the INN FAQ. It is now a link to Dave Barr's page which has the FAQ locally mirrored from the main FTP site. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1996-09-08T22:12:40.000000Z K 7 svn:log V 36 Correct a typo of mine in INN link. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-08T23:49:47.000000Z K 7 svn:log V 55 Fixed the use of the wrong variable in vm_map_madvise. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-08T23:50:23.000000Z K 7 svn:log V 37 Fix some buffer overflow problems... END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-08T23:56:27.000000Z K 7 svn:log V 33 Make sysmouse device for syscons END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-09T00:02:44.000000Z K 7 svn:log V 65 Use the same perm/owner for sysmouse as for others mouse devices END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-09T00:17:14.000000Z K 7 svn:log V 135 Use real device for mousedport, because /dev/mouse usually linked with /dev/sysmouse when moused is active Add comment about this fact END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-09T01:56:58.000000Z K 7 svn:log V 260 Close PR#1587 and 1586 Submitted-By: "David E. O'Brien" Incorporate new development section, since Satoshi seems to have wandered off for a bit and I have too much stuff stacking up in my handbook directory. Submitted-By: asami END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-09T03:43:29.000000Z K 7 svn:log V 63 Add ISBN number. Submitted-by: Steve Price END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-09T03:57:49.000000Z K 7 svn:log V 102 Mention the fact that HP NICs are now supported. Submitted-by: "A JOSEPH KOSHY " END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1996-09-09T06:09:45.000000Z K 7 svn:log V 112 Remove the portion of revision 1.36 that added the #ifdef's for CPU types as per discussions with Stefan Esser. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-09T14:15:28.000000Z K 7 svn:log V 74 Document the -f ps option. Suggested by: Jordan Hubbard END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-09T15:32:26.000000Z K 7 svn:log V 162 Doh! Actually read the patch I applied and see what it was *trying* to do, then make it do that. Error-of-my-ways-pointed-out-by: Bob Willcox END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-09-09T18:05:29.000000Z K 7 svn:log V 69 DISTDIR is a reserved variable for make release s/DISTDIR/DIST_DIR/g END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-09T18:47:47.000000Z K 7 svn:log V 178 Fix for the problem that moused hangs if it is started from /etc/rc Introduces the /dev/consolectl device for controlling various console related things (given syscons is used). END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-09T19:02:26.000000Z K 7 svn:log V 126 The poor nsccons variable was gone agian this time hidden by an ifdef , wonder who broke it this time :) Submitted by: ache END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-09-09T19:59:14.000000Z K 7 svn:log V 69 Remove sleep before moused, problem fixed with new consolectl device END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-09-09T20:17:24.000000Z K 7 svn:log V 197 Set subnetsarelocal to false. In a classless world, the other case is almost never useful. (This is only a quick hack; someone should go back and delete the entire subnetsarelocal==1 code path.) END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-09-09T20:54:02.000000Z K 7 svn:log V 73 Fix the bug that caused switch to ttyv02 when pressing the numpad enter. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-09-09T21:25:40.000000Z K 7 svn:log V 36 Turn off KTRACE on MFS boot floppy. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-09T23:21:27.000000Z K 7 svn:log V 81 Fix an incorrect mailing list name. Submitted by: Dan Janowski END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-09-10T00:50:13.000000Z K 7 svn:log V 380 Change strcpy() to strncpy() in several places, and give gethostname() the real buffer size. Note that the strncpy(domain, ...) doesn't need to be a strncpy(), since it is copying from itself to itself, but belts and suspenders don't hurt and this is not time-critical code. Fixes the half of PR bin/1581 that wasn't fixed in rev 1.7 Submitted by: Karl END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T01:24:11.000000Z K 7 svn:log V 92 Fix for PR#1248, sh doesn't expand past ${9} Submitted by: Steve Price END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-10T01:42:34.000000Z K 7 svn:log V 115 Make sure that the pager is allocated before it is needed. Hangs can occur if the pager is not allocated in time. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T02:07:27.000000Z K 7 svn:log V 124 ack! back these out so I can see what I did wrong. It looks like a patch-by-hand botch, but it sig-11's during make world. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-10T02:26:28.000000Z K 7 svn:log V 51 Remove obsolete subdirs of usr/share/sgml/FreeBSD. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T02:42:33.000000Z K 7 svn:log V 83 Ok, lets try this again, shall we? It was definatly my mistake, not Steve's.. :-] END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T03:38:20.000000Z K 7 svn:log V 159 personal (ie: with the crontab command) cron tabs were broken by the last change. :-( ie: /var/cron/log would report: .. cron[206]: (usage) CAN'T OPEN (%s/%s) END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-09-10T04:21:36.000000Z K 7 svn:log V 108 Add usr.bin/sgmls to the build-tools target. This should prevent make world from falling over in share/doc. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-09-10T05:28:23.000000Z K 7 svn:log V 213 The whole issue of not support VOP_LOCK for VBLK devices should be rethought. This fixes YET another problem with unmounting filesystems. The root cause is not fixed here, but at least the problem has gone away. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-09-10T07:10:05.000000Z K 7 svn:log V 284 No code changes what so ever, but added about 150 lines of comments Sorry if this makes it harder to merge in lite2 stuff but hey.. At least I can figure out what is going on whenever I end up going through those files again.. do we have a policy regarding commenting existing code? END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-10T08:32:01.000000Z K 7 svn:log V 36 Updated #includes to 4.4Lite style. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-09-10T09:39:22.000000Z K 7 svn:log V 156 More merge. Change "pc98" to "isa" in a few places. Misc. cleanup. Add some more devices to userconfig.c. Submitted by: The FreeBSD(98) Development Team END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T12:42:10.000000Z K 7 svn:log V 395 Change the last -Wall cleanup so that the tputs declaration doesn't conflict with the other declarations in other files. tputs() is traditionally declared to return int, not void. curses.h has it as int. ncurses has int and actually sets the return value. This problem has been causing the ircII port to not compile. (I've only minimally tested this, I do not have libtermcap on my systems) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:12:03.000000Z K 7 svn:log V 276 Import the FSF release of bison-1.25 onto the vendor branch. In case you're wondering, the gcc-2.7.2.1 import uses this to generate code. The size of the generated code is bigger than the entire bison release, making this a saving. The bison doc is pretty good apparently. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:12:03.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r18210, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-10T13:12:04.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'bison-vendor-v1_25'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:23:46.000000Z K 7 svn:log V 33 Add bmakefiles to compile bison. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:48:14.000000Z K 7 svn:log V 94 Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1 (to be imported soon). END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:48:14.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r18214, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-09-10T13:48:15.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'gperf-vendor-v2_1a'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T13:58:10.000000Z K 7 svn:log V 68 Make this compile. they use a variable "abort" which is prototyped. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T14:03:12.000000Z K 7 svn:log V 15 add bmakefiles END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-09-10T14:04:37.000000Z K 7 svn:log V 17 add bison, gperf END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-10T15:14:38.000000Z K 7 svn:log V 41 Add HP NICs (missed in previous commit). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-09-10T15:16:37.000000Z K 7 svn:log V 91 Clean up some of my earlier butchery of Satoshi's list of topics. This looks much better. END