Age | Commit message (Expand) | Author |
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 |
2004-04-01 | init kqueues normally, from pedro martelletto | Ted Unangst |
2004-03-14 | nicer printf for copyright. from Pedro Martelletto | Ted Unangst |
2004-01-21 | call timeout_startup early, so timeouts are available. report from sam smith | Ted Unangst |
2004-01-14 | Get rid of M_LOCKF and use pool for allocating lockf structures. | Alexander Yurchenko |
2004-01-01 | 2004 | Theo de Raadt |
2003-11-03 | use arc4random_bytes | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | support for propolice in the kernel. | Ted Unangst |
2003-05-09 | Don't map the fake arg list for init with X permissions. | Artur Grabowski |
2003-03-06 | move cpu_configre() lower after the proc0 is more completely initialized. | Michael Shalayeff |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-01 | 2003 in copyright | Peter Valchev |
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff |
2002-11-22 | Instead of statically allocating filedescs for proc0, use fdinit. | Artur Grabowski |
2002-11-22 | repair proc0 rlimit setup for >2GB machines | Theo de Raadt |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | Add proc0 to the PIDHASH table. art@ ok | Thomas Nordin |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-01 | 2002 | Theo de Raadt |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | change socket allocation to pool allocator; from netbsd; okay niklas@ | Niels Provos |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-10-11 | Count pages not buffers. This fixes deadlock condition which mainly | Grigoriy Orlov |
2001-09-29 | Move signal initialization before dostartuphooks to avoid panic at | Grigoriy Orlov |
2001-09-17 | The first implementation of the buffer flushing daemon. It solves our | Grigoriy Orlov |
2001-09-12 | Rename timeout_init to timeout_startup to deconfuse a bit. | Artur Grabowski |
2001-09-07 | make starting of init slightly cleaner. Also sets initproc earlier. | Artur Grabowski |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas Hallqvist |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-06-27 | no more cpu_set_init_frame | Artur Grabowski |
2001-06-27 | vm_pageout.h bye bye. | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |