| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -2/+3 |
* | I4B header files were repo-copied from sys/i386/include to | bz | 2007-07-06 | 1 | -0/+15 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -2/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | - Remove UMAP filesystem. It was disconnected from build three years ago, | rafan | 2007-06-25 | 1 | -2/+1 |
* | Require users to provide a length information for inet_ntoa_r, | delphij | 2007-06-14 | 1 | -1/+1 |
* | Add inet_ntoa_r, a reentrant version of inet_ntoa. This is | delphij | 2007-06-11 | 1 | -0/+2 |
* | Use tabs after #define. | stefanf | 2007-06-11 | 1 | -5/+5 |
* | Add _PATH_FWMEM for libkvm. | simokawa | 2007-06-11 | 1 | -0/+1 |
* | Merge NetBSD changes, among them: | stefanf | 2007-06-10 | 1 | -2/+5 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 5 | -298/+302 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -2/+2 |
* | Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6 | ache | 2007-04-30 | 1 | -2/+2 |
* | Install only types.h from sys/rpc/. | pjd | 2007-04-13 | 1 | -1/+9 |
* | Move rpc/types.h under sys/, as this is used by ZFS kernel module. | pjd | 2007-04-10 | 3 | -108/+2 |
* | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. | pjd | 2007-04-07 | 1 | -6/+0 |
* | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | pjd | 2007-04-05 | 1 | -0/+6 |
* | Update the dump program to save extended attributes. Update | mckusick | 2007-02-26 | 1 | -1/+2 |
* | Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660. | rodrigc | 2007-02-11 | 1 | -1/+8 |
* | Properly parenthesize the __tg_is_complex() macro by moving a closing | schweikh | 2007-02-02 | 1 | -2/+2 |
* | Comment the token after #endif, like we do everywhere else. | schweikh | 2007-02-02 | 1 | -6/+6 |
* | Oops, remove an objformat.h reference. | peter | 2007-01-25 | 1 | -1/+1 |
* | Remove more a.out strays, as threatened in 2002. | peter | 2007-01-25 | 1 | -39/+0 |
* | Add function __mq_oshandle() to get file handle of a mqueue. | davidxu | 2007-01-06 | 1 | -0/+2 |
* | Merge BIND9 9.3.3 into main chunk. | ume | 2006-12-15 | 1 | -1/+1 |
* | Forgot to commit this file: add definition for _SC_PHYS_PAGES. | pjd | 2006-12-14 | 1 | -0/+3 |
* | Attempt to improve application portability by marking `struct ar_hdr' | jkoshy | 2006-11-13 | 1 | -1/+5 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -2/+2 |
* | Hook up gjournal bits to the build. | pjd | 2006-10-31 | 1 | -2/+2 |
* | A GEOM cache can speed up read performance by sending fixed size | ru | 2006-10-06 | 1 | -2/+2 |
* | Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined. | jb | 2006-10-04 | 1 | -0/+4 |
* | Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd. | emax | 2006-09-07 | 1 | -1/+1 |
* | Add device to access and modify Open Firmware NVRAM settings in | sobomax | 2006-08-01 | 1 | -1/+5 |
* | Add __{BEGIN,END}_DECLS macros, so that function prototypes remain | jasone | 2006-06-30 | 1 | -0/+4 |
* | Add size_t declaration | ache | 2006-05-22 | 1 | -0/+6 |