Age | Commit message (Expand) | Author |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-06-02 | daddr_t -> daddr64_t for specfs. convert some variables | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | Uninline bio_doread(), okay art@ | Pedro Martelletto |
2007-06-01 | FIBMAP is used by nothing; checked by miod and pvalchev | Theo de Raadt |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-06-01 | Add two constraints to V1 disklabels: | Kenneth R Westerback |
2007-06-01 | dont request zeroed memory when we allocate data regions for buffers. this | David Gwynne |
2007-06-01 | decouple the allocated number of vnodes from the "desiredvnodes" variable | Bob Beck |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt |
2007-06-01 | rework the sensor task handling to run in the kernels generic workq. | David Gwynne |
2007-05-31 | remove p_lock from struct proc; unused debug goo for lockmgr, | Thordur I. Bjornsson |
2007-05-31 | switch the flags argument to the front, requested by art | Ted Unangst |
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne |
2007-05-31 | remove some silly casts, no real change | Ted Unangst |
2007-05-31 | NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-based | Pedro Martelletto |
2007-05-30 | Adjust filename buffer for the new /var/crash prefix to prevent | Moritz Jodeit |
2007-05-30 | the (root) stuff is ugly, so print "at root", so it looks more like | Theo de Raadt |
2007-05-30 | back out vfs change - todd fries has seen afs issues, and I'm suspicious | Bob Beck |
2007-05-30 | openbsd has timeouts, not callouts so rename the variables. i applied an older | Ted Unangst |
2007-05-30 | add a new kevent filter type for timers. this allows processes to create | Ted Unangst |
2007-05-29 | I suck. Forgot splx() in the early return path. | Artur Grabowski |
2007-05-29 | Change getnewbuf from taking lots of sleep arguments and then doing magic | Artur Grabowski |
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 |