summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Load the full symbol tables if they are present. This means that ddbpeter1998-10-132-20/+156
* Fixed two potentially serious classes of bugs:dg1998-10-136-28/+25
* UnVMIO vnodes of block devices when they are no longer in use. (Somedt1998-10-122-4/+26
* Only print kernel entry point during load.peter1998-10-122-42/+216
* Relocate a few extra addresses that are stored as physical addresses viapeter1998-10-121-3/+7
* If an ELF executable has a recognized brand, then believe it.jdp1998-10-111-59/+48
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* Display module type as well as module name when we find one preloaded.peter1998-10-101-3/+8
* Use Mike Smith's linker module search path code.peter1998-10-101-16/+261
OpenPOWER on IntegriCloud