summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed wrong name in .file statement.kato1998-01-021-2/+2
* add copyrightsjulian1998-01-024-17/+102
* Reviewed by: Joerg Wunschgj1998-01-011-10/+3
* Added missing caddr_t --> void * conversions for sys/mman.h functions.alex1998-01-011-9/+9
* Don't try to call into BIOS32 handlers outside the normal ROMmsmith1998-01-012-4/+4
* Fixed cosmetic bugs:bde1998-01-011-34/+32
* Removed unused #includes.bde1998-01-011-5/+0
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-1/+2
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-3/+5
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,bde1998-01-015-11/+9
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-016-6/+12
* Explain that MAXMEM maynot be nessicary for detection of >64MB RAM.obrien1997-12-313-15/+24
* A Happy New Year! 1998.wosch1997-12-311-3/+3
* Reviewed by: Amancio Hastyahasty1997-12-312-8/+40
* caddr_t --> void *alex1997-12-312-16/+16
OpenPOWER on IntegriCloud