summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
* setsockopt() transports user option data in an mbuf. if the userphk1998-04-111-2/+7
* When pmap_pinit0() allocates a page for proc0's page directory,phk1998-04-111-2/+2
* Grammar police.alex1998-04-101-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-084-12/+17
* Minor adjustments to the timecounting and proc0.phk1998-04-083-11/+13
* Today is not my lucky day. Fix missing brace and I got a requestpeter1998-04-061-3/+3
* Use a different errno (ELOOP (as sef mentioned) since the text that goespeter1998-04-061-2/+6
* Rather than let users get fd's to symlink files, make O_NOFOLLOW causepeter1998-04-061-3/+3
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openpeter1998-04-061-2/+3
* curproc is initialized in locore at the same time for both SMP and UP now.peter1998-04-061-15/+1
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-061-17/+11
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-5/+5
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-065-24/+24
* More fixes for the iterative case of nanosleep1 from bruce.phk1998-04-051-5/+5
* Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde)phk1998-04-053-14/+13
* If there is no error code, don't copyout the remaining time. (Aspeter1998-04-051-3/+3
* Fix nanosleep1 based on Bruces suggestion.phk1998-04-051-28/+22
* Remove unused atv.tv_usec = 0; from select/poll codeache1998-04-051-7/+3
* tsleep() returns EWOULDBLOCK if the timeout expired. Don't return thispeter1998-04-051-2/+2
* Fix previous commit. Don't people read compiler messages or something??peter1998-04-051-2/+2
* Handle double fraction overflow in nano & microtime functions (spotted by Bruce)phk1998-04-043-12/+9
* Time changes mark 2:phk1998-04-049-186/+279
* Perhaps fix a problem that some drivers have that they don't properlydyson1998-04-041-2/+2
* Try to fix poll & select after I broke them.phk1998-04-021-11/+9
* Add two workarounds for broken MP tables:tegge1998-04-011-2/+49
* Fix an off by 1<<32 error.phk1998-03-312-4/+4
* Add a dummy timecounter until we find the real thing(s).phk1998-03-312-8/+72
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-3015-106/+120
* Correct a significant problem with the softupdates port. Allow fsyncdyson1998-03-292-8/+22
* Export MD5Transform in md5.c and remove a private version in random_machdep.cphk1998-03-292-123/+6
* Remove duplicate commentdufault1998-03-281-4/+1
* Include sys/resource.h to get PRIO_MAX.dufault1998-03-281-0/+1
* Removed unused #includes.bde1998-03-284-15/+4
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-282-2/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-289-69/+355
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-289-9/+19
* Split the padding out into a separate function.phk1998-03-271-5/+17
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* Add two new functions, get{micro|nano}time.phk1998-03-264-32/+69
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-1/+33
* In kern_physio.c fix tsleep priority messup.dyson1998-03-195-113/+166
* Fix an embarassing problem in vtruncbuf.dyson1998-03-192-4/+4
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
* Correct a severely evil bug in the vtruncbuf code. It didn't causedyson1998-03-172-4/+68
* Remove a soft-update hook that was accidentally added to the READ path.julian1998-03-161-26/+53
* A bunch of BNN (Bruce Normal Nits) from bde:phk1998-03-162-110/+184
* Allow vfs_ioopt to be enabled with a (temporary) config option.dyson1998-03-162-6/+2
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-164-81/+287
OpenPOWER on IntegriCloud