Age | Commit message (Expand) | Author |
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 |
2001-06-23 | Add pipe_init, call it from main, move the pool initialization into it. | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-16 | Use pool to allocate struct filedesc0 and struct file. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-03-16 | Use a lockmgr lock for keeping down the vslocked memory in sysctl | Artur Grabowski |
2001-02-05 | only attach pseudo-device if it's counter is above zero; deraadt@, maja@ ok | Michael Shalayeff |
2001-01-01 | 2001 | Aaron Campbell |
2000-11-08 | If MD code has defined curproc, don't do it here. | Artur Grabowski |
2000-06-18 | Process ID 5 is now the crypto kernel thread. | Angelos D. Keromytis |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski |
2000-03-23 | Adapt roundrobin and schedcpu to the new timeout API. | Artur Grabowski |
2000-03-22 | some more machine_stack_grows_up | Michael Shalayeff |
2000-03-20 | bring proto into scope | Theo de Raadt |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski |
2000-01-01 | 2000 | Theo de Raadt |
1999-11-05 | more stack direction fixes; art@ ok | Michael Shalayeff |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski |