| Commit message (Expand) | Author | Age | Files | Lines |
* | Add semicolon to INTERFACE declaration. | nsouch | 1998-11-08 | 1 | -2/+2 |
* | Add semicolon to INTERFACE declarations | nsouch | 1998-11-08 | 1 | -2/+2 |
* | "Here is the most recent version of makedevops.pl. I've made the parsing | nsouch | 1998-11-08 | 1 | -177/+350 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -2/+2 |
* | Added support for non-blocking sockets to sendfile(2). | dg | 1998-11-06 | 1 | -1/+20 |
* | Don't put aggregate structs 4K large on the kernel stack, especially when | peter | 1998-11-06 | 2 | -46/+60 |
* | Define the kld_debug variable if KLD_DEBUG is enabled | peter | 1998-11-06 | 1 | -1/+5 |
* | put a \n on an error message printf | peter | 1998-11-06 | 1 | -2/+2 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 5 | -3/+415 |
* | Fix sbcheck() to check all packets on socket buffer. | fenner | 1998-11-04 | 2 | -18/+22 |
* | The handle for the kernel is common. With this fix, ELF kernels can load | peter | 1998-11-04 | 4 | -33/+17 |
* | General tidy up: remove more unused code, update comments, simplify some | peter | 1998-11-04 | 1 | -34/+16 |
* | make mount(2) automatically kldload modules if the requested filesystem | peter | 1998-11-03 | 2 | -6/+64 |
* | Have the in-kernel linker try a default extension of .ko. This means that | peter | 1998-11-03 | 1 | -3/+30 |
* | 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 |