summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a macro to accurately calculate the length of a struct ifreq whenwollman1998-01-131-1/+6
* Change MAP_FAILED to type void *.alex1998-01-131-3/+3
* Dump the constant NGROUPS in favor of the POSIX way:alex1998-01-131-9/+6
* Use .Fn for sysconf(_SC_CLOCK_TCK) reference.alex1998-01-131-1/+3
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-123-30/+30
* Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the lastyokota1998-01-121-11/+16
* Remove two non-global variables.phk1998-01-121-3/+1
* ${TARGET} -> ${.TARGET}eivind1998-01-121-2/+2
* Fix JIS code support.kato1998-01-121-2/+3
* Sync with sys/i386/i386/machdep.c revision 1.281.kato1998-01-122-4/+4
* Sync with sys/i386/isa/syscons.c revision 1.245.kato1998-01-121-3/+9
* Sync with sys/i386/conf/GENERIC revision 1.102.kato1998-01-122-8/+6
* Initialize the variables Crtat and Atrat in scvidprobe().kato1998-01-122-31/+29
* Remove optind (getopt() already knows about it).charnier1998-01-121-3/+2
* Remove optind (getopt() already knows about it). Move -d flag to -c accordingcharnier1998-01-121-6/+4
* Use err(3). Change exit(-1), and make exit values equal to 1 when errors.charnier1998-01-121-84/+52
* Change message 103, trailing \n is not needed when using errx(3).charnier1998-01-124-8/+8
* Use Id instead of Header. Change message 103, trailing \n is not neededcharnier1998-01-124-8/+8
* Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).charnier1998-01-121-23/+19
* Add code to the example 'driver-o-matic' to support being an LKMjulian1998-01-121-6/+101
* Allow a -D'date' option to be included with a -r'branch'julian1998-01-122-4/+4
* Adjust upwards the size of exec map in order to take into account thedyson1998-01-122-4/+4
* changed 1st appeared in clause -- about to import into -stableobrien1998-01-121-3/+3
* Add some devfs entriesjulian1998-01-121-2/+44
* Update for new common calendar.steve1998-01-121-25/+125
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-123-9/+27
* Fix another vnode leak.dyson1998-01-122-4/+8
* Upgrade the cpp pre-defines to include -Dunix. Turns out we need thatjb1998-01-121-1/+1
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-1211-79/+291
* Reword the synopsis line so that it makes sense.steve1998-01-121-2/+2
* Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* Fixed brk(2) xref.alex1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.alex1998-01-111-1/+9
* Document that arg max is controllable via sysctl.alex1998-01-111-5/+7
* Implement the first page access for object type determination moredyson1998-01-113-96/+132
* Try to solve timeout race by not touching softtics here.phk1998-01-112-8/+4
* Remove use of <osreldate.h>.eivind1998-01-112-12/+0
* Lose <net/if_var.h> !brian1998-01-115-20/+5
* Move softc stuff into if_tunvar.hbrian1998-01-112-17/+51
* Move softc stuff into if_tunvar.hbrian1998-01-111-0/+1
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-1110-86/+89
* Formatting fix.alex1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.alex1998-01-111-0/+5
* .Xr sigvec --> sigactionalex1998-01-111-2/+2
* Add <sys/types.h> to synopsis.alex1998-01-111-1/+4
* Add an option (-M) to install to disable use of mmap(2). This is kindapeter1998-01-112-7/+14
* change s_port to ntohs(s_port) for printf in DEBUG.darrenr1998-01-113-6/+6
* Test for ${MACHINE} == "alpha" and include the bootstrap makefile insteadjb1998-01-111-4/+15
* This makefile provides a bootstrap installation of FreeBSD on an installedjb1998-01-111-0/+477
OpenPOWER on IntegriCloud