| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement DCE 1.1 compliant UUID functions. Immediate use of these | marcel | 2002-10-30 | 1 | -0/+57 |
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 1 | -0/+1 |
* | Update limits and configuration parameters for 1003.1/TC1/D6. | wollman | 2002-10-27 | 2 | -6/+39 |
* | Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functions | tjr | 2002-10-27 | 1 | -9/+16 |
* | Prototype for pthread_attr_get_np(). | phantom | 2002-10-26 | 1 | -0/+1 |
* | Install mac_partition include files. | rwatson | 2002-10-24 | 1 | -1/+1 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 1 | -1/+1 |
* | fix pthread_suspend/resume_all_np() declarations | fjoe | 2002-10-22 | 1 | -2/+2 |
* | Install the include files in sys/dev/ofw. | tmm | 2002-10-18 | 1 | -1/+1 |
* | install "fast ipsec" include files | sam | 2002-10-18 | 1 | -1/+1 |
* | - Remove the lsearch() and lfind() functions and their manpage from | robert | 2002-10-16 | 1 | -0/+4 |
* | - Remove the old insque() and remque() functions and their manual | robert | 2002-10-16 | 1 | -3/+7 |
* | Fixed style bug near $FreeBSD$. VCS ids in copyrights should not be | bde | 2002-10-16 | 1 | -1/+0 |
* | Correct visibility conditionals for memccpy(), strdup(), and | mike | 2002-10-14 | 1 | -18/+29 |
* | o Move forward declaration for struct timespec to a more appropriate | mike | 2002-10-14 | 1 | -2/+14 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 1 | -11/+2 |
* | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | mike | 2002-10-13 | 1 | -2/+1 |
* | Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix a | mike | 2002-10-13 | 1 | -5/+8 |
* | Add restrict type-qualifier. | mike | 2002-10-12 | 2 | -18/+13 |
* | Zap the early-adopter transition aid before we get into serious | peter | 2002-10-11 | 1 | -8/+0 |
* | Add support for the 6 new C99 struct lconv members dealing with formatting | tjr | 2002-10-09 | 1 | -0/+6 |
* | Remove duplicate uninstalled aio.h header. | mike | 2002-10-07 | 1 | -2/+1 |
* | o Move location of the fpos_t typedef to be closer to other typedefs. | mike | 2002-10-06 | 1 | -14/+33 |
* | o Use relatively new visibility primitives from <sys/cdefs.h>. | mike | 2002-10-06 | 1 | -16/+25 |
* | Make stpcpy() only visiable w/in __BSD_VISIBLE. | obrien | 2002-10-05 | 1 | -1/+1 |
* | Fix namespace issues by using visibility conditionals from | mike | 2002-10-05 | 1 | -13/+13 |
* | install sys/opencrypto include files in /usr/include/crypto | sam | 2002-10-04 | 1 | -1/+6 |
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | tjr | 2002-10-04 | 1 | -0/+2 |
* | Add stpcpy(3). | obrien | 2002-10-03 | 1 | -0/+1 |
* | Cope with a GCC bug by using an alternative, but equivalent function | mike | 2002-10-03 | 1 | -1/+6 |
* | Fix various style(9) bugs: | mike | 2002-10-03 | 1 | -12/+16 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 1 | -6/+7 |
* | o Add typedef for size_t. | mike | 2002-10-02 | 1 | -4/+11 |
* | Add prototypes for rstat(3) and havedisk(3). | alfred | 2002-10-01 | 1 | -0/+7 |
* | test -h is deprecated; use -L instead. | ru | 2002-10-01 | 1 | -1/+1 |
* | Merged all interesting difference between the old math.h and the current | bde | 2002-10-01 | 1 | -124/+0 |
* | Don't install mqueue.h, since it only makes things harder for porting | mike | 2002-09-30 | 1 | -2/+3 |
* | Add getopt_long(3). | eric | 2002-09-29 | 2 | -1/+75 |
* | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | tjr | 2002-09-28 | 1 | -5/+0 |
* | Back down to 1003.2-1992 for the time being -- it is causing too many | wollman | 2002-09-25 | 1 | -1/+1 |
* | Add forgotten <sys/_types.h> include. Fix some style bugs while I'm | mike | 2002-09-24 | 1 | -39/+40 |
* | o Move select() helper macros from <sys/types.h> to <sys/select.h>. | mike | 2002-09-23 | 1 | -0/+5 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+8 |
* | Add the remaining C99 wide character string to integer conversion functions. | tjr | 2002-09-22 | 2 | -10/+8 |
* | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | bde | 2002-09-21 | 1 | -20/+21 |
* | Whitespace fixes (mainly for a space instead of a tab after #define). | bde | 2002-09-21 | 1 | -18/+20 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+9 |
* | Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case. | tjr | 2002-09-21 | 1 | -2/+5 |
* | Define constants for those POSIX options and option groups which are | wollman | 2002-09-21 | 1 | -18/+237 |
* | Use new visibility macros. Reorder some disordered declarations. Add | wollman | 2002-09-21 | 1 | -52/+104 |