| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add prototypes for the non-standard _unlocked functions. | Tim J. Robbins | 2003-01-13 | 1 | -0/+6 |
| * | No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be | Tim J. Robbins | 2003-01-08 | 1 | -9/+0 |
| * | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | Max Khon | 2003-01-07 | 1 | -1/+1 |
| * | Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are | Tim J. Robbins | 2003-01-04 | 1 | -2/+11 |
| * | Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLS | Tim J. Robbins | 2003-01-04 | 1 | -0/+4 |
| * | Describe WRDE_NOCMD in the same way that we describe the rest of the flags. | Tim J. Robbins | 2003-01-03 | 1 | -1/+1 |
| * | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | Juli Mallett | 2003-01-02 | 1 | -4/+4 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 4 | -4/+4 |
| * | Back out the s/int */size_t */ commit. | David E. O'Brien | 2002-12-30 | 1 | -1/+1 |
| * | Install /sys/dev/firewire/*.h under /usr/include/dev/firewire | Hidetoshi Shimokawa | 2002-12-30 | 1 | -2/+2 |
| * | o Add typedef for off_t, pid_t, and useconds_t. | Mike Barcroft | 2002-12-29 | 1 | -6/+17 |
| * | Unbreak for the !__XSI_VISIBLE case when another header that defines | Tim J. Robbins | 2002-12-26 | 1 | -5/+5 |
| * | Add "restrict" qualifiers to the prototype for wordexp(). | Tim J. Robbins | 2002-12-26 | 1 | -1/+1 |
| * | Add the POSIX <wordexp.h> header file. | Tim J. Robbins | 2002-12-26 | 2 | -1/+77 |
| * | MB_LEN_MAX is not MD, move it to the MI limits.h. | Tim J. Robbins | 2002-12-22 | 1 | -0/+2 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+1 |
| * | Don't install old LOMAC include files; do install new mac_lomac | Robert Watson | 2002-12-03 | 1 | -1/+1 |
| * | Align the comment with functionality changes from previous revision. | Ruslan Ermilov | 2002-11-25 | 1 | -4/+3 |
| * | Re-enable installing of Bluetooth include files | Julian Elischer | 2002-11-21 | 1 | -2/+2 |
| * | Temporarily remove the install of bluetooth include files.. | Julian Elischer | 2002-11-21 | 1 | -1/+2 |
| * | Populate with bluetooth includes | Julian Elischer | 2002-11-21 | 1 | -0/+1 |
| * | libc header files are normally in src/include. Therefore, uuid.h has | Marcel Moolenaar | 2002-11-18 | 1 | -14/+10 |
| * | Fix XSI (X/Open) namespace support. | Mike Barcroft | 2002-11-12 | 1 | -11/+18 |
| * | Wrap function prototype declarations in __BEGIN_DECLS to do the right thing | Juli Mallett | 2002-11-05 | 1 | -0/+2 |
| * | Implement DCE 1.1 compliant UUID functions. Immediate use of these | Marcel Moolenaar | 2002-10-30 | 1 | -0/+57 |
| * | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 1 | -0/+1 |
| * | Update limits and configuration parameters for 1003.1/TC1/D6. | Garrett Wollman | 2002-10-27 | 2 | -6/+39 |
| * | Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functions | Tim J. Robbins | 2002-10-27 | 1 | -9/+16 |
| * | Prototype for pthread_attr_get_np(). | Alexey Zelkin | 2002-10-26 | 1 | -0/+1 |
| * | Install mac_partition include files. | Robert Watson | 2002-10-24 | 1 | -1/+1 |
| * | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | Mark Murray | 2002-10-23 | 1 | -1/+1 |
| * | fix pthread_suspend/resume_all_np() declarations | Max Khon | 2002-10-22 | 1 | -2/+2 |
| * | Install the include files in sys/dev/ofw. | Thomas Moestl | 2002-10-18 | 1 | -1/+1 |
| * | install "fast ipsec" include files | Sam Leffler | 2002-10-18 | 1 | -1/+1 |
| * | - Remove the lsearch() and lfind() functions and their manpage from | Robert Drehmel | 2002-10-16 | 1 | -0/+4 |
| * | - Remove the old insque() and remque() functions and their manual | Robert Drehmel | 2002-10-16 | 1 | -3/+7 |
| * | Fixed style bug near $FreeBSD$. VCS ids in copyrights should not be | Bruce Evans | 2002-10-16 | 1 | -1/+0 |
| * | Correct visibility conditionals for memccpy(), strdup(), and | Mike Barcroft | 2002-10-14 | 1 | -18/+29 |
| * | o Move forward declaration for struct timespec to a more appropriate | Mike Barcroft | 2002-10-14 | 1 | -2/+14 |
| * | Use a weak reference instead of a macro to make vfscanf an alias | Tim J. Robbins | 2002-10-14 | 1 | -11/+2 |
| * | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | Mike Barcroft | 2002-10-13 | 1 | -2/+1 |
| * | Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix a | Mike Barcroft | 2002-10-13 | 1 | -5/+8 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 2 | -18/+13 |
| * | Zap the early-adopter transition aid before we get into serious | Peter Wemm | 2002-10-11 | 1 | -8/+0 |
| * | Add support for the 6 new C99 struct lconv members dealing with formatting | Tim J. Robbins | 2002-10-09 | 1 | -0/+6 |
| * | Remove duplicate uninstalled aio.h header. | Mike Barcroft | 2002-10-07 | 1 | -2/+1 |
| * | o Move location of the fpos_t typedef to be closer to other typedefs. | Mike Barcroft | 2002-10-06 | 1 | -14/+33 |
| * | o Use relatively new visibility primitives from <sys/cdefs.h>. | Mike Barcroft | 2002-10-06 | 1 | -16/+25 |
| * | Make stpcpy() only visiable w/in __BSD_VISIBLE. | David E. O'Brien | 2002-10-05 | 1 | -1/+1 |
| * | Fix namespace issues by using visibility conditionals from | Mike Barcroft | 2002-10-05 | 1 | -13/+13 |