summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix buildemax2008-07-291-0/+1
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* Add --no-preserve-owner, which seems to be required by some ports.kientzle2008-07-293-0/+5
* In the previous commit, no_NO should have been replaced with nb_NO in thedes2008-07-291-2/+2
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyrwatson2008-07-291-18/+11
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-296-19/+12
* style(9) - space after keywords, don't indent case.yongari2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationyongari2008-07-291-7/+4
* s/printf/device_printf/gyongari2008-07-292-23/+19
* Macbook [Pro] keyboards in AZERTY don't need shift to get to '~'.roberto2008-07-291-1/+1
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...kmacy2008-07-294-221/+362
* Modified release notes: Add one more name to credits on KSE item.bmah2008-07-291-1/+1
* Add missing jme(4), msk(4), nfe(4), re(4) and stge(4) in NOTES andyongari2008-07-291-0/+7
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.emax2008-07-291-28/+18
* Don't use memcpy() to copy several bytes.mav2008-07-281-40/+22
* Re-enable em(4) and igb(4) in NOTES.jhb2008-07-281-2/+2
* In some cases (such as LC_COLLATE), nb_NO and nn_NO are identical, and itdes2008-07-283-1/+1
* Remove a stale reference to sys/dev/ixgbe/tcp_lro.c.jhb2008-07-281-2/+0
* Add collation sequence for no_NO. The same sequence applies to nb_NOdes2008-07-283-3/+87
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),jhb2008-07-281-11/+26
* When choosing a CPU for a thread in a cpuset, prefer the last CPU that thejhb2008-07-281-1/+4
* Move inpcb lock higher to protect some nonbinding fields reading.mav2008-07-282-3/+6
* Don't attempt authentication at all if it has been disabled via '-a off'.jhb2008-07-282-7/+11
* Really fix this.jhb2008-07-281-2/+1
* Properly check if td_name is empty and if it is, print process name,pjd2008-07-281-2/+2
* Add files to remove when MK_GNU_CPIO = noantoine2008-07-281-0/+6
* Remove a file that is not used and does not exist.antoine2008-07-281-1/+1
* Remove an empty directory that is already in ObsoleteFiles.inc fromantoine2008-07-281-2/+0
* Implement support for cpusets in the 4BSD scheduler.jhb2008-07-281-0/+116
* Allow kernel config files to include files other than those in the CWD,obrien2008-07-282-0/+12
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-282-19/+45
* Various and sundry style and whitespace fixes.jhb2008-07-281-74/+74
* Fix text in the comment why we check for ELF32_R_TYPEedwin2008-07-281-8/+5
* Fix the email address formats in some posix_spawn(3) manpages.ed2008-07-282-2/+2
* Fix a small typo in the procstat(1) manpage: messsage queue.ed2008-07-281-1/+1
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* Correct an off-by-one error in the previous change to pmap_change_attr().alc2008-07-281-2/+4
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-2/+5
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-1/+1
* Add a check for 1GB page mappings to pmap_change_attr() so that it failsalc2008-07-281-1/+7
* Fix buffer discard index.yongari2008-07-281-1/+4
* Add manual pages for posix_spawn() functions.davidxu2008-07-2811-1/+1483
* - track maximum wait timekmacy2008-07-271-4/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-271-2/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-272-20/+14
* Style fixes to several function definitions.alc2008-07-272-16/+8
* Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB pagealc2008-07-271-9/+22
* Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel()pjd2008-07-271-3/+3
* - Move vp test for beeing NULL under IGNORE_LOCK().pjd2008-07-271-10/+7
OpenPOWER on IntegriCloud