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