aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change usleep return type from void to int to match OpenGroup specs.Andrey A. Chernov1997-10-221-1/+1
* Changes in spirit of OpenGroup Singe Unix specs:Andrey A. Chernov1997-10-221-5/+11
* Document EINVAL as a possible return value from open(2).Joerg Wunsch1997-10-221-0/+7
* Reject attempts to call open() with an illegal combination of O_RDONLY,Joerg Wunsch1997-10-222-4/+8
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-10-222-53/+56
* Use err(3).Philippe Charnier1997-10-2218-236/+287
* Fix HDLC logging (actually LogDumpBp()). It was onlyBrian Somers1997-10-221-2/+27
* Put in an initial %VERSREQ field. This will cause existing config(8)'sPeter Wemm1997-10-223-3/+12
* For safety's sake, explicitly depend all objects on the configvers.h headerPeter Wemm1997-10-221-0/+2
* Recognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)Peter Wemm1997-10-222-2/+22
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.Ollivier Robert1997-10-212-2/+10
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveOllivier Robert1997-10-212-4/+16
* - Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD'sNate Williams1997-10-212-6/+6
* - PCCARD support to the much maligned SCSI driver. This gives up supportNate Williams1997-10-211-4/+152
* Add const to a couple of casts to silence some of the warnings BrucePoul-Henning Kamp1997-10-211-3/+3
* Oops, comment lines can't be indented either.Bruce Evans1997-10-212-6/+4
* Oops, comment lines can't be continued.Bruce Evans1997-10-212-6/+6
* a few code style changes:John-Mark Gurney1997-10-216-54/+57
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.KATO Takenori1997-10-211-5/+18
* Synchronize with sys/i386/isa/fd.c revision 1.105.KATO Takenori1997-10-212-4/+30
* Sorted lists.Bruce Evans1997-10-2111-144/+146
* Reference the DMI table inside the SMBIOS table correctly, not using a variableMike Smith1997-10-212-4/+4
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesBruce Evans1997-10-213-12/+3
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedBruce Evans1997-10-212-4/+6
* MF22 - make firewall_type a little more robustDaniel O'Callaghan1997-10-211-9/+6
* MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.Joerg Wunsch1997-10-201-2/+7
* I belive this fixes MFS after I broke it.Poul-Henning Kamp1997-10-201-6/+14
* Fix returned sleep period for large valuesAndrey A. Chernov1997-10-201-3/+5
* Remove terminfo manpage we don't have itAndrey A. Chernov1997-10-203-1660/+4
* Cosmetic in usage string.Philippe Charnier1997-10-203-21/+23
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-206-164/+172
* Use err(3). Remove progname.Philippe Charnier1997-10-204-184/+105
* Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,Philippe Charnier1997-10-203-338/+21
* Fix usage in man page. Remove progname.Philippe Charnier1997-10-202-15/+13
* Typo.Philippe Charnier1997-10-201-3/+4
* Hardcode progname in usage string.Philippe Charnier1997-10-202-11/+10
* Make rc.conf man page reflect reality w.r.t firewall_{*}.Daniel O'Callaghan1997-10-201-5/+23
* Document 100Mbit media selection flag.Jordan K. Hubbard1997-10-202-0/+2
* add /etc/mail--the anti-spam filesJonathan M. Bresler1997-10-202-2/+7
* kern.maxproc is not writable since there are tables that are staticallyDavid Greenman1997-10-191-2/+2
* "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v sinceDavid Greenman1997-10-191-2/+6
* Declare the various 2-byte values in TFTP as being `unsigned short'.Joerg Wunsch1997-10-191-3/+3
* anti-spam filter used by the FreeBSD mailing lists.Jonathan M. Bresler1997-10-193-0/+134
* Introduce a -N option that disables the use of reserved ports, nowJoerg Wunsch1997-10-192-5/+14
* <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newerJames Raynard1997-10-191-2/+14
* Add the hint how to install on a Compaq `Aero'.Joerg Wunsch1997-10-191-1/+12
* Document the new fdc(4) flags.Joerg Wunsch1997-10-192-4/+18
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBJoerg Wunsch1997-10-193-6/+45
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-197-10/+31
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneKazutaka YOKOTA1997-10-196-12/+12