Age | Commit message (Expand) | Author |
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 |
2003-03-11 | Hack to match new FreeBSD ELF binaries (such as opera). A proper | Todd C. Miller |
2003-02-25 | fix off by one signal checks. thanks yichen's checker | Ted Unangst |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller |
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 |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-04 | spelling | Theo de Raadt |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-16 | unbust *stat64. From NetBSD. | Federico G. Schwindt |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat |
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-11-06 | maintain refcnt correctly, ok art@ | Niklas Hallqvist |
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-30 | Implement osetre[ug]id() in terms of setres[ug]id(). | Todd C. Miller |
2002-10-28 | getdents64 support, based on FreeBSD. | Federico G. Schwindt |
2002-10-28 | add getdents64. | Federico G. Schwindt |
2002-10-03 | Check for negative values here too. "makes sense" mickey@, ok deraadt@ | Thomas Nordin |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-08-23 | FREF/FRELE cleanup/simplification, no functional changes; ok art | Peter Valchev |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | 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-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin |