| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TELOPT(opt) when opt > TELOPT_TN3270E. | antoine | 2008-09-13 | 1 | -2/+2 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 1 | -0/+2 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -0/+4 |
* | Annotate creal(), cimag(), and conj() with __pure2. | das | 2008-08-07 | 1 | -9/+10 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 5 | -3/+248 |
* | Remove <sgtty.h> now it has no practical usage. | ed | 2008-07-25 | 2 | -4/+1 |
* | Add arc4random_uniform() | ache | 2008-07-22 | 1 | -0/+2 |
* | Add arc4random_buf. | ache | 2008-07-21 | 1 | -1/+2 |
* | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | davidxu | 2008-07-08 | 1 | -1/+1 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -1/+0 |
* | Remove __restrict keywords from array arguments to make GCC's -std=c99 work. | ed | 2008-06-19 | 1 | -2/+5 |
* | Change my email address to the one from the FreeBSD project. | ed | 2008-06-17 | 1 | -1/+1 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 3 | -1/+117 |
* | Turn sgtty into a binary-only compatibility interface. | ed | 2008-06-14 | 1 | -39/+3 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 1 | -2/+21 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -15/+0 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 1 | -2/+0 |
* | Expand dump to allow MAX_INT dump levels. | mckusick | 2008-05-24 | 1 | -9/+0 |
* | Make this c++ compatible. | dfr | 2008-05-16 | 1 | -0/+4 |
* | Add definition for OM_uint64. | dfr | 2008-05-15 | 1 | -0/+1 |
* | 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 |