summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks.jeff2009-03-154-14/+34
* - Implement a new mechanism for resetting lock profiling. We nowjeff2009-03-153-25/+111
* Don't adjust ranges at all for subtractive bridges. The simple-mindedimp2009-03-151-0/+4
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* no need to for gnu89 any moresam2009-03-151-2/+0
* remove gcc-ism; tsinfo isn't used anywaysam2009-03-151-1/+1
* Opps.. I missed a file on the commit :-)rrs2009-03-141-1/+2
* Fix build breakage due to the interplay between r189801 and r189824.das2009-03-142-0/+3
* Oops. Correct comment in the LICENSE file.pjd2009-03-141-1/+1
* Regression tests for mac_portacl(4).pjd2009-03-144-0/+242
* - Correct logic in if statement - we want to allocate temporary bufferpjd2009-03-141-1/+3
* Namespace: Defining htonl() and friends here instead of arpa/inet.h isdas2009-03-141-2/+2
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-143-3/+19
* Hide dbopen() in the POSIX namespace, and use standard type namesdas2009-03-141-33/+35
* Hide numerous BSD extensions in the POSIX namespace.das2009-03-141-24/+30
* Bump __FreeBSD_version to 800071 for gcc patch to add support for C99das2009-03-141-1/+1
* Make gcc use C99 inline semantics in c99 and gnu99 mode. This was thedas2009-03-146-139/+212
* Namespace: aio_waitcomplete() is a BSD extension.das2009-03-141-1/+4
* Namespace: adjtime(), futimes(), futimesat(), lutimes(), and settimeofday()das2009-03-141-5/+13
* Namespace: abort2() is a BSD extension.das2009-03-141-1/+1
* Namespace: endpwent, getpwent, and setpwent are XSI extensions.das2009-03-141-1/+4
* Namespace: dprintf() and getline() are in P1003.1-2008.das2009-03-141-2/+2
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-142-5/+11
* Namespace: preadv() and pwritev() are extensions.das2009-03-141-0/+2
* Namespace: vsyslog() is a BSD extension.das2009-03-141-0/+2
* Namespace: semsys() and shmsys() aren't standard.das2009-03-142-0/+4
* Use namespace visibility macros instead of checking for _POSIX_SOURCE.das2009-03-141-2/+2
* Namespace: setgrent() is an XSI extension.das2009-03-141-1/+3
* Don't prototype _tolower() and _toupper(). They're not supposed to bedas2009-03-141-2/+0
* Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension.das2009-03-141-1/+3
* Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.das2009-03-141-0/+4
* Namespace: _setjmp() and _longjmp() are XSI extensions.das2009-03-141-1/+1
* Namespace: inet_ntoa_r() is a BSD extension.das2009-03-141-1/+1
* Namespace: scalb() is withdrawn from POSIX.das2009-03-141-1/+4
* Multibyte character support for cal(1).das2009-03-142-38/+52
* Eliminate __real__ and __imag__ gccisms.das2009-03-144-15/+42
* Switch over to gnu99 compilation on default for userland.rdivacky2009-03-146-15/+19
* remove stray ;sam2009-03-141-1/+1
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-1420-327/+410
* MFamd64 r189785alc2009-03-141-0/+2
* Two fixes:imp2009-03-142-18/+14
* Fixes several PR-SCTP releated bugs.rrs2009-03-148-143/+361
* - When a mutex is destroyed while locked we need to inform lock profilingjeff2009-03-141-0/+1
* - Call lock_profile_release when we're transitioning a lock to be owned byjeff2009-03-141-1/+3
* - Fix an error that occurs when mp_ncpu is an odd number. steal_threshjeff2009-03-141-4/+9
* Update the pmap's resident page count when a page table page is freed inalc2009-03-141-0/+2
* Correct accounting errors in _pmap_allocpte(). Specifically, the pmap'salc2009-03-141-5/+9
* r189349 removed mktemp() from the XSI namespace whendas2009-03-141-1/+1
* Don't suggest mounting procfs in diskless configurations.rwatson2009-03-131-1/+0
* - Fix object directory creation when running threaded buildworldgabor2009-03-131-1/+1
OpenPOWER on IntegriCloud