summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move softc stuff into if_tunvar.hbrian1998-01-111-0/+1
* Since the alpha has to use NetBSD's kernel for the time being, it alsojb1998-01-111-0/+607
* Add ppp, at long last, back to GENERIC. We have enough room in thejkh1998-01-112-6/+4
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-114-12/+16
* Add a machine dependent header for the i386 jmp_buf size instead of pilingjb1998-01-102-0/+70
* Add a machine dependent header to size the jmpbuf instead of pilingjb1998-01-101-0/+35
* PAL codes needed for asm.hjb1998-01-101-0/+93
* Header files which are linked from /usr/include to /usr/include/machine.jb1998-01-106-1/+881
* Put back __libalias_version so ppp(8) build again.steve1998-01-101-0/+3
* Sync with ipfw interface change: fw_pts is now part of a union (aalex1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.jkh1998-01-101-0/+1
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-103-14/+8
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-101-2/+2
OpenPOWER on IntegriCloud