Age | Commit message (Expand) | Author |
2007-05-29 | missing couple of #ifdef DIAGNOSTIC and style nits from art@ | Bob Beck |
2007-05-29 | Nuke the predefined vattr, it was only used for !DIAGNOSTIC, | Thordur I. Bjornsson |
2007-05-29 | adapt from netbsd: | Nikolay Sturm |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Step one of some vnode improvements - change getnewvnode to | Bob Beck |
2007-05-29 | update comment re nosuidcoredump sysctl | joshua stein |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-29 | put suid coredumps into /var/crash if kern.nosuidcoredump is set to 2. | Ted Unangst |
2007-05-28 | some remnants of the timestamping code i missed | Ted Unangst |
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck |
2007-05-28 | pool_setipl() on the bufpool, to make sure that | Thordur I. Bjornsson |
2007-05-28 | de-inline vref(); | Thordur I. Bjornsson |
2007-05-28 | set a hiwat mark for mbpool. we spend quite a bit of time bouncing pages | Ted Unangst |
2007-05-28 | remove time from pool header. it slows us down quite a bit, and it's | Ted Unangst |
2007-05-28 | add a pool_setipl function, which allows setting an appropriate ipl | Ted Unangst |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-27 | Kill the nasty MGET, MGETHDR and MCLGET makros and replace them with normal | Claudio Jeker |
2007-05-27 | remove silly comment, okay deraadt@ | Pedro Martelletto |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | Nuke a bunch of simpelocks and associated goo. | Thordur I. Bjornsson |
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 |