| Commit message (Expand) | Author | Age | Files | Lines |
* | - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This | kato | 1998-12-02 | 1 | -27/+59 |
* | Check return value of malloc() in expand_name. | eivind | 1998-12-02 | 1 | -1/+3 |
* | Make the previous behaviour the default, add a sysctl which you | phk | 1998-11-29 | 2 | -24/+84 |
* | Compare p_cpulimit with RLIM_INFINITY before comparing it with the process | dg | 1998-11-27 | 1 | -2/+3 |
* | Don't forget to update the pmap associated with aio daemons when adding | tegge | 1998-11-27 | 1 | -2/+2 |
* | Attempt to handle interrupts delivered to all IO APICs by using the first | tegge | 1998-11-26 | 1 | -2/+17 |
* | Staticize. | eivind | 1998-11-26 | 2 | -5/+5 |
* | Fixed the previous fix - stathz doesn't give the statclock frequency | bde | 1998-11-26 | 1 | -5/+6 |
* | Oops, yet again back out some local changes that shouldn't have been | bde | 1998-11-26 | 1 | -5/+5 |
* | Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz. | bde | 1998-11-26 | 1 | -8/+8 |
* | Make timecounters more resistant to badly behaved SW/HW which locks | phk | 1998-11-23 | 2 | -20/+36 |
* | Add a kludge to prevent panicing when using VM86 and hitting here | sos | 1998-11-23 | 2 | -4/+4 |
* | Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out. | bde | 1998-11-23 | 1 | -1/+2 |
* | We can't call fsetown() from sonewconn() because sonewconn() is be called | truckman | 1998-11-23 | 3 | -5/+5 |
* | Fixed some missing cases in the check for ioctls that involve modification. | bde | 1998-11-22 | 1 | -8/+25 |
* | Closed a very narrow and rare race condition that involved net interrupts, | dg | 1998-11-18 | 2 | -3/+8 |
* | Because buffers may be tossed and recreated at will under the new VM | mckusick | 1998-11-17 | 1 | -4/+9 |
* | Now that the wd driver is fixed (Thanks Bruce!), re-enable the | ken | 1998-11-15 | 1 | -10/+2 |
* | A couple of minor sanity checks. | dfr | 1998-11-15 | 1 | -4/+10 |
* | In sendfile(2), check against sb_lowat when filling the socket buffer, | dg | 1998-11-15 | 1 | -2/+2 |
* | Fixed the type of vfs_modevent (a little late, to match the corresponding | bde | 1998-11-15 | 1 | -2/+2 |
* | Fixed a missing include. <sys/kernel.h> is needed by the new | bde | 1998-11-15 | 1 | -2/+2 |
* | Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusying | dg | 1998-11-14 | 1 | -3/+3 |
* | My changes to the new device interface: | wollman | 1998-11-14 | 5 | -91/+286 |
* | Don't count non-local dirty buffers as outstanding when shutting down. | msmith | 1998-11-13 | 1 | -1/+17 |
* | A couple of fixes to device_delete_child() to delete all children of | dfr | 1998-11-13 | 1 | -2/+10 |
* | Restored the "reallocblks" code to its former glory. What this does is | dg | 1998-11-13 | 1 | -15/+4 |
* | kldsym(2) prototype implementation | peter | 1998-11-11 | 1 | -1/+54 |
* | regenerate (+kldsym) | peter | 1998-11-11 | 2 | -2/+4 |
* | A kldsym(2) syscall prototype for extracting information from the in-kernel | peter | 1998-11-11 | 1 | -1/+2 |
* | I got another batch of suggestions for cosmetic changes from bde. | truckman | 1998-11-11 | 3 | -8/+11 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 12 | -108/+259 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 5 | -7/+11 |
* | Register and unregister vnodeops the new way rather than leaking on | peter | 1998-11-10 | 1 | -12/+6 |
* | kzipboot uses kern/inflate.c outside the kernel by providing its own | peter | 1998-11-10 | 1 | -3/+8 |
* | Make the vnode opv vector construction fully dynamic. Previously we | peter | 1998-11-10 | 4 | -201/+234 |
* | Arrange for unload-time linker set hooks to be called. While cut/pasting | peter | 1998-11-10 | 1 | -14/+71 |
* | Have MALLOC_DECLARE() initialize malloc types explicitly, and have them | peter | 1998-11-10 | 1 | -6/+34 |
* | If the session leader dies, s_leader is set to NULL and getsid() may | truckman | 1998-11-09 | 3 | -5/+10 |
* | 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 |