summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A real gem from freebsd-current@des2008-01-101-0/+3
* Remove "lock pushdown" todo item in comment -- I did that for 7.0.rwatson2008-01-101-1/+0
* Correct typos in comments.rwatson2008-01-101-2/+2
* When one tries to allocate memory with the M_WAITOK flag and we are short inpjd2008-01-101-6/+13
* Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-102-47/+130
* should always free when refcount is 1kmacy2008-01-101-1/+3
* quiet compiler complaint about unused parameterssam2008-01-101-2/+2
* quiet compiler complaint about comparing &v against NULLsam2008-01-101-2/+2
* Make sure that grog is linked to me, and that I (in *-ports*) amedwin2008-01-102-0/+5
* Bump FreeBSD_version in order to reflect vn_lock() prototype changes.attilio2008-01-101-1/+1
* Update vn_lock() prototype accordingly with the 'thread' argument removal.attilio2008-01-101-2/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-10118-322/+319
* http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/conventi...edwin2008-01-101-0/+1
* - make 9k clusters the default unless a tunable is setkmacy2008-01-104-125/+224
* Refine textdump comments slightly.rwatson2008-01-101-10/+12
* Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* Improve -u (limit uid lookups) behavior.obrien2008-01-092-3/+9
* This commit was generated by cvs2svn to compensate for changes in r175189,obrien2008-01-091-0/+4351
|\
| * Bring in fix for Binutils PR other/16240: Check for a failure return fromobrien2008-01-091-0/+4351
* Simplify the ifdefs:bde2008-01-091-21/+14
* Fix some style bugs (mainly, use explicit shifts when accessing bit-fieldsbde2008-01-091-31/+31
* Improve some comments.bde2008-01-091-14/+13
* Revise the TECHNICAL DETAILS section.ru2008-01-091-68/+87
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* Fix typos.brueffer2008-01-091-3/+3
* don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet head...kmacy2008-01-091-2/+5
* Add lockmgr_disown() and relative explanation.attilio2008-01-091-1/+10
* Bump FreeBSD_version in order to reflect lockmgr_disown() functionattilio2008-01-091-1/+1
* Fix a last second typo about recent lockmgr_disown() introduction.attilio2008-01-091-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-087-41/+60
* Regen for shm_open(2) and shm_unlink(2).jhb2008-01-0810-12/+54
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-0819-346/+1216
* Honour the logical current working directory ($PWD) when using config'semaste2008-01-081-0/+18
* un-__P()obrien2008-01-0817-80/+80
* - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).rafan2008-01-081-2/+2
* - This driver will first appear in FreeBSD 6.3, not 7.0gabor2008-01-081-1/+1
* When MAC is enabled in the kernel, fix a panic triggered by a lockingcsjp2008-01-081-8/+8
* Add an additional make variable EXTRAMIBSYMS which allows to specifyharti2008-01-082-3/+18
* Convert a PMAP_DIAGNOSTIC to a KASSERT.alc2008-01-082-18/+4
* Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In itsdes2008-01-083-0/+920
* A new configuration variable, daily_status_mail_rejects_shorten, allowsdds2008-01-082-1/+9
* Close a race in the kern.ttys sysctl handler that resulted in panics injhb2008-01-081-3/+20
* Lock the vnode interlock while reading v_usecount to update si_usecountjhb2008-01-081-0/+3
* Fix logic in skipcount handling (used to sample every 1/N lock operationskris2008-01-081-1/+1
* Free MAC label on a POSIX semaphore when the semaphore is freed.rwatson2008-01-071-0/+3
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-078-0/+10
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-0714-91/+215
* Only use sockoptname() to parse socket option names for SOL_SOCKETjhb2008-01-071-4/+6
OpenPOWER on IntegriCloud