| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the kqueue socket read filter honor the SO_RCVLOWAT value. | jlemon | 2000-08-07 | 1 | -1/+1 |
* | Fix bug with timeout; previously, when attempting to poll the kqueue by | jlemon | 2000-08-07 | 1 | -14/+22 |
* | Change the behavior of isa_nmi to log an error message instead of | ps | 2000-08-06 | 1 | -9/+31 |
* | Be more verbose when changing APIC ID on an IO APIC. | tegge | 2000-08-06 | 1 | -2/+142 |
* | Modify to use fixed STAILQ_LAST(). | hsu | 2000-08-03 | 1 | -1/+1 |
* | Fix self referential dependencies. eg: uhub was packaged along with | peter | 2000-08-02 | 1 | -3/+13 |
* | Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already. | peter | 2000-08-02 | 1 | -1/+1 |
* | Back out rev 1.12; its not clear that this is the right thing to do, | jlemon | 2000-08-01 | 1 | -2/+5 |
* | Handle write page faults (both write only or read-modify-write) as MI vm | luoqi | 2000-07-31 | 1 | -3/+3 |
* | mbstat should be a read-only sysctl. | alfred | 2000-07-31 | 1 | -1/+1 |
* | Remove unnecessary call to splnet when setting an accept filter | ps | 2000-07-31 | 2 | -6/+0 |
* | Regen. (Fix SYS_exit) | peter | 2000-07-29 | 2 | -4/+4 |
* | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | peter | 2000-07-29 | 1 | -1/+1 |
* | Remove this file incase of further confusion. | ps | 2000-07-29 | 1 | -142/+0 |
* | Regenerate with makesyscalls.sh | peter | 2000-07-29 | 2 | -4/+4 |
* | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | peter | 2000-07-29 | 3 | -5/+3 |
* | Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in the | peter | 2000-07-28 | 1 | -7/+34 |
* | Fix a const related warning. | peter | 2000-07-28 | 1 | -1/+1 |
* | Fix some style nits. | peter | 2000-07-28 | 1 | -10/+13 |
* | Fix warnings - make kevent args in comment match those in syscalls.master. | peter | 2000-07-28 | 1 | -4/+4 |
* | Fix a warning that has been annoying me for some time: | peter | 2000-07-28 | 1 | -1/+1 |
* | o Modify extattr_{set,get}() syscalls so that partial reads and writes | rwatson | 2000-07-28 | 2 | -2/+10 |
* | Have kevent() automatically restart if interrupted by a signal. If this | jlemon | 2000-07-27 | 1 | -5/+2 |
* | Distinguish between whether ktraceing was enabled before an IO | green | 2000-07-27 | 1 | -2/+6 |
* | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | rwatson | 2000-07-26 | 3 | -13/+23 |
* | Now that buffer locks can be recursive, we need to delete the panics | mckusick | 2000-07-25 | 1 | -4/+0 |
* | Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0); | mckusick | 2000-07-25 | 2 | -10/+0 |
* | o Add missing function return types from capability syscall call stubs, | rwatson | 2000-07-25 | 1 | -0/+4 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 3 | -12/+74 |
* | Using an atomic operation here won't help if nobody else uses them (for | green | 2000-07-23 | 1 | -2/+3 |
* | Solve the problem where it is possible to get the kernel stuck in | green | 2000-07-23 | 1 | -3/+31 |
* | only allow accept filter modifications on listening sockets | alfred | 2000-07-20 | 1 | -0/+8 |
* | disallow unload until we do proper refcounting | alfred | 2000-07-20 | 2 | -0/+18 |
* | Fix a bug which would cause some knotes to get lost when two kqueues | jlemon | 2000-07-18 | 1 | -1/+2 |
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 2 | -23/+19 |
* | Patch up some bogons in the resource_find() vs resource_find_hard() | peter | 2000-07-18 | 1 | -3/+9 |
* | These patches implement dynamic sysctls. It's possible now to add | abial | 2000-07-15 | 1 | -0/+252 |
* | Make mbstat.m_mtypes seperate and viewable via sysctl, also | alfred | 2000-07-15 | 1 | -0/+4 |
* | Change the way NMI's are handled. Before, if DDB was enabled and | ps | 2000-07-14 | 1 | -12/+14 |
* | o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls to | rwatson | 2000-07-13 | 2 | -2/+10 |
* | o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file}, | rwatson | 2000-07-13 | 2 | -0/+36 |
* | For infinite timeouts, set both the tv_sec and tv_usec fields to zero in | jhb | 2000-07-13 | 1 | -2/+6 |
* | Fix a very obscure bug in select() and poll() where the timeout would | jhb | 2000-07-12 | 1 | -2/+2 |
* | remove m_pulldown statistics, which is highly experimental and does not | itojun | 2000-07-12 | 1 | -87/+0 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 12 | -204/+725 |
* | Correct SYSINIT execution order in the case when KLD contains more | bp | 2000-07-09 | 1 | -2/+2 |
* | Remove two micro-pessimizations I made. Bruce is teaching me well :) | green | 2000-07-07 | 1 | -2/+2 |
* | Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff, | green | 2000-07-07 | 1 | -1/+1 |
* | Fix support for more than 256 simultaneous mounts. Theoretical limit | bp | 2000-07-07 | 2 | -4/+8 |
* | Support for unsigned integer and long sysctl variables. Update the | jhb | 2000-07-05 | 3 | -15/+14 |