Age | Commit message (Expand) | Author |
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 |
2000-06-07 | Default type and size to -1. | Artur Grabowski |
2000-06-06 | This code will not work without UVM. | Artur Grabowski |
2000-06-06 | malloc debugging code. Enabled by option MALLOC_DEBUG. | Artur Grabowski |
2000-06-06 | If the process is P_NOZOMBIE free it's resources in the reaper. | Artur Grabowski |
2000-06-05 | No need to use curproc here. We already know who we are. | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-19 | Add enable to history when enable command i used. Reported by itojun@ and Dav... | Mats O Jansson |
2000-05-08 | from art@: | Michael Shalayeff |
2000-05-06 | work around filleproc() vs exit1() race of p_rlimit | Theo de Raadt |
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski |
2000-05-05 | Add limfree prototype to sys/recosurcevar.h. | Artur Grabowski |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt |
2000-05-01 | sys_semconfig goes away | Theo de Raadt |
2000-04-29 | ktrace(2) should not follow symbolic links; from FreeBSD | Todd C. Miller |
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis |
2000-04-25 | non-O_NOFOLLOW error introduced by accident, this is fragile code.. | Theo de Raadt |
2000-04-21 | see if there is any meaning under curproc before using &proc0 in vfs_syncwait... | Michael Shalayeff |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-21 | do not declare and use a local variable which conflicts with a global | Theo de Raadt |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski |
2000-04-20 | sync | Theo de Raadt |
2000-04-20 | system call hookup for p{read,write}{,v} | Theo de Raadt |
2000-04-20 | p{read,write}{,v} from csapuntz, partial NetBSD origin I think | Theo de Raadt |
2000-04-19 | Unbreak genio (how could I commit that garbage?). | Artur Grabowski |
2000-04-19 | When logging genio, check if we need to yield in the same way as in uiomove. | Artur Grabowski |
2000-04-19 | Remove the roundrobin_attempts hack and replace it with per-process scheduling | Artur Grabowski |
2000-04-19 | Don't abuse malloc to allocate small fixed-size structs that we can keep on t... | Artur Grabowski |
2000-04-19 | Change struct file interface methods read and write to pass file offset in | Constantine Sapuntzakis |
2000-04-18 | If the user does a huge I/O split the genio logging into smaller chunks | Artur Grabowski |
2000-04-15 | Fix sys_sync to actually sync all file systems. | Constantine Sapuntzakis |
2000-04-09 | range error; < cd_ndevs, not <= | Theo de Raadt |
2000-04-09 | Move a locking function that was spread throughout disk device drivers into | Constantine Sapuntzakis |
2000-04-09 | Added config_detach_children, config_activate_children. | Constantine Sapuntzakis |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |
2000-04-06 | Random cleanup. | Artur Grabowski |
2000-04-01 | fdup could fail when want for fdalloc > than the free fd in the block. | Niels Provos |