aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add time_t typedef for POSIX compatibility, move an include.Mike Barcroft2002-08-241-2/+8
* Use sys/nlist_aout.h for shared-with-kernel definitions.Peter Wemm2002-08-221-69/+1
* Use sys/link_elf.h or sys/link_aout.h based on compile environmentPeter Wemm2002-08-221-284/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-2123-196/+197
* Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.Tim J. Robbins2002-08-201-2/+5
* Sort unsorted prototypesAndrey A. Chernov2002-08-191-1/+1
* Activate (uncomment) wcwidth() and wcswidth() now implementedAndrey A. Chernov2002-08-191-3/+0
* Move internal defines from here to libc/locale/wcwidth.cAndrey A. Chernov2002-08-192-6/+0
* Properly define SWIDTH1, add autowidth (was SWIDTH1)Andrey A. Chernov2002-08-192-2/+4
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-181-9/+0
* Change a POSIX conditional to use the new __BSD_VISIBLE macro.Mike Barcroft2002-08-161-11/+11
* Add swidth definition for wchar stuffMichael C . Wu2002-08-162-0/+12
* add a check for GNUC < 3 to typedef bool because gcc 3 always seems toAlfred Perlstein2002-08-161-1/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel2002-08-151-6/+9
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-151-4/+4
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-152-7/+7
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-141-2/+2
* - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-141-1/+2
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-141-1/+2
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-141-1/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formRobert Drehmel2002-08-141-2/+3
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+22
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-082-1/+39
* Sort prototypes by function name.Tim J. Robbins2002-08-061-10/+8
* Whitespace formatting changes: line up macro bodies, function names,Tim J. Robbins2002-08-062-46/+48
* Fix some style bugs.Mike Barcroft2002-08-051-10/+11
* Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),Tim J. Robbins2002-08-051-6/+37
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-052-1/+73
* Change wctype_t to an unsigned type to avoid warnings.Tim J. Robbins2002-08-042-2/+2
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.Tim J. Robbins2002-08-041-0/+7
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.Tim J. Robbins2002-08-031-0/+3
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.Tim J. Robbins2002-08-032-3/+19
* Install MAC policy include files as part of the normal includesRobert Watson2002-08-021-2/+2
* Implement the POSIX.1-2001 (XSI) header, <cpio.h>.Mike Barcroft2002-08-012-1/+56
* Remove duplicated '__BEGIN_DECLS' which obviated compilingRobert Drehmel2002-07-211-1/+0
* Update glob(3) to add all the POSIX required options, specifically:Mike Heffner2002-07-171-4/+14
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-2/+2
* Support POSIX/SUS ``programming environment'' mistake in confstr().Garrett Wollman2002-07-151-0/+15
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedGarrett Wollman2002-07-151-0/+2
* getopt(3) was also added in 1003.2-1992.Garrett Wollman2002-07-151-4/+4
* Fix visibility:Garrett Wollman2002-07-151-11/+14
* Clean up some of the rather strange structure and ordering of thisGarrett Wollman2002-07-151-52/+67
* clnt_vc_create() has const scalar arguments that wind up being modified,Alfred Perlstein2002-07-141-1/+1
* Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp.Maxim Sobolev2002-07-141-1/+1
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-111-9/+67
* Don't define wchar_t if we are a C++ compiler.David E. O'Brien2002-07-095-0/+10
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-0/+1
* Convince lint via the standard lint-comment /* LONGLONG */ to notMark Murray2002-07-041-0/+5
* This header is for Solaris compatibility only (according to DavidMark Murray2002-07-041-0/+4
* The thread-safe time functions appear to have been introduced as ofGarrett Wollman2002-06-271-6/+7