Age | Commit message (Expand) | Author |
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 |
2007-04-04 | Don't remove the process from the threads queue in proc_zap() as that | Pedro Martelletto |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-03-31 | Add missing bintime2timespec(). | Mark Kettenis |
2007-03-30 | change a misplaced splnet() in kqueue_poll() to splhigh(). fixes a | Reyk Floeter |
2007-03-30 | replace lockmgr locks with rwlocks. these are no longer recursive, but they | David Gwynne |
2007-03-27 | Remove an #ifdef LFS chunk from dk_mountroot(); | Thordur I. Bjornsson |
2007-03-25 | Garbage collect CPU_CLOCKUPDATE since it was only used by i386. | Artur Grabowski |
2007-03-25 | remove a few void * casts that are useless | Ted Unangst |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |