Age | Commit message (Expand) | Author |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-13 | use nitems(); dunnoseriously@gmail | Theo de Raadt |
2009-01-01 | copyright_year++; | Miod Vallat |
2008-12-03 | add vscsi(4), a virtual scsi controller that passes all scsi requests up to | David Gwynne |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-14 | Back-in; problems were apparently elsewhere. | Philip Guenthe |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-05-06 | retire vfs_mountroot(); | Thordur I. Bjornsson |
2008-01-01 | Welcome to the jungle of 2008. | Miod Vallat |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-01-12 | Switch some lockmgr locks to rwlocks. | Artur Grabowski |
2007-01-02 | 2007 | Dale Rahn |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-14 | grammar, spelling, and style fixes from bret lambert; | Jason McIntyre |
2006-05-06 | initialize the propolice cookie more carefully so -fstack-protector-all | Theo de Raadt |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-01 | 2006 | Miod Vallat |
2005-12-22 | fix memory leak conditions in thrsleep and significantly simplify | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-12 | ansi. No binary change. | Jonathan Gray |
2005-07-18 | Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot) | Tom Cosgrove |
2005-01-01 | 2005 | Michael Shalayeff |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-28 | mountroothooks are called after the root filesystem is mounted. | Theo de Raadt |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-07-20 | protect printf with a mutex instead of SIMPLELOCK. | Artur Grabowski |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman |