Age | Commit message (Expand) | Author |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2003-12-02 | Count from now, not from the epoch, to arm alarm. | Thomas Nordin |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-15 | simplify. | Federico G. Schwindt |
2003-08-14 | unbust my previous commit. | Federico G. Schwindt |
2003-07-23 | add sys_sysinfo. from marius aamodt eriksen. | Ted Unangst |
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | Ted Unangst |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | 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-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | 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-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis |
2000-09-10 | Linux mmap ignores the fd argument when MAP_ANON is on. Always pass -1 | jasoni |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-07-23 | OpenBSD -> NetBSD where previously missed. | jasoni |
2000-07-17 | Oops. | Artur Grabowski |
2000-07-17 | Be more careful about return values from hzto. | Artur Grabowski |
2000-06-26 | Use new timeouts. | Artur Grabowski |
2000-04-12 | Implement linux's setfsuid and getfsuid (from NetBSD) | jasoni |
2000-02-28 | Add missing system calls as unimplemented. | jasoni |
1999-12-06 | Implement compatibility for Linux stime() syscall. | Aaron Campbell |
1999-06-14 | avoid future register_t vs int problems, if this becomes 64 bit | Theo de Raadt |
1999-06-08 | better fd leak prevention | Theo de Raadt |
1999-06-08 | use sys_opipe(), but note the descriptor leakage | Theo de Raadt |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-02-10 | strncpy; edx trashing solution in sys_pipe(); freebsd | Theo de Raadt |
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs |
1998-07-04 | emulate shrinking in mremap(); boquist@cs.chalmers.se | Theo de Raadt |
1998-04-26 | correct utimes() emulation | Theo de Raadt |
1998-03-22 | correct a comment | Todd C. Miller |
1998-02-23 | GCC 2.8 -Wall | Niklas Hallqvist |
1997-11-26 | enforce VM_PROT_READ in mmap | Theo de Raadt |
1997-11-13 | make msync() have 3 args | Theo de Raadt |
1997-11-13 | put mremap() in linux_misc.c | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |