Age | Commit message (Expand) | Author |
2002-11-06 | maintain refcnt correctly, ok art@ | Niklas Hallqvist |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-06 | sync | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | test before commit | Theo de Raadt |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-08 | Opps. unbreak. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-10-02 | Values coming from userland should be bounds checked, even if we put them | Constantine Sapuntzakis |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski |
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | there is no need for .bak files | Theo de Raadt |
2001-08-22 | Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ... | Niklas Hallqvist |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-21 | Do not FREE() stuff allocated in a pool | Niklas Hallqvist |
2001-05-16 | regen after removing compatopts | Todd C. Miller |
2001-05-16 | remove unneeded compatopts | Todd C. Miller |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | 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-03-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis |
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-08-30 | additional range checking; From: NetBSD | Brad Smith |
2000-08-29 | remove duplicate inclusion of sys/ioctl.h | Brad Smith |
2000-08-23 | regen. | Federico G. Schwindt |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt |
2000-08-23 | NetBSD RCS id | Brad Smith |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith |