Age | Commit message (Expand) | Author |
2003-12-02 | Count from now, not from the epoch, to arm alarm. | Thomas Nordin |
2003-11-25 | Make SIOCGIFHWADDR work. ok mickey@ | Thomas Nordin |
2003-10-12 | Linux shmat allows lookup of segments that are marked as removed so | Todd C. Miller |
2003-09-04 | sync | Ted Unangst |
2003-09-04 | dummy xattr syscalls. ok deraadt@ | Ted Unangst |
2003-09-01 | regen. | Federico G. Schwindt |
2003-09-01 | set fadvise64 as dummy. some binaries compiled with a recent glibc | Federico G. Schwindt |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-15 | regen. | Federico G. Schwindt |
2003-08-15 | simplify. | Federico G. Schwindt |
2003-08-14 | regen.. again. sorry. | Federico G. Schwindt |
2003-08-14 | unbust my previous commit. | Federico G. Schwindt |
2003-08-14 | regen. | Federico G. Schwindt |
2003-08-14 | add more syscalls. implement exit_group (which is actually an alias for | Federico G. Schwindt |
2003-08-13 | remove some copy and waste. from marius@monkey.org | Ted Unangst |
2003-08-03 | another gapped system call handled incorrectly: truncate64; marius@monkey.org | Theo de Raadt |
2003-08-02 | sync | Theo de Raadt |
2003-08-02 | wrong args for linux ftruncate64; marius@monkey.org | Theo de Raadt |
2003-07-24 | after sys_sendmsg, change control message level back in case somebody looks | Ted Unangst |
2003-07-23 | 'r' ioctls, (VFAT) aren't supported, don't pass down. | Ted Unangst |
2003-07-23 | sync | Ted Unangst |
2003-07-23 | add sys_sysinfo. from marius aamodt eriksen. | Ted Unangst |
2003-07-03 | sync | Ted Unangst |
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | Ted Unangst |
2003-06-23 | and we have a copyright (TNF) | Ted Unangst |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt |
2003-05-10 | Regen | Miod Vallat |
2003-05-10 | Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl | Miod Vallat |
2003-04-05 | Add missing 230400 to linux_speeds array to match linux_spmasks. | Todd C. Miller |
2003-02-25 | fix off by one signal checks. thanks yichen's checker | Ted Unangst |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2003-01-21 | Do not do multiple stackgap_init calls in the same syscall execution, | Niklas Hallqvist |
2002-12-16 | unbust *stat64. From NetBSD. | Federico G. Schwindt |
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 |