summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Added support for non-blocking sockets to sendfile(2).dg1998-11-061-1/+20
* Don't put aggregate structs 4K large on the kernel stack, especially whenpeter1998-11-062-46/+60
* Define the kld_debug variable if KLD_DEBUG is enabledpeter1998-11-061-1/+5
* put a \n on an error message printfpeter1998-11-061-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-055-3/+415
* Fix sbcheck() to check all packets on socket buffer.fenner1998-11-042-18/+22
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-044-33/+17
* General tidy up: remove more unused code, update comments, simplify somepeter1998-11-041-34/+16
* make mount(2) automatically kldload modules if the requested filesystempeter1998-11-032-6/+64
* Have the in-kernel linker try a default extension of .ko. This means thatpeter1998-11-031-3/+30
* Initialize the a.out kld loader after elf, so that elf gets first shot atpeter1998-11-031-2/+2
* Use the kvm space pathname that we copied in, not the one in user space.peter1998-11-031-2/+2
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-032-228/+30
* Only do one VOP_ACCESS() per open() instead of two. This should reducepeter1998-11-021-8/+9
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-3/+3
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.peter1998-10-312-102/+116
* The last argument to vm_object_page_clean() are now bit flags, rather thanpeter1998-10-314-8/+8
* Unwire everything to the inactive queue in order to preserve LRU ordering.dg1998-10-301-37/+12
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-5/+33
* Oops, rev.1.167 made the device number checking in bdevvp() too strictbde1998-10-292-6/+8
* Fixed editing error. Pointed out by bde.dg1998-10-291-2/+1
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andpeter1998-10-292-36/+14
* A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk versionwollman1998-10-291-0/+221
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-291-0/+589
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-283-13/+11
* Lots of debugging code and some bugfixes.dfr1998-10-271-25/+338
* Updated the major number check in vfs_object_create(). It's notbde1998-10-262-4/+6
* Fixed breakage of the GPROF case of statclock() in the previous commit.bde1998-10-262-2/+4
* Oops, back out some local changes that shouldn't have been in thebde1998-10-251-5/+5
* Fixed breakage of the !SMP case of roundrobin() in the previous commit.bde1998-10-251-5/+8
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-2521-134/+43
* Fixed device number checking in bdevvp():bde1998-10-252-12/+20
* Fixed sysctl attachment for statically configured vfs's.bde1998-10-251-16/+25
* Don't put 0x in front of %p, it does it already.msmith1998-10-241-4/+4
* Change the way we simulate stable storage for timecounters.phk1998-10-232-114/+104
* Eliminate a superfluous comment.jdp1998-10-211-5/+1
* Some cleanups and optimizations:peter1998-10-181-163/+108
* Overload the correct errno for attempts to set an in-core label withbde1998-10-171-2/+2
* Use only the correct raw partition for writing labels. Don't use thebde1998-10-171-9/+4
* fixup for alpha.jkh1998-10-161-1/+4
* *gulp*. Jordan specifically OK'ed this..peter1998-10-1611-191/+367
* Fix some bugs in link_aout.c caused by using uninitialized malloc space.peter1998-10-161-1/+4
* - bzero() after malloc() bug fixpeter1998-10-152-12/+14
* - bzero() after malloc(). This is especially obvious when kern_malloc ispeter1998-10-151-3/+5
* Fix sysinit_add().peter1998-10-151-13/+17
* Don't frob the user stack directly, use suword instead. This fixes thedfr1998-10-151-2/+2
* Use the interface name as well as the method name when creating the methoddfr1998-10-151-2/+2
* Disable the 'devstat_end_transaction' busy count printf until after 3.0ken1998-10-141-2/+10
* Backed out rev. 1.164. It caused problems on SMP.dt1998-10-142-26/+2
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-141-8/+8
OpenPOWER on IntegriCloud