Age | Commit message (Expand) | Author |
2003-10-01 | out-of-bound memory access. deraadt ok | Jun-ichiro itojun Hagino |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | 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-24 | regen | Ted Unangst |
2003-08-24 | freebsd pread and pwrite are the same as ours. jason + ackley.net says this | Ted Unangst |
2003-08-23 | rename native to aout so we can tell it apart. | Ted Unangst |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-08-16 | missed suser. thanks naddy@ | 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-14 | in some fs (ie. procfs), readdir won't return a cookie, so calculate | Federico G. Schwindt |
2003-08-13 | remove some copy and waste. from marius@monkey.org | Ted Unangst |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
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-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie |
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-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | some license cleanup | Theo de Raadt |
2003-05-16 | Do the new-style EI_OSABI check first because it is cheaper. | Todd C. Miller |
2003-05-13 | De-hackify. Use proper defines now that we have EI_OSABI and ELFOSABI_FREEBSD | Todd C. Miller |
2003-05-12 | strlcpy; tedu ok | Theo de Raadt |
2003-05-11 | sync | Theo de Raadt |
2003-05-11 | finish compat swapon cleanup | 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-05-07 | string cleaning; ok art tedu | Theo de Raadt |
2003-04-30 | Regen | Miod Vallat |
2003-04-30 | Oops, repair omsync deprecation lossage. | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-05 | Add missing 230400 to linux_speeds array to match linux_spmasks. | Todd C. Miller |