aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some parenthesis for clarity and fix a bugGuido van Rooij1998-05-182-4/+4
* 1. Don't use "nosys" and generate coredumps for unconfiguredPeter Dufault1998-05-184-6/+22
* Fix priority bug in previous commit.Dmitrij Tejblum1998-05-182-4/+4
* try stop the user from using mount -u to set the async flag onJulian Elischer1998-05-181-1/+11
* Change simple lock handling to not depend upon having a local apicTor Egge1998-05-178-51/+55
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-1719-103/+708
* Fix support for pre-Win95 filesystems: Make it possible to lookup justDmitrij Tejblum1998-05-174-6/+28
* Use a higher priority interrupt vector for 8254 timer interrupts.Tor Egge1998-05-174-8/+20
* Remove bogus LK_RETRY.Dmitrij Tejblum1998-05-172-4/+4
* Include "eisa.h" and only provide code if NEISA > 0.Justin T. Gibbs1998-05-172-2/+8
* Fixed interval calculation in realitimexpire() again. Obtained from:Bruce Evans1998-05-171-4/+4
* Fixed stale references to hzto() in comments.Bruce Evans1998-05-173-7/+7
* Supply the correct process argument to dounmount when possible.Tor Egge1998-05-172-4/+12
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.Tor Egge1998-05-1718-35/+133
* Fixed missing and unused forward declarations of structs.Bruce Evans1998-05-171-2/+2
* Don't forget to clean up after an error reading the directory entryBruce Evans1998-05-172-6/+26
* Removed vestiges of pre-Lite2 locking.Bruce Evans1998-05-174-8/+4
* Clear kernel stack pages before usage.Tor Egge1998-05-172-6/+12
* Be more restrictive about when to disregard MP config table valuesTor Egge1998-05-171-2/+4
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-1725-101/+101
* Cleanup after Garret, include unpch.h to get at various macros..Søren Schmidt1998-05-172-2/+4
* An important fix for proper inheritance of backing objects forJohn Dyson1998-05-161-2/+15
* Don't use "ffs" in an ext2fs sleep message string.Bruce Evans1998-05-162-6/+28
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepBruce Evans1998-05-162-2/+2
* Get timespecs directly instead of via timevals.Bruce Evans1998-05-162-54/+22
* Don't abuse `+' to combine flags.Bruce Evans1998-05-162-4/+4
* Backed out rev.1.76. It just added style bugs.Bruce Evans1998-05-162-26/+14
* Get timespecs directly instead of via timevals.Bruce Evans1998-05-164-52/+28
* Some of newer PC-98 may cause "Windows Protection Fault" when bootingKATO Takenori1998-05-162-6/+10
* Disable local APIC in UP kernel. Intel specification update describesKATO Takenori1998-05-162-2/+44
* Spotted a misplaced comma in my previous patch.Dag-Erling Smørgrav1998-05-163-6/+6
* Typo nits in SUIDDIR comment (removed some parentheses, moved someDag-Erling Smørgrav1998-05-163-36/+39
* 1.31 Randall Hopper <rhh@ct.picker.com>Amancio Hasty1998-05-168-567/+911
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-1520-133/+827
* Fix an obvious parameter-order bogon. (Don't know what happened toGarrett Wollman1998-05-151-2/+2
* The FreeBSD lkm design is aout specific.John Birrell1998-05-151-1/+3
* Disable the auto-Write Combining setup for the pmap code. ThisJohn Dyson1998-05-152-2/+4
* Fix list corruption and memory leak that could occur whenJustin T. Gibbs1998-05-142-4/+12
* Regenerated syscalls list after signanosleep removingAndrey A. Chernov1998-05-141-2/+1
* Sync with sys/i386conf/majors.i386 revision 1.42.KATO Takenori1998-05-141-3/+3
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()Peter Wemm1998-05-141-56/+1
* regen after signanosleep nukePeter Wemm1998-05-145-15/+8
* deep-six signanosleep(). It sounded like a good idea at the time.Peter Wemm1998-05-141-3/+2
* Commit an old change that has been sitting around for a long while.Peter Wemm1998-05-141-2/+16
* libtcl expects to see ieeefp.h definitions through this header.John Birrell1998-05-131-0/+2
* Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort wasJustin T. Gibbs1998-05-132-14/+10
* Name cronyx devices correctly.Jordan K. Hubbard1998-05-132-6/+6
* Sync with sys/i386/isa/sio.c revision 1.201.KATO Takenori1998-05-132-2/+4
* Sync with sys/i386/conf/majors.i386 revision 1.41.KATO Takenori1998-05-131-1/+3
* Add missing arg to vget().. Serves me right for committing a 2.2 patch toPeter Wemm1998-05-132-4/+4