summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/i386/isa/syscons.c revision 1.244.kato1998-01-101-4/+28
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasphk1998-01-105-1679/+27
* These are a few of the alpha machine dependent header files - the firstjb1998-01-1011-0/+1419
* Added PnP I/O port address of NEC PC-98.kato1998-01-101-2/+7
* Fixed change prerequisites for <net/if_arp.h>:bde1998-01-101-4/+4
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-099-93/+475
* - Produce the accent letter if the user hits the accent key twice.yokota1998-01-093-12/+84
* Sync with sys/i386/conf/files.i386 revision 1.184.kato1998-01-092-4/+4
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-0911-11/+29
* Minor fixups after INET option change.eivind1998-01-094-12/+41
* NETATALK -> opt_atalk.heivind1998-01-094-4/+8
* Make the LKMs compile with the INET option as a newstyle option ineivind1998-01-084-14/+28
* Make INET a proper option.eivind1998-01-0869-99/+316
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-0813-3782/+109
* This commit was generated by cvs2svn to compensate for changes in r32345,jmg1998-01-086-0/+5488
|\
| * import of GPL'd AWE32 Sound Driver v0.4.2cjmg1998-01-086-0/+5488
* Sync with sys/i386/isa/syscons.c revision 1.243.kato1998-01-081-4/+58
* Sync with sys/i386/isa/sio.c revision 1.194.kato1998-01-082-8/+146
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-083-12/+213
* Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-082-11/+14
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,alex1998-01-082-2/+20
* Improve hardpps readability a bit:phk1998-01-073-150/+135
* Disable io optimizations again, minor bug found, and will be fixed indyson1998-01-072-4/+4
* 1: Fixed compile error when WB_CACH is defined.kato1998-01-072-8/+12
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-078-20/+1142
* Turn off the VTEXT flag when an object is no longer referenced, sodyson1998-01-071-2/+6
* Sync with sys/i386/conf/files.i386 revision 1.183.kato1998-01-062-2/+4
* Delete a stray semicolon at the end. This only breaks gcc -pedanticwosch1998-01-061-2/+2
OpenPOWER on IntegriCloud