Age | Commit message (Expand) | Author |
2007-05-18 | Dont write to the string passed to parsedisk(), ok deraadt@ | Dale Rahn |
2007-05-18 | Widen the SCHED_LOCK in two cases to protect p_estcpu and p_priority. | Artur Grabowski |
2007-05-18 | in case of pre-configured nfs, we must assume that the bootdv is the rootdv | Theo de Raadt |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-15 | now that setroot() prints nice things like: | Theo de Raadt |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-13 | print lock name in some panic messages so we know what's up | Ted Unangst |
2007-05-11 | Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@ | Pedro Martelletto |
2007-05-10 | also print where (primary) swap and dumps are; ok miod | Theo de Raadt |
2007-05-09 | unused apis, very dangerous: getbinuptime() getbintime(), ok art | Theo de Raadt |
2007-05-09 | evcnt_attach() is no longer used; ok miod | Theo de Raadt |
2007-05-09 | kinfo_vgetfailed has not been used for > 8 years | Theo de Raadt |
2007-05-08 | struct mount *rootfs is never used | Theo de Raadt |
2007-05-08 | lockmgr_printinfo() is only called from #ifdef DIAGNOSTIC positions, so #ifde... | Theo de Raadt |
2007-05-08 | Needs an extern decl for generic soft interrupts platforms. | Miod Vallat |
2007-05-08 | First step in making the SCHED_LOCK not recursive. | Artur Grabowski |
2007-05-05 | Kill disk_find and disk_resetstat that noone uses. If you ever need | Artur Grabowski |
2007-05-05 | vn_access hasn't been used for ages and it's just a wrapper with | Artur Grabowski |
2007-05-04 | when we are in ramdisk mode, we must also disable any previous mountroot | Theo de Raadt |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | Kill a dead variable. | Artur Grabowski |
2007-05-04 | - Rename rw_test_and_set to rw_cas, since most litterature uses the | Artur Grabowski |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-04-26 | enable splassert (1) by default; requested and ok many | Theo de Raadt |
2007-04-23 | Clean up an obsolete allocator. | Artur Grabowski |
2007-04-19 | Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@ | Pedro Martelletto |
2007-04-19 | After we bumped the maximal number of vnodes by quite a bit we became | Artur Grabowski |
2007-04-18 | When vslocking memory for the sysctl make sure that we aren't trying | Artur Grabowski |
2007-04-17 | Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads). | Miod Vallat |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |
2007-04-13 | Remove comments talking about vnode interlock. No binary change. | Alexander Bluhm |
2007-04-12 | Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK | Thordur I. Bjornsson |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-12 | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, | Miod Vallat |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-11 | remove proc from process thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat |
2007-04-10 | undo | Ted Unangst |
2007-04-10 | remove duplicate check for uio_resid == 0 in | Thordur I. Bjornsson |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | remove process from thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-05 | jason crawford noticed that the rthreads diff didn't compile with rthreads! | Ted Unangst |
2007-04-04 | Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-04-04 | Implement clock_gettime(CLOCK_PROF) since it's so simple. | Artur Grabowski |
2007-04-04 | oursleves -> ourselves | Pedro Martelletto |