Age | Commit message (Expand) | Author |
2001-08-19 | correct the logic. | Artur Grabowski |
2001-08-19 | $%&@#! | Artur Grabowski |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-11 | Why is it so popular to include <vm/*.h> everywhere? | Artur Grabowski |
2001-08-11 | redundant includes. | Artur Grabowski |
2001-08-11 | Unnecessary includes. | Artur Grabowski |
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist |
2001-07-27 | #ifdef vax -> #ifdef __vax__ | Miod Vallat |
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-07-09 | OpenBSD tags. | Federico G. Schwindt |
2001-07-04 | sync | jasoni |
2001-07-04 | add new system calls as dummies, except for those which we already have | jasoni |
2001-07-03 | sync | jasoni |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni |
2001-07-03 | sync | jasoni |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-21 | Do not FREE() stuff allocated in a pool | Niklas Hallqvist |
2001-06-21 | translate LINUX_AF_INET6 (10) into AF_INET6. | Jun-ichiro itojun Hagino |
2001-05-24 | style/cleanup (of function headers) | jasoni |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell |
2001-05-16 | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | Todd C. Miller |
2001-05-16 | regen for COMPAT_2{3,5} | Todd C. Miller |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-16 | regen after removing compatopts | Todd C. Miller |
2001-05-16 | remove unneeded compatopts | Todd C. Miller |
2001-05-15 | typos | jasoni |
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-05-14 | Correct panic message. | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | Fix panic message | Artur Grabowski |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-04-18 | Declare undeclared variable in #ifdef DEBUG_SVR4 | Niklas Hallqvist |
2001-04-11 | Fix an off-by-one error. Also, SETFRAGMENT ignores the high bit; from NetBSD. | Aaron Campbell |
2001-04-10 | Don't seg-fault on file systems that don't support cookies. Thanks to | Constantine Sapuntzakis |
2001-04-09 | Handle more Linux ioctls; from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-04-09 | Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@ | Thorsten Lockert |
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist |
2001-04-02 | sync | Niklas Hallqvist |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |