| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the a.out kld loader after elf, so that elf gets first shot at | peter | 1998-11-03 | 1 | -2/+2 |
* | Use the kvm space pathname that we copied in, not the one in user space. | peter | 1998-11-03 | 1 | -2/+2 |
* | Change the #ifdef UNION code into a callable hook. Arrange to have this | peter | 1998-11-03 | 2 | -228/+30 |
* | Only do one VOP_ACCESS() per open() instead of two. This should reduce | peter | 1998-11-02 | 1 | -8/+9 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -3/+3 |
* | Convert lists for bufs attached to vnodes from a LIST to a TAILQ. | peter | 1998-10-31 | 2 | -102/+116 |
* | The last argument to vm_object_page_clean() are now bit flags, rather than | peter | 1998-10-31 | 4 | -8/+8 |
* | Unwire everything to the inactive queue in order to preserve LRU ordering. | dg | 1998-10-30 | 1 | -37/+12 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 1 | -5/+33 |
* | Oops, rev.1.167 made the device number checking in bdevvp() too strict | bde | 1998-10-29 | 2 | -6/+8 |
* | Fixed editing error. Pointed out by bde. | dg | 1998-10-29 | 1 | -2/+1 |
* | Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs and | peter | 1998-10-29 | 2 | -36/+14 |
* | A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk version | wollman | 1998-10-29 | 1 | -0/+221 |
* | The new resource manager, hopefully in a reasonably stable form. | wollman | 1998-10-29 | 1 | -0/+589 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 3 | -13/+11 |
* | Lots of debugging code and some bugfixes. | dfr | 1998-10-27 | 1 | -25/+338 |
* | Updated the major number check in vfs_object_create(). It's not | bde | 1998-10-26 | 2 | -4/+6 |
* | Fixed breakage of the GPROF case of statclock() in the previous commit. | bde | 1998-10-26 | 2 | -2/+4 |
* | Oops, back out some local changes that shouldn't have been in the | bde | 1998-10-25 | 1 | -5/+5 |
* | Fixed breakage of the !SMP case of roundrobin() in the previous commit. | bde | 1998-10-25 | 1 | -5/+8 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 21 | -134/+43 |
* | Fixed device number checking in bdevvp(): | bde | 1998-10-25 | 2 | -12/+20 |
* | Fixed sysctl attachment for statically configured vfs's. | bde | 1998-10-25 | 1 | -16/+25 |
* | Don't put 0x in front of %p, it does it already. | msmith | 1998-10-24 | 1 | -4/+4 |
* | Change the way we simulate stable storage for timecounters. | phk | 1998-10-23 | 2 | -114/+104 |
* | Eliminate a superfluous comment. | jdp | 1998-10-21 | 1 | -5/+1 |
* | Some cleanups and optimizations: | peter | 1998-10-18 | 1 | -163/+108 |
* | Overload the correct errno for attempts to set an in-core label with | bde | 1998-10-17 | 1 | -2/+2 |
* | Use only the correct raw partition for writing labels. Don't use the | bde | 1998-10-17 | 1 | -9/+4 |
* | fixup for alpha. | jkh | 1998-10-16 | 1 | -1/+4 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 11 | -191/+367 |
* | Fix some bugs in link_aout.c caused by using uninitialized malloc space. | peter | 1998-10-16 | 1 | -1/+4 |
* | - bzero() after malloc() bug fix | peter | 1998-10-15 | 2 | -12/+14 |
* | - bzero() after malloc(). This is especially obvious when kern_malloc is | peter | 1998-10-15 | 1 | -3/+5 |
* | Fix sysinit_add(). | peter | 1998-10-15 | 1 | -13/+17 |
* | Don't frob the user stack directly, use suword instead. This fixes the | dfr | 1998-10-15 | 1 | -2/+2 |
* | Use the interface name as well as the method name when creating the method | dfr | 1998-10-15 | 1 | -2/+2 |
* | Disable the 'devstat_end_transaction' busy count printf until after 3.0 | ken | 1998-10-14 | 1 | -2/+10 |
* | Backed out rev. 1.164. It caused problems on SMP. | dt | 1998-10-14 | 2 | -26/+2 |
* | Align to sizeof(long) rather than sizeof(int32_t). It needs to be | peter | 1998-10-14 | 1 | -8/+8 |
* | Load the full symbol tables if they are present. This means that ddb | peter | 1998-10-13 | 2 | -20/+156 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 6 | -28/+25 |
* | UnVMIO vnodes of block devices when they are no longer in use. (Some | dt | 1998-10-12 | 2 | -4/+26 |
* | Only print kernel entry point during load. | peter | 1998-10-12 | 2 | -42/+216 |
* | Relocate a few extra addresses that are stored as physical addresses via | peter | 1998-10-12 | 1 | -3/+7 |
* | If an ELF executable has a recognized brand, then believe it. | jdp | 1998-10-11 | 1 | -59/+48 |
* | mp_machdep.c: Set a vector to boot code (PC-98). | kato | 1998-10-10 | 1 | -4/+4 |
* | PC-98 doesn't have CMOS ram. | kato | 1998-10-10 | 1 | -2/+8 |
* | Display module type as well as module name when we find one preloaded. | peter | 1998-10-10 | 1 | -3/+8 |
* | Use Mike Smith's linker module search path code. | peter | 1998-10-10 | 1 | -16/+261 |