summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/conf/files.i386 revision 1.185.kato1998-01-152-2/+4
* Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
* Fix typocracauer1998-01-151-1/+1
* spelling error.phk1998-01-151-1/+1
* Handle option -j correctly.helbig1998-01-151-3/+3
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-153-6/+18
* Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__jb1998-01-151-12/+12
* Fix I/O port address of ed8.kato1998-01-152-4/+4
* Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 andkato1998-01-152-2/+8
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-159-25/+32
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-1518-11/+11518
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to dogibbs1998-01-154-2/+1192
* Add entry for i386/i386/busdma_machdep.cgibbs1998-01-152-2/+4
* Typo fix.alex1998-01-151-2/+12
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-145-1344/+675
* 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
OpenPOWER on IntegriCloud