summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-06-18Process ID 5 is now the crypto kernel thread.Angelos D. Keromytis
2000-06-17initial import of tcfs.Niels Provos
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-12update icmp6 name lookup code to conform to 05 draft. previous codeJun-ichiro itojun Hagino
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-07Allow passing an address to 'show malloc' and print out some information aboutArtur Grabowski
2000-06-07Change debug_malloc_print so that it can be called from ddb.Artur Grabowski
2000-06-07Default type and size to -1.Artur Grabowski
2000-06-06This code will not work without UVM.Artur Grabowski
2000-06-06malloc debugging code. Enabled by option MALLOC_DEBUG.Artur Grabowski
2000-06-06If the process is P_NOZOMBIE free it's resources in the reaper.Artur Grabowski
2000-06-05No need to use curproc here. We already know who we are.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-19Add enable to history when enable command i used. Reported by itojun@ and Dav...Mats O Jansson
2000-05-08from art@:Michael Shalayeff
2000-05-06work around filleproc() vs exit1() race of p_rlimitTheo de Raadt
2000-05-05Don't set filesize limit to infinity on exit.Artur Grabowski
2000-05-05Add limfree prototype to sys/recosurcevar.h.Artur Grabowski
2000-05-01sys_semconfig goes foomTheo de Raadt
2000-05-01sys_semconfig goes awayTheo de Raadt
2000-04-29ktrace(2) should not follow symbolic links; from FreeBSDTodd C. Miller
2000-04-25Use CIRCLEQ_FOREACHConstantine Sapuntzakis
2000-04-25non-O_NOFOLLOW error introduced by accident, this is fragile code..Theo de Raadt
2000-04-21see if there is any meaning under curproc before using &proc0 in vfs_syncwait...Michael Shalayeff
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
2000-04-21do not declare and use a local variable which conflicts with a globalTheo de Raadt
2000-04-20Add a function "ktrsettracevnode", that changes the ktrace vnode for a processArtur Grabowski
2000-04-20syncTheo de Raadt
2000-04-20system call hookup for p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} from csapuntz, partial NetBSD origin I thinkTheo de Raadt
2000-04-19Unbreak genio (how could I commit that garbage?).Artur Grabowski
2000-04-19When logging genio, check if we need to yield in the same way as in uiomove.Artur Grabowski
2000-04-19Remove the roundrobin_attempts hack and replace it with per-process schedulingArtur Grabowski
2000-04-19Don't abuse malloc to allocate small fixed-size structs that we can keep on t...Artur Grabowski
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
2000-04-18If the user does a huge I/O split the genio logging into smaller chunksArtur Grabowski
2000-04-15Fix sys_sync to actually sync all file systems.Constantine Sapuntzakis
2000-04-09range error; < cd_ndevs, not <=Theo de Raadt
2000-04-09Move a locking function that was spread throughout disk device drivers intoConstantine Sapuntzakis
2000-04-09Added config_detach_children, config_activate_children.Constantine Sapuntzakis
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-06Random cleanup.Artur Grabowski
2000-04-01fdup could fail when want for fdalloc > than the free fd in the block.Niels Provos
2000-03-23Iiieeek! This kludge was almost funny.Artur Grabowski
2000-03-23Don't reinitialize the tsleep and ITIMER_REAL timers all the time.Artur Grabowski
2000-03-23No need for our own declaration of lbolt.Artur Grabowski
2000-03-23Use the new timeout facilities for ITIMER_REAL.Artur Grabowski
2000-03-23use the new timeout interface for tsleep.Artur Grabowski
2000-03-23convert to new timeouts.Artur Grabowski
2000-03-23Update a comment to reflect reality.Artur Grabowski