summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-07-19Many drivers use a timeout on ttrstrt, make this a generic interface.Artur Grabowski
2000-07-17art, at least commit something which compiles!Theo de Raadt
2000-07-17Don't wait for B_READ buffers on shutdown.Artur Grabowski
2000-07-17FORK_SHAREVM only works on non-UVM kernels.Artur Grabowski
2000-07-12remove m_pulldown statistics, which is highly experimentalJun-ichiro itojun Hagino
2000-07-10last change was not tested on VM systemsTheo de Raadt
2000-07-07The rfork sharing of vmspace is .. special and was broken with UVM.Artur Grabowski
2000-07-07Make hzto return 0 for timeouts that should happen now or in the past.Artur Grabowski
2000-07-07Be more paranoid about return values from hzto.Artur Grabowski
2000-07-07Isn't code sharing great?Artur Grabowski
2000-07-07When select is awakened by a select collission, we need to recalculateArtur Grabowski
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson
2000-07-06Typo in comment and some cleanup of roundrobin.Artur Grabowski
2000-07-06printf %sTodd T. Fries
2000-07-05Stop sleeps from returning early (by up to a clock tick).Paul Janzen
2000-06-27Slight optimization of wakeup.Artur Grabowski
2000-06-25disable automatic crashdump when swap encryption is onNiels Provos
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-22regen-vtraceMichael Shalayeff
2000-06-22make vtrace always obsolte; art@Michael Shalayeff
2000-06-20timeout_add: Remove the right timeout when we see that it is on the list.Artur Grabowski
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
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