summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-052-1/+73
* Change wctype_t to an unsigned type to avoid warnings.tjr2002-08-042-2/+2
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-041-0/+7
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-031-0/+3
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-032-3/+19
* Install MAC policy include files as part of the normal includesrwatson2002-08-021-2/+2
* Implement the POSIX.1-2001 (XSI) header, <cpio.h>.mike2002-08-012-1/+56
* Remove duplicated '__BEGIN_DECLS' which obviated compilingrobert2002-07-211-1/+0
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-171-4/+14
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-2/+2
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-0/+15
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedwollman2002-07-151-0/+2
* getopt(3) was also added in 1003.2-1992.wollman2002-07-151-4/+4
* Fix visibility:wollman2002-07-151-11/+14
* Clean up some of the rather strange structure and ordering of thiswollman2002-07-151-52/+67
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-141-1/+1
* Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp.sobomax2002-07-141-1/+1
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-111-9/+67
* Don't define wchar_t if we are a C++ compiler.obrien2002-07-095-0/+10
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-0/+1
* Convince lint via the standard lint-comment /* LONGLONG */ to notmarkm2002-07-041-0/+5
* This header is for Solaris compatibility only (according to Davidmarkm2002-07-041-0/+4
* The thread-safe time functions appear to have been introduced as ofwollman2002-06-271-6/+7
* Resort namespace blocks into a more sensible order. Delete a redundantwollman2002-06-271-8/+7
* Minor libc internal-only interface change for mapv4v6.imp2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-8/+39
* Guard definitions for use with C++ code.obrien2002-06-191-0/+4
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-173-13/+67
* Clean up a bit of namespace pollution which crept in with the last rev.wollman2002-06-171-1/+1
* Restore local bits lost in recent merge from NetBSD.mdodd2002-06-161-0/+6
* Partially fix namespace visibility issues by using new visibility macros.wollman2002-06-152-63/+89
* o Remove include of <sys/types.h>, it adds too much pollution;mike2002-06-091-9/+28
* Const poison.phk2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-291-2/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-291-3/+23
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-8/+2
* Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with anmike2002-05-281-6/+6
* Reorder prototypes to be in alphabetical order.deischen2002-05-241-4/+4
* Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np.deischen2002-05-241-0/+2
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.jmallett2002-05-171-0/+1
* Rename `includes' to `buildincludes'.ru2002-05-151-2/+2
* Use explicitly sized fields for the tape format definition.phk2002-05-141-1/+1
* Added new bsd.incs.mk which handles installing of header filesru2002-05-125-42/+29
* Add some more commonly-used directories and files.des2002-05-081-0/+6
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-285-22/+22
* Constify _malloc_options.phk2002-04-241-1/+1
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-172-1/+41
* Include <sys/_types.h>. This should have been part of the previousmike2002-04-151-1/+1
* Add support for X/Open.mike2002-04-151-2/+5
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-0/+5
OpenPOWER on IntegriCloud