Age | Commit message (Expand) | Author |
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 |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-14 | More glue needed for cross-compilation | Marcus Watts |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-07-06 | sync | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-05 | regen | jasoni |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-07 | minor style. | jasoni |
2002-05-07 | support TIOCLINUX ioctl | jasoni |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
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-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-02-16 | Make this compile. | Miod Vallat |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |