| Commit message (Expand) | Author | Age | Files | Lines |
* | Define the size_t type since readpassphrase(3) requires it in its | scf | 2008-05-08 | 1 | -0/+6 |
* | Tag FILE's _bf as being part of the public ABI as well due to the in-tree | jhb | 2008-05-07 | 1 | -1/+1 |
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | dfr | 2008-05-07 | 1 | -13/+94 |
* | Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib. | jhb | 2008-05-07 | 1 | -1/+3 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 1 | -6/+0 |
* | Note that FILE's __cookie is also part of the public ABI. | jhb | 2008-05-05 | 1 | -1/+1 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 1 | -4/+172 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+3 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+3 |
* | Axe now-empty __BSD_VISIBLE block that held renameat(). | jhb | 2008-05-02 | 1 | -2/+0 |
* | - Move declaration of renameat() to the existing section of BSD_VISIBLE | jhb | 2008-05-02 | 1 | -6/+6 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 1 | -172/+4 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -4/+7 |
* | Specifically mark the members of 'FILE' that are accessed via inline | jhb | 2008-04-17 | 1 | -6/+10 |
* | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | delphij | 2008-04-16 | 1 | -0/+1 |
* | Add the restrict qualifiers to the pointer arguments of the readlinkat. | kib | 2008-04-10 | 1 | -1/+1 |
* | Add memrchr(3). | delphij | 2008-04-10 | 1 | -0/+1 |
* | Correct the prototype for the faccessat(). | kib | 2008-04-01 | 1 | -1/+1 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 2 | -0/+14 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -0/+2 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -1/+2 |
* | Allow an application to define FOPEN_MAX (like we allow for OPEN_MAX | jb | 2008-03-26 | 1 | -0/+2 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | davidxu | 2008-03-22 | 2 | -0/+2 |
* | Add cpu affinity APIs to get and set thread's cpu affinity mask, the | davidxu | 2008-03-03 | 1 | -0/+7 |
* | Added the "restrict" type-qualifier to the readlink() prototype. | ru | 2008-02-26 | 1 | -1/+1 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -1/+1 |
* | Per discussion on -threads, rename _islocked_np() to _isowned_np(). | des | 2008-02-06 | 1 | -1/+1 |
* | Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is | des | 2008-02-03 | 1 | -0/+1 |
* | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | yar | 2008-01-26 | 1 | -18/+11 |
* | _POSIX_THREAD_CPUTIME is now supported. | davidxu | 2008-01-18 | 1 | -1/+1 |
* | Add a feature_present(3) function which checks to see if a named kernel | jhb | 2008-01-10 | 1 | -0/+1 |
* | Implement and document csqrt(3) and csqrtf(3). | das | 2007-12-15 | 1 | -1/+3 |
* | 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spin | davidxu | 2007-12-14 | 1 | -0/+4 |
* | Implement carg(3) and cargf(3). | das | 2007-12-12 | 1 | -0/+2 |
* | Implementing 'fallback' nsswitch source. 'fallback' source is used | bushman | 2007-12-12 | 1 | -1/+3 |
* | Only protect the prototypes with #ifndef _ASSERT_H_, the standards | phk | 2007-12-01 | 1 | -3/+2 |
* | Add missing #ifndef _ASSERT_H_ protection against multiple inclusions | phk | 2007-12-01 | 1 | -0/+4 |
* | Remove some OpenSolaris compatibility stuff now that we're doing it a | jb | 2007-11-28 | 1 | -4/+0 |
* | Use a forward definition of an opaque structure rather than a void | jb | 2007-11-20 | 1 | -1/+2 |
* | Back out not human readable optimization in prev. commit which shown | ache | 2007-11-01 | 1 | -1/+1 |
* | Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. This | kris | 2007-10-29 | 1 | -0/+2 |
* | Remove 3rd clause and renumber after getting permission from the | imp | 2007-10-29 | 1 | -4/+1 |
* | Micro-optimization of prev. commit, change | ache | 2007-10-27 | 1 | -1/+1 |
* | Small improvement for __isctype(): don't use __mb_sb_limit but | ache | 2007-10-27 | 1 | -1/+1 |
* | Back out iswascii change from prev. commit, iswascii was right, | ache | 2007-10-14 | 1 | -1/+1 |
* | The problem is: currently our single byte ctype(3) functions are broken | ache | 2007-10-13 | 3 | -23/+56 |
* | Install the forgotten /usr/include/geom/multipath/ header. | ru | 2007-10-01 | 1 | -2/+4 |
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | pjd | 2007-09-23 | 1 | -1/+1 |
* | Remove old prototypes for addr2ascii() and ascii2addr(), functions which no | bms | 2007-08-24 | 1 | -2/+0 |
* | declare struct tftphdr and embedded union as beeing packed, which is | ticso | 2007-08-01 | 1 | -2/+2 |