| Commit message (Expand) | Author | Age | Files | Lines |
* | _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 |
* | Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6 | Andrey A. Chernov | 2007-04-30 | 1 | -2/+2 |
* | Install only types.h from sys/rpc/. | Pawel Jakub Dawidek | 2007-04-13 | 1 | -1/+9 |
* | Move rpc/types.h under sys/, as this is used by ZFS kernel module. | Pawel Jakub Dawidek | 2007-04-10 | 3 | -108/+2 |
* | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. | Pawel Jakub Dawidek | 2007-04-07 | 1 | -6/+0 |
* | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | Pawel Jakub Dawidek | 2007-04-05 | 1 | -0/+6 |
* | Update the dump program to save extended attributes. Update | Kirk McKusick | 2007-02-26 | 1 | -1/+2 |
* | Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660. | Craig Rodrigues | 2007-02-11 | 1 | -1/+8 |
* | Properly parenthesize the __tg_is_complex() macro by moving a closing | Jens Schweikhardt | 2007-02-02 | 1 | -2/+2 |
* | Comment the token after #endif, like we do everywhere else. | Jens Schweikhardt | 2007-02-02 | 1 | -6/+6 |
* | Oops, remove an objformat.h reference. | Peter Wemm | 2007-01-25 | 1 | -1/+1 |
* | Remove more a.out strays, as threatened in 2002. | Peter Wemm | 2007-01-25 | 1 | -39/+0 |
* | Add function __mq_oshandle() to get file handle of a mqueue. | David Xu | 2007-01-06 | 1 | -0/+2 |
* | Merge BIND9 9.3.3 into main chunk. | Hajimu UMEMOTO | 2006-12-15 | 1 | -1/+1 |
* | Forgot to commit this file: add definition for _SC_PHYS_PAGES. | Pawel Jakub Dawidek | 2006-12-14 | 1 | -0/+3 |
* | Attempt to improve application portability by marking `struct ar_hdr' | Joseph Koshy | 2006-11-13 | 1 | -1/+5 |
* | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 1 | -2/+2 |
* | Hook up gjournal bits to the build. | Pawel Jakub Dawidek | 2006-10-31 | 1 | -2/+2 |