| Commit message (Expand) | Author | Age | Files | Lines |
| * | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -4/+7 |
| * | Specifically mark the members of 'FILE' that are accessed via inline | John Baldwin | 2008-04-17 | 1 | -6/+10 |
| * | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | Xin LI | 2008-04-16 | 1 | -0/+1 |
| * | Add the restrict qualifiers to the pointer arguments of the readlinkat. | Konstantin Belousov | 2008-04-10 | 1 | -1/+1 |
| * | Add memrchr(3). | Xin LI | 2008-04-10 | 1 | -0/+1 |
| * | Correct the prototype for the faccessat(). | Konstantin Belousov | 2008-04-01 | 1 | -1/+1 |
| * | Add the libc glue and headers definitions for the *at() syscalls. | Konstantin Belousov | 2008-03-31 | 2 | -0/+14 |
| * | Implement csqrtl(). | David Schultz | 2008-03-30 | 1 | -0/+2 |
| * | Hook hypotl() and cabsl() up to the build. | David Schultz | 2008-03-30 | 1 | -1/+2 |
| * | Allow an application to define FOPEN_MAX (like we allow for OPEN_MAX | John Birrell | 2008-03-26 | 1 | -0/+2 |
| * | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | David Xu | 2008-03-22 | 2 | -0/+2 |
| * | Add cpu affinity APIs to get and set thread's cpu affinity mask, the | David Xu | 2008-03-03 | 1 | -0/+7 |
| * | Added the "restrict" type-qualifier to the readlink() prototype. | Ruslan Ermilov | 2008-02-26 | 1 | -1/+1 |
| * | Change readlink(2)'s return type and type of the last argument | Ruslan Ermilov | 2008-02-12 | 1 | -1/+1 |
| * | Per discussion on -threads, rename _islocked_np() to _isowned_np(). | Dag-Erling Smørgrav | 2008-02-06 | 1 | -1/+1 |
| * | Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is | Dag-Erling Smørgrav | 2008-02-03 | 1 | -0/+1 |
| * | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | Yaroslav Tykhiy | 2008-01-26 | 1 | -18/+11 |
| * | _POSIX_THREAD_CPUTIME is now supported. | David Xu | 2008-01-18 | 1 | -1/+1 |
| * | Add a feature_present(3) function which checks to see if a named kernel | John Baldwin | 2008-01-10 | 1 | -0/+1 |
| * | Implement and document csqrt(3) and csqrtf(3). | David Schultz | 2007-12-15 | 1 | -1/+3 |
| * | 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spin | David Xu | 2007-12-14 | 1 | -0/+4 |
| * | Implement carg(3) and cargf(3). | David Schultz | 2007-12-12 | 1 | -0/+2 |
| * | Implementing 'fallback' nsswitch source. 'fallback' source is used | Michael Bushkov | 2007-12-12 | 1 | -1/+3 |
| * | Only protect the prototypes with #ifndef _ASSERT_H_, the standards | Poul-Henning Kamp | 2007-12-01 | 1 | -3/+2 |
| * | Add missing #ifndef _ASSERT_H_ protection against multiple inclusions | Poul-Henning Kamp | 2007-12-01 | 1 | -0/+4 |
| * | Remove some OpenSolaris compatibility stuff now that we're doing it a | John Birrell | 2007-11-28 | 1 | -4/+0 |
| * | Use a forward definition of an opaque structure rather than a void | John Birrell | 2007-11-20 | 1 | -1/+2 |
| * | Back out not human readable optimization in prev. commit which shown | Andrey A. Chernov | 2007-11-01 | 1 | -1/+1 |
| * | Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. This | Kris Kennaway | 2007-10-29 | 1 | -0/+2 |
| * | Remove 3rd clause and renumber after getting permission from the | Warner Losh | 2007-10-29 | 1 | -4/+1 |
| * | Micro-optimization of prev. commit, change | Andrey A. Chernov | 2007-10-27 | 1 | -1/+1 |
| * | Small improvement for __isctype(): don't use __mb_sb_limit but | Andrey A. Chernov | 2007-10-27 | 1 | -1/+1 |
| * | Back out iswascii change from prev. commit, iswascii was right, | Andrey A. Chernov | 2007-10-14 | 1 | -1/+1 |
| * | The problem is: currently our single byte ctype(3) functions are broken | Andrey A. Chernov | 2007-10-13 | 3 | -23/+56 |
| * | Install the forgotten /usr/include/geom/multipath/ header. | Ruslan Ermilov | 2007-10-01 | 1 | -2/+4 |
| * | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | Pawel Jakub Dawidek | 2007-09-23 | 1 | -1/+1 |
| * | Remove old prototypes for addr2ascii() and ascii2addr(), functions which no | Bruce M Simpson | 2007-08-24 | 1 | -2/+0 |
| * | declare struct tftphdr and embedded union as beeing packed, which is | Bernd Walter | 2007-08-01 | 1 | -2/+2 |
| * | Disconnect netatm from the build as it is not MPSAFE and relies on | Robert Watson | 2007-07-14 | 1 | -2/+3 |
| * | I4B header files were repo-copied from sys/i386/include to | Bjoern A. Zeeb | 2007-07-06 | 1 | -0/+15 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -2/+2 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -1/+1 |
| * | - Remove UMAP filesystem. It was disconnected from build three years ago, | Rong-En Fan | 2007-06-25 | 1 | -2/+1 |
| * | Require users to provide a length information for inet_ntoa_r, | Xin LI | 2007-06-14 | 1 | -1/+1 |
| * | Add inet_ntoa_r, a reentrant version of inet_ntoa. This is | Xin LI | 2007-06-11 | 1 | -0/+2 |
| * | Use tabs after #define. | Stefan Farfeleder | 2007-06-11 | 1 | -5/+5 |
| * | Add _PATH_FWMEM for libkvm. | Hidetoshi Shimokawa | 2007-06-11 | 1 | -0/+1 |
| * | Merge NetBSD changes, among them: | Stefan Farfeleder | 2007-06-10 | 1 | -2/+5 |
| * | Merge BIND 9.4.1 into main chunk. | Hajimu UMEMOTO | 2007-06-03 | 5 | -298/+302 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -2/+2 |