summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1489-89/+89
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-304-382/+760
* Delete bogus inconsistency check that could cause a gratuitous panic. Idg1996-12-291-8/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-295-137/+220
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-225-5/+14
* Make this compile in the kernel too, major cosmetic cleanup.phk1996-12-221-260/+277
* Fixed nonexistent checking of lock types for F_GETLK.bde1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-193-9/+12
* Fixed setpgid(). Negative pgids were accepted.bde1996-12-191-1/+3
* Fixed arg checking in if_advlock(). Invalid args were accepted in anbde1996-12-191-11/+14
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* Typo fix.alex1996-12-171-2/+2
* Fixed garbage being returned for constant int values, e.g., forbde1996-12-151-2/+2
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()bde1996-12-131-13/+10
* 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
OpenPOWER on IntegriCloud