summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed some bugs in BREAK handling. If BRKINT is set, then always flushbde1996-11-291-7/+8
* | Fixed handling of non-POSIX control characters. They must not dobde1996-11-291-9/+11
* | Potentially fix a problem, whereby MSDOSFS can request buffersdyson1996-11-281-1/+4
* | Improve the caching of small files like directories, while notdyson1996-11-171-2/+2
* | Restored writability of kern.maxvnodes. It was broken a year ago inbde1996-11-122-4/+4
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-112-2/+54
* | Fix an ordering bug -- pmap_remove_pages should be called BEFOREdyson1996-11-091-2/+2
* | Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-041-6/+10
* | Further improved version of hadling a HALT when there is no console.julian1996-10-311-2/+8
* | More merge and update.asami1996-10-301-1/+5
* | if there is no console, cngetc should act like getc and return -1julian1996-10-302-5/+5
* | Search for labels on all slices whenever any minor for a drive is opened.bde1996-10-291-44/+55
* | init_main.c: pass -d to init if DEVFS_ROOTphk1996-10-284-4/+14
* | Move static variable nextpid out from fork1(). Now top(1) can printwosch1996-10-271-2/+3
* | Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-253-3/+6
* | Added a missing break, so all static bins would be missed :(sos1996-10-241-1/+2
* | close bin/1648 libmd not 64bit safe.phk1996-10-221-3/+4
* | Fix signed/unsigned comparison warnings.alex1996-10-201-2/+2
* | Kill unnecessary test in coredump() that wasn't removed in rev 1.19dg1996-10-191-9/+2
* | Improved non-statistical (GUPROF) profiling:bde1996-10-171-37/+149
* | I'm not sure why, but Netcon's TFS filesystem code doesn't want tojkh1996-10-172-10/+18
* | Fix a problem that could cause msync (or many other things) to deadlock.dyson1996-10-171-44/+40
* | Make processes waken up eligible for immediate swap-in.dyson1996-10-171-2/+6
* | Clean up the rundown of the object backing a vnode. This should fixdyson1996-10-172-4/+22
* | Oops forgot to remove a debug printf.sos1996-10-161-2/+2
* | Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-47/+76
* | Add support for embedded operation withou consolejulian1996-10-161-8/+23
* | Preserve file flags in accept(2).wollman1996-10-151-2/+4
* | Undo a mistaken change from splhigh to splvm. Subr_rlist has beendyson1996-10-121-4/+4
* | Performance optimizations. One of which was meant to go in before thedyson1996-10-123-7/+11
* | Fix two bugs I accidently put into the syn code at the last minutepst1996-10-112-18/+22
* | Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).dyson1996-10-111-11/+19
* | Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-103-3/+9
* | Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-3/+4
* | Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-073-13/+94
* | Fix 4 problems:dyson1996-10-062-14/+29
* | If we have no console device it is possible to bejulian1996-10-041-2/+2
* | Drop an unused param to unmap_pages().peter1996-10-031-7/+7
* | if we jump the time, we need to check all the process real interval timers.julian1996-09-301-2/+5
* | Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
* | Oops, read-only is spelled RD here.bde1996-09-281-21/+21
* | Fixed bitrot in the read-only attribute:bde1996-09-281-26/+23
* | Correct vget by removing a window where a vnode can potentially go away.dyson1996-09-282-6/+6
* | I've been meaning to commit this for months. Implement select()peter1996-09-271-1/+30
* | call srandom() during the boot to start the sequence with a slightly lesspeter1996-09-231-1/+9
* | Remove the extra length field from the utrace entries. It's redundant.phk1996-09-221-9/+5
* | Remove the code that renices +4 a process that has had 10 minutes ofgpalmer1996-09-221-7/+2
* | Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-204-4/+8
* | Fix an spl window, a page manipulation at interrupt time that wasdyson1996-09-201-28/+84
* | Add the utrace(caddr_t addr,size_t len) syscall, that will store thephk1996-09-194-5/+44
OpenPOWER on IntegriCloud