summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make softticks static.phk1998-01-141-35/+2
* Add and document PPS_SYNCphk1998-01-143-3/+21
* I forgot to synchronize some changes with sys/i386/isa/wd.c, but Ikato1998-01-141-8/+14
* Include string.h for memcpy function prototype.jb1998-01-141-0/+1
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-01-141-1/+5
* Fix typo.kato1998-01-141-2/+2
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-1412-60/+82
* Use err(3). Change exit(-1). Remove unused #include.charnier1998-01-141-35/+27
* Add rcsid, remove unused #includes, change exit(-1).charnier1998-01-141-4/+7
* Free our input mbuf when the FCS is good (oops, memory leak).brian1998-01-141-1/+2
* Remove __libalias_version. Ppp no longer uses it.brian1998-01-142-6/+0
* Lose __libalias_version.brian1998-01-141-10/+59
* vmunix -> kernelsteve1998-01-131-1/+1
* Choose the default binary format based on machine type.jb1998-01-132-2/+10
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
* Return type and argument to sleep are unsigned int.alex1998-01-131-2/+3
* When printf'ing the result of pointer arithmetic, cast the result tojb1998-01-131-9/+9
* 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
OpenPOWER on IntegriCloud