Age | Commit message (Expand) | Author |
2001-01-29 | Allow syscall aliasing to allow for multiple linux syscalls to be mapped | jasoni |
2001-01-25 | spelling | Todd T. Fries |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2001-01-23 | when the peer is disconnected before accept(2) is issued, | Jun-ichiro itojun Hagino |
2001-01-22 | NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers) | Artur Grabowski |
2001-01-17 | do not call extent_print() unless DDB || DIAGNOSTIC | Theo de Raadt |
2001-01-16 | Indentation nit. | Artur Grabowski |
2001-01-16 | Add a check for MNT_NOEXEC that was in exec_elf.c but not here. | Artur Grabowski |
2001-01-15 | update from netbsd: | Jason Wright |
2001-01-04 | Return a kmembuckets structure, rather than individual items, since they may be | Angelos D. Keromytis |
2001-01-04 | sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctl | Angelos D. Keromytis |
2001-01-04 | sysctl_malloc() | Angelos D. Keromytis |
2001-01-01 | 2001 | Aaron Campbell |
2000-12-14 | NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and | Artur Grabowski |
2000-12-05 | Bring in fresh pool from NetBSD. Some improvements and fixes. | Artur Grabowski |
2000-11-21 | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ | Niels Provos |
2000-11-18 | better permission check; okay art@, millert@ | Niels Provos |
2000-11-17 | calculate timeouts correctly, simpler. | Niels Provos |
2000-11-17 | correct timersub | Niels Provos |
2000-11-16 | rcsid; fix comment; lots of bad tabs and spaces | Michael Shalayeff |
2000-11-16 | sync | Niels Provos |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-11-09 | PHOLD/PRELE instead manual fiddling with p_holdcnt | Artur Grabowski |
2000-11-09 | Use PHOLD/PRELE instead of manually fiddling with p_holdcnt. | Artur Grabowski |
2000-11-08 | Cleanup. | Artur Grabowski |
2000-11-08 | If MD code has defined curproc, don't do it here. | Artur Grabowski |
2000-11-07 | No need for extern struct proc *curproc. | Artur Grabowski |
2000-11-06 | Don't bomb when the length of pagedvn vm_cmd is not page aligned. | Artur Grabowski |
2000-10-12 | allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for | Jun-ichiro itojun Hagino |
2000-10-10 | implement ppsratecheck(9). from netbsd. | Jun-ichiro itojun Hagino |
2000-09-28 | When allocating the unallocated file descriptors 0, 1 and 2 for suid execs, | Artur Grabowski |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-09-27 | Minimal optimization. | Artur Grabowski |
2000-09-26 | Don't use MALLOC/FREE on variable sized allocations. | Artur Grabowski |
2000-09-24 | prevent memory leak in fdalloc; fix by greg@nest.cx | Niels Provos |
2000-09-20 | Off by one in a validity check | Niklas Hallqvist |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller |
2000-09-12 | regen | Todd C. Miller |
2000-09-12 | sys_getsid() and sys_getpgid() return pid_t, not int (though pid_t *is* | Todd C. Miller |
2000-09-12 | NATM domain; stoklund@taxidriver.dk | Theo de Raadt |
2000-09-07 | On resume run the powerhook in installation order. | Artur Grabowski |
2000-09-07 | Put powerhooks on a CIRCLEQ instead of LIST. | Artur Grabowski |
2000-09-07 | Run powerhooks at splhigh. | Artur Grabowski |
2000-09-05 | Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@ | Aaron Campbell |
2000-08-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson |
2000-08-23 | Move the updating of timeout queues to after ticks is incremented. | Artur Grabowski |
2000-08-08 | permit changing flags | Theo de Raadt |
2000-08-04 | clear rings before freeing them | Theo de Raadt |