summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joybde1996-12-061-2/+3
* Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-051-2/+2
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-012-17/+2
* Don't allow empty pathnames. POSIX standard.bde1996-12-011-1/+8
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-011-14/+24
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-012-4/+6
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-302-21/+89
* Check for error return from uiomove to prevent looping endlessly indg1996-11-291-1/+3
* Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowbde1996-11-291-5/+9
* Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
* 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
OpenPOWER on IntegriCloud