Age | Commit message (Expand) | Author |
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 |
2000-08-04 | KNF | Theo de Raadt |
2000-08-03 | s/principal/priciple/; from netbsd | Michael Shalayeff |
2000-07-19 | Many drivers use a timeout on ttrstrt, make this a generic interface. | Artur Grabowski |
2000-07-17 | art, at least commit something which compiles! | Theo de Raadt |
2000-07-17 | Don't wait for B_READ buffers on shutdown. | Artur Grabowski |
2000-07-17 | FORK_SHAREVM only works on non-UVM kernels. | Artur Grabowski |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino |
2000-07-10 | last change was not tested on VM systems | Theo de Raadt |
2000-07-07 | The rfork sharing of vmspace is .. special and was broken with UVM. | Artur Grabowski |
2000-07-07 | Make hzto return 0 for timeouts that should happen now or in the past. | Artur Grabowski |
2000-07-07 | Be more paranoid about return values from hzto. | Artur Grabowski |
2000-07-07 | Isn't code sharing great? | Artur Grabowski |
2000-07-07 | When select is awakened by a select collission, we need to recalculate | Artur Grabowski |
2000-07-06 | Change splsoftclock() to spllowersoftclock(). (art@ ok) | Hakan Olsson |
2000-07-06 | Typo in comment and some cleanup of roundrobin. | Artur Grabowski |
2000-07-06 | printf %s | Todd T. Fries |
2000-07-05 | Stop sleeps from returning early (by up to a clock tick). | Paul Janzen |
2000-06-27 | Slight optimization of wakeup. | Artur Grabowski |
2000-06-25 | disable automatic crashdump when swap encryption is on | Niels Provos |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-06-22 | regen-vtrace | Michael Shalayeff |
2000-06-22 | make vtrace always obsolte; art@ | Michael Shalayeff |
2000-06-20 | timeout_add: Remove the right timeout when we see that it is on the list. | Artur Grabowski |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-06-18 | Process ID 5 is now the crypto kernel thread. | Angelos D. Keromytis |
2000-06-17 | initial import of tcfs. | Niels Provos |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-07 | Allow passing an address to 'show malloc' and print out some information about | Artur Grabowski |
2000-06-07 | Change debug_malloc_print so that it can be called from ddb. | Artur Grabowski |