aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Check for error return from uiomove to prevent looping endlessly inDavid Greenman1996-11-291-1/+3
* Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowBruce Evans1996-11-291-5/+9
* Help broken d_stop() routines by flushing the output queue beforeBruce Evans1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttyBruce Evans1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushBruce Evans1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not doBruce Evans1996-11-291-9/+11
* Potentially fix a problem, whereby MSDOSFS can request buffersJohn Dyson1996-11-281-1/+4
* Improve the caching of small files like directories, while notJohn Dyson1996-11-171-2/+2
* Restored writability of kern.maxvnodes. It was broken a year ago inBruce Evans1996-11-122-4/+4
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-112-2/+54
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREJohn Dyson1996-11-091-2/+2
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asBruce Evans1996-11-041-6/+10
* Further improved version of hadling a HALT when there is no console.Julian Elischer1996-10-311-2/+8
* More merge and update.Satoshi Asami1996-10-301-1/+5
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-302-5/+5
* Search for labels on all slices whenever any minor for a drive is opened.Bruce Evans1996-10-291-44/+55
* init_main.c: pass -d to init if DEVFS_ROOTPoul-Henning Kamp1996-10-284-4/+14
* Move static variable nextpid out from fork1(). Now top(1) can printWolfram Schneider1996-10-271-2/+3
* Improved biasing of i586 clock by adjusting for hardclock() latency.Bruce Evans1996-10-253-3/+6
* Added a missing break, so all static bins would be missed :(Søren Schmidt1996-10-241-1/+2
* close bin/1648 libmd not 64bit safe.Poul-Henning Kamp1996-10-221-3/+4
* Fix signed/unsigned comparison warnings.Alexander Langer1996-10-201-2/+2
* Kill unnecessary test in coredump() that wasn't removed in rev 1.19David Greenman1996-10-191-9/+2
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-37/+149
* I'm not sure why, but Netcon's TFS filesystem code doesn't want toJordan K. Hubbard1996-10-172-10/+18
* Fix a problem that could cause msync (or many other things) to deadlock.John Dyson1996-10-171-44/+40
* Make processes waken up eligible for immediate swap-in.John Dyson1996-10-171-2/+6
* Clean up the rundown of the object backing a vnode. This should fixJohn Dyson1996-10-172-4/+22
* Oops forgot to remove a debug printf.Søren Schmidt1996-10-161-2/+2
* Prepare kernel to take advantage of "branded" ELF binaries.Søren Schmidt1996-10-161-47/+76
* Add support for embedded operation withou consoleJulian Elischer1996-10-161-8/+23
* Preserve file flags in accept(2).Garrett Wollman1996-10-151-2/+4
* Undo a mistaken change from splhigh to splvm. Subr_rlist has beenJohn Dyson1996-10-121-4/+4
* Performance optimizations. One of which was meant to go in before theJohn Dyson1996-10-123-7/+11
* Fix two bugs I accidently put into the syn code at the last minutePaul Traina1996-10-112-18/+22
* Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).John Dyson1996-10-111-11/+19
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.Bruce Evans1996-10-103-3/+9
* Put I*86_CPU defines in opt_cpu.h.Bruce Evans1996-10-091-3/+4
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-073-13/+94
* Fix 4 problems:John Dyson1996-10-062-14/+29
* If we have no console device it is possible to beJulian Elischer1996-10-041-2/+2
* Drop an unused param to unmap_pages().Peter Wemm1996-10-031-7/+7
* if we jump the time, we need to check all the process real interval timers.Julian Elischer1996-09-301-2/+5
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-5/+4
* Oops, read-only is spelled RD here.Bruce Evans1996-09-281-21/+21
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-26/+23
* Correct vget by removing a window where a vnode can potentially go away.John Dyson1996-09-282-6/+6
* I've been meaning to commit this for months. Implement select()Peter Wemm1996-09-271-1/+30
* call srandom() during the boot to start the sequence with a slightly lessPeter Wemm1996-09-231-1/+9
* Remove the extra length field from the utrace entries. It's redundant.Poul-Henning Kamp1996-09-221-9/+5