summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* documentation changes.jamil1998-01-062-8/+10
* the pt driver should make one DEVFS entry for each one found rather thanjulian1998-01-061-20/+22
* Make our v_usecount vnode reference count work identically to thedyson1998-01-0640-430/+867
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-062-2/+8
* sigh....forgot to update the DEBUG printfjmb1998-01-052-6/+6
* length argument to truncate() in linux emulationjmb1998-01-052-2/+4
* Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstalex1998-01-051-22/+22
* Added missing parens from previous commit.alex1998-01-051-3/+3
* Bound the ICMP type bitmap now that it doesn't cover all possiblealex1998-01-051-2/+3
* Reduce the amount of time that network interrupts are blocked whilealex1998-01-041-17/+42
* Sync with sys/i386/isa/syscons.c (first chunk). Reorder #ifdef.kato1998-01-041-59/+31
* AMD calls the PR166 and PR200, models 2 and 3 respectively.obrien1998-01-032-6/+6
* Update AMD URL for CPU recognition docs.obrien1998-01-032-4/+6
* Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box.kato1998-01-032-6/+6
* Specify the minor number correctly when creating devfs entries.msmith1998-01-021-1/+3
* Sync with sys/i386/i386/microtime.s revision 1.40.kato1998-01-021-5/+17
* Actually implement the internals of the 'ppi' device.msmith1998-01-022-17/+94
OpenPOWER on IntegriCloud