aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resort namespace blocks into a more sensible order. Delete a redundantGarrett Wollman2002-06-271-8/+7
* Minor libc internal-only interface change for mapv4v6.Warner Losh2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-8/+39
* Guard definitions for use with C++ code.David E. O'Brien2002-06-191-0/+4
* Move dillon's time conversion functions to a new header <timeconv.h>.Garrett Wollman2002-06-173-13/+67
* Clean up a bit of namespace pollution which crept in with the last rev.Garrett Wollman2002-06-171-1/+1
* Restore local bits lost in recent merge from NetBSD.Matthew N. Dodd2002-06-161-0/+6
* Partially fix namespace visibility issues by using new visibility macros.Garrett Wollman2002-06-152-63/+89
* o Remove include of <sys/types.h>, it adds too much pollution;Mike Barcroft2002-06-091-9/+28
* Const poison.Poul-Henning Kamp2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changeGarrett Wollman2002-05-291-2/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.Garrett Wollman2002-05-291-3/+23
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-8/+2
* Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with anMike Barcroft2002-05-281-6/+6
* Reorder prototypes to be in alphabetical order.Daniel Eischen2002-05-241-4/+4
* Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np.Daniel Eischen2002-05-241-0/+2
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-171-0/+1
* Rename `includes' to `buildincludes'.Ruslan Ermilov2002-05-151-2/+2
* Use explicitly sized fields for the tape format definition.Poul-Henning Kamp2002-05-141-1/+1
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-125-42/+29
* Add some more commonly-used directories and files.Dag-Erling Smørgrav2002-05-081-0/+6
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-285-22/+22
* Constify _malloc_options.Poul-Henning Kamp2002-04-241-1/+1
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-172-1/+41
* Include <sys/_types.h>. This should have been part of the previousMike Barcroft2002-04-151-1/+1
* Add support for X/Open.Mike Barcroft2002-04-151-2/+5
* (ab)use unused bits in the pw_fields member of struct passwd to recordDag-Erling Smørgrav2002-04-141-0/+5
* Be more strict about exposing BSD-specific functions when a standardMike Barcroft2002-04-101-10/+4
* o Move some function prototypes from <string.h> to the newly rewrittenMike Barcroft2002-04-042-35/+52
* Don't clobber headers that we didn't create.Ruslan Ermilov2002-04-031-6/+1
* Remove the disktab.h include file from the build.Poul-Henning Kamp2002-04-011-1/+1
* This file is entirely bogus.Poul-Henning Kamp2002-04-011-62/+0
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-013-18/+49
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-261-28/+11
* Join continuation lines that fit in 80 columns after removal of __P(()).Bruce Evans2002-03-261-4/+2
* Fixed some style bugs in the removal of __P(()). Some function parameterBruce Evans2002-03-263-7/+5
* Missed a __P in a .x file, remove it anywayWarner Losh2002-03-241-1/+1
* Breath deep and take __P out of the system include files.Warner Losh2002-03-2376-1547/+1346
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'Alfred Perlstein2002-03-221-3/+3
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-221-1/+1
* const poison just like NetBSD.Warner Losh2002-03-221-7/+7
* Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-222-2/+2
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-0/+2
* Tokens after #endif are not strict ISO.David E. O'Brien2002-03-131-1/+1
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-2/+14
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-11/+15
* Synch with OpenBSD (style).Brian Feldman2002-03-081-2/+2