| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a problem that could cause msync (or many other things) to deadlock. | dyson | 1996-10-17 | 1 | -44/+40 |
* | Make processes waken up eligible for immediate swap-in. | dyson | 1996-10-17 | 1 | -2/+6 |
* | Clean up the rundown of the object backing a vnode. This should fix | dyson | 1996-10-17 | 2 | -4/+22 |
* | Oops forgot to remove a debug printf. | sos | 1996-10-16 | 1 | -2/+2 |
* | Prepare kernel to take advantage of "branded" ELF binaries. | sos | 1996-10-16 | 1 | -47/+76 |
* | Add support for embedded operation withou console | julian | 1996-10-16 | 1 | -8/+23 |
* | Preserve file flags in accept(2). | wollman | 1996-10-15 | 1 | -2/+4 |
* | Undo a mistaken change from splhigh to splvm. Subr_rlist has been | dyson | 1996-10-12 | 1 | -4/+4 |
* | Performance optimizations. One of which was meant to go in before the | dyson | 1996-10-12 | 3 | -7/+11 |
* | Fix two bugs I accidently put into the syn code at the last minute | pst | 1996-10-11 | 2 | -18/+22 |
* | Mostly some fixes from bde to start support for ASYNC I/O (SIGIO). | dyson | 1996-10-11 | 1 | -11/+19 |
* | Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. | bde | 1996-10-10 | 3 | -3/+9 |
* | Put I*86_CPU defines in opt_cpu.h. | bde | 1996-10-09 | 1 | -3/+4 |
* | Increase robustness of FreeBSD against high-rate connection attempt | pst | 1996-10-07 | 3 | -13/+94 |
* | Fix 4 problems: | dyson | 1996-10-06 | 2 | -14/+29 |
* | If we have no console device it is possible to be | julian | 1996-10-04 | 1 | -2/+2 |
* | Drop an unused param to unmap_pages(). | peter | 1996-10-03 | 1 | -7/+7 |
* | if we jump the time, we need to check all the process real interval timers. | julian | 1996-09-30 | 1 | -2/+5 |
* | Fixed bitrot in the read-only attribute: | bde | 1996-09-28 | 1 | -5/+4 |
* | Oops, read-only is spelled RD here. | bde | 1996-09-28 | 1 | -21/+21 |
* | Fixed bitrot in the read-only attribute: | bde | 1996-09-28 | 1 | -26/+23 |
* | Correct vget by removing a window where a vnode can potentially go away. | dyson | 1996-09-28 | 2 | -6/+6 |
* | I've been meaning to commit this for months. Implement select() | peter | 1996-09-27 | 1 | -1/+30 |
* | call srandom() during the boot to start the sequence with a slightly less | peter | 1996-09-23 | 1 | -1/+9 |
* | Remove the extra length field from the utrace entries. It's redundant. | phk | 1996-09-22 | 1 | -9/+5 |
* | Remove the code that renices +4 a process that has had 10 minutes of | gpalmer | 1996-09-22 | 1 | -7/+2 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 4 | -4/+8 |
* | Fix an spl window, a page manipulation at interrupt time that was | dyson | 1996-09-20 | 1 | -28/+84 |
* | Add the utrace(caddr_t addr,size_t len) syscall, that will store the | phk | 1996-09-19 | 4 | -5/+44 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 4 | -18/+18 |
* | Add a new sysctl variable kern.sominqueue to override the MINIMUM queue | pst | 1996-09-19 | 2 | -4/+12 |
* | Add needed spl protection, and some minor cleanups in vfs_vmio_release. | dyson | 1996-09-18 | 1 | -8/+14 |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | bde | 1996-09-14 | 3 | -18/+15 |
* | Clean up some more problems with freeing busy or wired pages. The | dyson | 1996-09-14 | 1 | -6/+12 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -2/+3 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -2/+2 |
* | Fixed Id. | bde | 1996-09-14 | 1 | -1/+1 |
* | Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5 | bde | 1996-09-13 | 3 | -12/+10 |
* | A modification that allows the driver strategy to modify the | dyson | 1996-09-13 | 1 | -2/+3 |
* | Fix a problem with child inheritance of sysv shm. Problem brought | dyson | 1996-09-10 | 1 | -0/+4 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -3/+3 |
* | Make sure that the pager is allocated before it is needed. Hangs | dyson | 1996-09-10 | 1 | -2/+8 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -3/+3 |
* | Fixed two small leftovers form PHK's mega devconf removal commit.. | sos | 1996-09-07 | 1 | -2/+1 |
* | Corrected an error where precious kernel virtual space was being allocated | dyson | 1996-09-07 | 1 | -26/+21 |
* | Remove these three devconf files entirely. | phk | 1996-09-06 | 1 | -0/+0 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 2 | -183/+1 |
* | Add bowrite. | gibbs | 1996-09-06 | 1 | -2/+17 |
* | `struct linker_set execsw_set' was declared as const and pointers in it | bde | 1996-09-03 | 1 | -3/+3 |
* | Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision | bde | 1996-09-03 | 1 | -4/+5 |