aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some style bugs (mainly, use explicit shifts when accessing bit-fieldsBruce Evans2008-01-091-31/+31
* Improve some comments.Bruce Evans2008-01-091-14/+13
* Revise the TECHNICAL DETAILS section.Ruslan Ermilov2008-01-091-68/+87
* make nqsets a uint32_t so that sysctl will workKip Macy2008-01-091-1/+3
* Fix typos.Christian Brueffer2008-01-091-3/+3
* don't decrement ref count below 1 for EXT_PACKETKip Macy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typesKip Macy2008-01-091-0/+1
* Fix KASSERT in m_free_fast - the LIST_EMPTY check only applies to packet head...Kip Macy2008-01-091-2/+5
* Add lockmgr_disown() and relative explanation.Attilio Rao2008-01-091-1/+10
* Bump FreeBSD_version in order to reflect lockmgr_disown() functionAttilio Rao2008-01-091-1/+1
* Fix a last second typo about recent lockmgr_disown() introduction.Attilio Rao2008-01-091-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.Attilio Rao2008-01-087-41/+60
* Regen for shm_open(2) and shm_unlink(2).John Baldwin2008-01-0810-12/+54
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-0819-346/+1216
* Honour the logical current working directory ($PWD) when using config'sEd Maste2008-01-081-0/+18
* un-__P()David E. O'Brien2008-01-0817-80/+80
* - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).Rong-En Fan2008-01-081-2/+2
* - This driver will first appear in FreeBSD 6.3, not 7.0Gabor Kovesdan2008-01-081-1/+1
* When MAC is enabled in the kernel, fix a panic triggered by a lockingChristian S.J. Peron2008-01-081-8/+8
* Add an additional make variable EXTRAMIBSYMS which allows to specifyHartmut Brandt2008-01-082-3/+18
* Convert a PMAP_DIAGNOSTIC to a KASSERT.Alan Cox2008-01-082-18/+4
* Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In itsDag-Erling Smørgrav2008-01-083-0/+920
* A new configuration variable, daily_status_mail_rejects_shorten, allowsDiomidis Spinellis2008-01-082-1/+9
* Close a race in the kern.ttys sysctl handler that resulted in panics inJohn Baldwin2008-01-081-3/+20
* Lock the vnode interlock while reading v_usecount to update si_usecountJohn Baldwin2008-01-081-0/+3
* Fix logic in skipcount handling (used to sample every 1/N lock operationsKris Kennaway2008-01-081-1/+1
* Free MAC label on a POSIX semaphore when the semaphore is freed.Robert Watson2008-01-071-0/+3
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.John Baldwin2008-01-078-0/+10
* Make ftruncate a 'struct file' operation rather than a vnode operation.John Baldwin2008-01-0714-91/+215
* Only use sockoptname() to parse socket option names for SOL_SOCKETJohn Baldwin2008-01-071-4/+6
* g_vfs_close() wants the sx topology lock held while executing, so justAttilio Rao2008-01-071-0/+8
* Fix typos and date format.Christian Brueffer2008-01-071-2/+2
* Forced commit to note that the previous commit log should have been:Gabor Kovesdan2008-01-070-0/+0
* - ipmi(4) appeared in FreeBSD 6.2, not in 5.3Gabor Kovesdan2008-01-071-1/+1
* Fix incorrect dependencies of zyd(4).Weongyo Jeong2008-01-071-3/+3
* Typo; s/relied/repliedJens Schweikhardt2008-01-071-1/+1
* Add support for ICH8M.Dag-Erling Smørgrav2008-01-072-0/+2
* Add the SparkLAN RT2573, found in HP s3200nKevin Lo2008-01-072-0/+5
* Add a forward compatability hook so that current cvs can recognize futurePeter Wemm2008-01-071-0/+10
* sem_post() requires to return -1 on error.David Xu2008-01-071-2/+2
* Fix mvec code to handle the case of the packet zoneKip Macy2008-01-072-4/+16
* Add a missing \n.Olivier Houchard2008-01-071-1/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingAlan Cox2008-01-064-16/+0
* When the ms/req fields exceed 1 second, drop the fractions to fit more digits.Poul-Henning Kamp2008-01-061-3/+12
* mdoc and language fixes for the previous commit, also bump .Dd.Christian Brueffer2008-01-051-4/+5
* Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.Christian Brueffer2008-01-051-3/+11
* Clean up after previous commit (typo fixes, removed contractions,Christian Brueffer2008-01-051-6/+18
* "redacted" replaced for clarity.Greg Lehey2008-01-051-1/+1
* After applying LCONVPATH() to the path, do use the converted pathKonstantin Belousov2008-01-051-9/+13
* In sequential_heuristic():Bruce Evans2008-01-051-13/+20