summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2005-11-15Save process context in ktrwrite(), as it may be needed for lockingPedro Martelletto
2005-11-15Match comments with realityPedro Martelletto
2005-11-13shorten this a bit through better use of TAILQ macros.David Gwynne
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-12ansi. No binary change.Jonathan Gray
2005-11-11Allow binaries to run if all sections are marked writableDale Rahn
2005-11-10the tasklist can be modified while the kthread is sleeping, so refetchDavid Gwynne
2005-11-10first go at a generic kthread for sensors to be run out of. its a bitDavid Gwynne
2005-11-10split the sensors stuff out into a source file of its own.David Gwynne
2005-11-08Missed one use of 'register'Pedro Martelletto
2005-11-08Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-07Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-07nitPedro Martelletto
2005-11-06Make comments match reality, space the code a bit while at itPedro Martelletto
2005-11-06Use ANSI-style function declarations, no binary change, okay jsg@Pedro Martelletto
2005-11-04Add an extra flags argument to uvm_io(), to specify whether we want to fixMiod Vallat
2005-11-02Avoid a theoretical race condition.Aaron Campbell
2005-10-27make sure ppsratecheck() returns 0 if maxpps is 0;Markus Friedl
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-19Remove v_vnlock from struct vnode, okay krw@ tedu@Pedro Martelletto
2005-10-13In realitexpire(), do not re-add the itimer timeout if the process is inAaron Campbell
2005-10-10Avoid arithmetic overflows in computation of adjtime(). Fixes adjusting in theOtto Moerbeek
2005-10-08Revert revision 1.39. Under heavy load, it could cause severe corruptionPedro Martelletto
2005-10-04Make the syncer grab a reference for the vnode to avoid it from beingPedro Martelletto
2005-10-03In hardclock(), do not setup process virtual and profile timers if the processAaron Campbell
2005-09-27typo in comment: sprintf -> snprintf, ok markus@Alexander von Gernler
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-16backout until we find a socket state for initTheo de Raadt
2005-09-14ptrace(2) following fork(2)Mark Kettenis
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-10do not trust user input for sysctl. constrain arguments passed to ktraceTheo de Raadt
2005-09-10upon shutdown(), if socket is unconnected return ENOTCONN; ok millertTheo de Raadt
2005-08-14catched->caughtMiod Vallat
2005-08-11Use SHUT_* values directly in soshutdown() instead of convertingTodd C. Miller
2005-08-02Reduce stack usage.Mark Kettenis
2005-08-01 - We shouldn't allocate MAXPATHLEN from the stack.Artur Grabowski
2005-08-01sys_select() used to use 6 local fd_set's in case the width was <= theTheo de Raadt
2005-07-31do not allocate huge kinfo_proc2 and eproc structures on the stack.Theo de Raadt
2005-07-18Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot)Tom Cosgrove
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-14Fix comments concerning VOP_LINK().Pedro Martelletto
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-08Remove unused extent_insert_and_optimize() parameter 'flags'. SpottedKenneth R Westerback
2005-07-07clear vm_dused at exec time, since we are potentially re-using the vmspace;Theo de Raadt
2005-07-06Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen isKenneth R Westerback
2005-07-04oops, kernel free needs two args. thanks pedroTed Unangst
2005-07-03malloc(M_WAITOK) implies sleeping, so we have to double check thatTed Unangst
2005-07-03syncDale Rahn