summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,mav2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.gavin2010-01-061-1/+1
* Change the way in which zero stripesize is handled. Instead of reportingmav2010-01-063-13/+10
* len must be int, not size_trpaulo2010-01-061-1/+1
* When restoring files, use the mode for the mode.kientzle2010-01-061-2/+2
* Fix build: getopt() returns int so use an integer to get the value.delphij2010-01-061-2/+2
* - Move potentially offensive quotes I committed recently to fortunes-o.stas2010-01-052-14/+15
* Add net80211 media status reporting.rpaulo2010-01-051-8/+19
* Be able to specify a certain date and/or time for which to calculateedwin2010-01-052-15/+90
* 1) Mark usage as dead2.dwmalone2010-01-051-17/+10
* Shuffle parens to avoid type-punning warning.dwmalone2010-01-051-1/+1
* 1) Make usage() as dead2 - it helps the compiler know that some varsdwmalone2010-01-051-7/+8
* Move the PCI-specific logic of removing a cardbus device into ajhb2010-01-053-30/+42
* New style function definitions.dwmalone2010-01-051-8/+11
* Change a char that is used as an index into an array into an unisgned char.dwmalone2010-01-052-2/+2
* Update acpi_ibm syctl nodes on resume.iwasaki2010-01-051-0/+30
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptkib2010-01-052-4/+33
* Fix a double free().brueffer2010-01-051-1/+1
* Move scandir(3) and alphasort(3) into XSI namespace.kib2010-01-051-2/+4
* Remove more duplicatesdougb2010-01-051-219/+14
* For completeness, add -s argument, manually specifying array block size.mav2010-01-052-3/+13
* Add test code for POSIX semaphore implementation.davidxu2010-01-052-0/+110
* this file does not require ip_dummynet.hluigi2010-01-051-1/+0
* Move wakeup() out of mutex to reduce contention.mav2010-01-051-3/+3
* Move wakeup() out of mutex to reduce contention.mav2010-01-051-4/+4
* remove file thr_sem_new.c.davidxu2010-01-051-1/+0
* More cleanup, remove _libc prefix because libthr no longer has stubsdavidxu2010-01-052-39/+21
* Remove extra new semaphore stubs, because libc already has them, anddavidxu2010-01-052-110/+0
* forgot to remove SYM_FBP10. ;-)davidxu2010-01-051-1/+0
* Remove unused macros.davidxu2010-01-051-5/+0
* Don't check has_waiters twice, inline some small functions.davidxu2010-01-051-8/+5
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-0518-402/+924
* Slightly optimize XOR calculation.mav2010-01-051-24/+31
* An existing incomplete ARP entry would expire a subsequentqingli2010-01-051-10/+16
* The IFA_RTSELF address flag marks a loopback route has been installedqingli2010-01-041-1/+1
* Add a missing word.brueffer2010-01-041-1/+1
* Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happenedbrueffer2010-01-043-6/+6
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-049-63/+0
* Make TIOCSTI work again.ed2010-01-044-13/+26
* Various cleanup done in ipfw3-head branch including:luigi2010-01-0414-372/+260
* Add ability to search up the directory hierarchy for the system directory.obrien2010-01-0423-11/+246
* This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE.ed2010-01-041-1/+1
* Correct usage of parenthesis.tuexen2010-01-041-2/+2
* Expose the upper 256 ptys in the default devfs rules. I should have updatedjhb2010-01-041-0/+16
* Unbreak bootparamd when setting WITHOUT_NIS.ed2010-01-041-2/+2
* Test index value is within the range before using it to referencedelphij2010-01-041-1/+1
* Now that I'm free from mentorship, it's only fair to document whobcr2010-01-041-0/+2
* Bump __FreeBSD_version for scandir(3) and alphasort(3) prototype changes.kib2010-01-041-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-048-26/+30
* PG_NOSYNC is called VPO_NOSYNC for long time.kib2010-01-041-1/+1
OpenPOWER on IntegriCloud