summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-312-13/+13
* - Accept all models of the HP C1553A tape series as usable tapes. Thisnate1997-12-301-2/+2
* Fix a race condition I introduced.phk1997-12-301-5/+17
* Fixed a missing/misplaced/misstyled prototype.bde1997-12-304-8/+8
* move punchline of joke up to rest of joke. (got moved by useful edits)julian1997-12-301-5/+5
* Fix a include gottcha in the SMP case.phk1997-12-291-2/+2
* Add the vnode interlock back around vref.dyson1997-12-292-2/+18
* Add the vnode interlock back around vget.dyson1997-12-291-8/+2
* Sync with sys/i386/conf/options.i386 revision 1.66.kato1997-12-292-4/+4
* Sync with sys/i386/i386/microtime.s revision up to 1.39.kato1997-12-291-10/+7
* Sync with sys/i386/isa/clock.c revision up to 1.107.kato1997-12-293-144/+114
* Sync with sys/i386/isa/sio.c revision up to 1.193.kato1997-12-292-10/+50
* Sync with sys/i386/i386/userconfig.c revision 1.99.kato1997-12-291-29/+13
* Fixed style bugs in previous commit.bde1997-12-291-3/+3
OpenPOWER on IntegriCloud