summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Commented out `#pragma ident' so that the K&R support isn't gratuitouslybde1998-01-161-1/+1
* Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patchkato1998-01-1612-206/+253
* Fixed bugs introduced when files were synchronized withkato1998-01-163-39/+30
* Translated to `C' - commented out #ident.bde1998-01-161-1/+1
* Fixed long lines in install rule. Fixed other bogons while I was here:bde1998-01-161-19/+12
* Removed redundant declarations. Keymap functions are declared inbde1998-01-161-6/+0
* Use the system __CONCAT() instead of /**/ for concatenation in thebde1998-01-161-1/+2
* Fixed copying of N_TXTADDR() from the system version in the previousbde1998-01-161-1/+1
* Fixed handling of short writes. Previously, we stopped copying andbde1998-01-161-5/+17
* Add rcsid. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-161-28/+19
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-1613-46/+54
* Fixed some spelling errors.bde1998-01-161-2/+2
* Fix wrong ---/*** names produced using -L diff optionache1998-01-161-7/+13
* PR: 5489danny1998-01-151-5/+5
* update hub.mc to match what we are currently using:jmb1998-01-151-17/+25
* 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
OpenPOWER on IntegriCloud