Age | Commit message (Expand) | Author |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-07-20 | Remove the MFREE() macro and replace it with a call to m_free(). | Claudio Jeker |
2007-07-09 | Do not allow clustering read for filesystems which block size is smaller | Miod Vallat |
2007-07-03 | fix a memory leak that was introduced in r1.20 on 2007-06-24T05Z; ok dlg | Constantine A. Murenin |
2007-06-25 | use daddr64_t for size in bounds_check_with_label(); prompted by miod@; | Otto Moerbeek |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-21 | english, okay jmc@ | Pedro Martelletto |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-17 | de-register | Jasper Lievisse Adriaanse |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | Forgotten hackton diff: bounds check for seek on special devices | Otto Moerbeek |
2007-06-11 | kill unneeded include; | Thordur I. Bjornsson |
2007-06-10 | when we change fields in the label to version 1, fix the checksum (but only | Theo de Raadt |
2007-06-10 | Add netbt files to common files for "make tags" | Uwe Stuehler |
2007-06-09 | blocks/sectors != blocks/blocks. Fix calculation of b_cylinder in | Kenneth R Westerback |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | silently whack wrong-sized C partitions | Theo de Raadt |
2007-06-09 | Protect access to 'bufhead' with splbio(), okay art@ millert@ marco@ | Pedro Martelletto |
2007-06-09 | handle C non-0 start after doing v1 converstion.. sigh | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | be even more forceful with RAW_PART (and note this is the wrong, and temporar... | Theo de Raadt |
2007-06-09 | push RAW_PART to 0 if it is non-zero, and bitch | Theo de Raadt |
2007-06-06 | fix format strings for block #'s now that they are 64 bit; ok tedu (who | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | oops | Theo de Raadt |
2007-06-06 | even more problems with disk size consistancy checks | Theo de Raadt |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-04 | disable a part of the label validation because some Sun systems | Theo de Raadt |
2007-06-04 | perhaps it made art's head hurt because it is wrong. triggers NULL | Theo de Raadt |
2007-06-03 | backout rev 1.91 and 1.92, it causes proceses to hang on low mem | Otto Moerbeek |
2007-06-02 | Initialize pkthdr.rcvif. | Artur Grabowski |
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 |