Age | Commit message (Expand) | Author |
2002-12-10 | pass p->p_emul to stackgap_init(), not 0 to be consistent. | Federico G. Schwindt |
2002-12-10 | fix setsockopt SO_REUSEADDR under linux emul; from NetBSD. | Federico G. Schwindt |
2002-11-27 | do address translation for for socket syscalls that pass addresses in | Jason Ish |
2002-10-30 | regen | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-10-28 | getdents64 support, based on FreeBSD. | Federico G. Schwindt |
2002-10-28 | add getdents64. | Federico G. Schwindt |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-08-09 | Correct the size arg to copyout. | Aaron Campbell |
2002-08-09 | socket flags are not inherited via accept() on linux; found and tested | Federico G. Schwindt |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin |
2002-06-05 | regen | jasoni |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-07 | minor style. | jasoni |
2002-05-07 | support TIOCLINUX ioctl | jasoni |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-02-13 | FREF/FRELE where required due to fd_getfile. | jasoni |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-08 | Remove some commented out FILE_UNUSE (incorrect) | Artur Grabowski |
2002-02-06 | emulate linux behaviour by passing ioctl's down to the underlying device | jasoni |
2002-02-04 | sync | Niels Provos |
2002-02-04 | fcntl64 support; okay deraadt@ | Niels Provos |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-10-26 | Unbreak. | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | there is no need for .bak files | Theo de Raadt |
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-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist |
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis |
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-21 | translate LINUX_AF_INET6 (10) into AF_INET6. | Jun-ichiro itojun Hagino |
2001-05-24 | style/cleanup (of function headers) | jasoni |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-15 | typos | jasoni |