summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set p_retval for the correct process in getpriority(). This fixesbde1998-01-191-3/+3
* The removal of a page from the free queue in vm_page_zero_idle wastegge1998-01-192-2/+4
* Don't throw away bootp reply packets that are shorter than our extended-lengthtegge1998-01-182-2/+6
* Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).tegge1998-01-182-8/+8
* Sync with sys/i386/isa/wd.c revision 1.147.kato1998-01-181-2/+2
* Sync with sys/i386/conf/files.i386 revision 1.186.kato1998-01-182-2/+4
* Sync with sys/i386/conf/files.i386 revision 1.12.kato1998-01-181-1/+2
* Sync with sys/i386/conf/majors.i386 revision 1.24.kato1998-01-181-1/+3
* Workarround for locking violation while recycling vnode which union fskato1998-01-182-8/+28
* Improve and revise fixes for locking violation.kato1998-01-184-66/+104
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-1716-326/+346
* Fix misleading comment about major #pst1998-01-162-4/+4
* Bring in IDE ATAPI floppy support.pst1998-01-1616-15/+1611
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isbde1998-01-166-12/+12
* Fixed a missing #include in the synopsis.bde1998-01-161-4/+5
* Added prototypes for functions that were documented in libalias.3bde1998-01-161-0/+8
* 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
* Add rcsid. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-161-28/+19
* Sync with sys/i386/conf/files.i386 revision 1.185.kato1998-01-152-2/+4
* 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
* 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 pc98.h instead of isa.h when PC98 is defined.kato1998-01-141-1/+5
* Fix typo.kato1998-01-141-2/+2
* Remove __libalias_version. Ppp no longer uses it.brian1998-01-141-3/+0
* Add a macro to accurately calculate the length of a struct ifreq whenwollman1998-01-131-1/+6
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-123-30/+30
* Remove two non-global variables.phk1998-01-121-3/+1
* 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
* Adjust upwards the size of exec map in order to take into account thedyson1998-01-122-4/+4
* Add some devfs entriesjulian1998-01-121-2/+44
* 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
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-1211-79/+291
* 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-111-6/+0
* Move softc stuff into if_tunvar.hbrian1998-01-112-17/+51
OpenPOWER on IntegriCloud