878 Commits (defd0fdf0b900cee0b824c0fe2c3d36e9687d0f3)

Author SHA1 Message Date
  millert 8c8787aac5 POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and 9 years ago
  tedu 7a4ef21e60 add a version field to prevent mayhem if different data gets stored 9 years ago
  tedu 775c7c5493 add icdb.h here (this header may go away entirely, but the functions 9 years ago
  tedu 1df731e22c Add icdb, the internal c database. A simpler replacement for the old 9 years ago
  tedu 5bbb9b871f Add _shadow variants to the two popular getpw functions (uid and nam). 9 years ago
  deraadt 10eed9ac37 libocurses can go to the Attic. last consumer of it was ramdisk more(1) 9 years ago
  guenther d9ad872cfb Split the intra-thread functionality from kill(2) into its own syscall 9 years ago
  guenther 3320df74a6 Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper 9 years ago
  deraadt d9c1a2c72c tame -> pledge. 9 years ago
  deraadt f068227ef5 delete xdr_ypresp_all_seq prototype 9 years ago
  kettenis 3fe46db4d2 Stop installing any header files in /usr/include/dev/pci/drm. 9 years ago
  guenther d1b3e73236 Trim symbols that aren't part of our new resolver 9 years ago
  guenther 4e3fef209a Revert: finger slip 9 years ago
  guenther b9abc68ab9 Prefer the standardized <poll.h> over <sys/poll.h> 9 years ago
  guenther 893475df36 Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. 9 years ago
  guenther a3c409ebbe authdes_create() was never implemented 9 years ago
  deraadt f5f54b9bbc Hide netgroup internals inside libc. The parts that netgroup_mkdb 9 years ago
  deraadt db23174ccd Move to next tame() API. The flags are now passed as a very simple string, 9 years ago
  guenther 026fa11f25 Stop exporting from libc the <mpool.h> and the mpool_* API 9 years ago
  guenther 2477fdcabe Use new framework for wrapping dbopen() 9 years ago
  daniel e6e4f1c3ed These days pcc defines __GNUC__ and we don't support gcc2. Also needed 9 years ago
  guenther 3e2a03de0a Add framework for resolving (pun intended) libc namespace issues, using 9 years ago
  guenther 8c4a586443 Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal 9 years ago
  guenther a42b4b36ac Hide many (194!) symbols that nothing should be using. 9 years ago
  yasuoka 20292b2bf2 Build and install libradius as default. 9 years ago
  millert b7048f2268 Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ 9 years ago
  martynas d17d076200 Define new C99 macros: 9 years ago
  millert 8fc6c5c63a The first argument to devname(3) should be dev_t, not int. 9 years ago
  millert d3594a49cd Remove function argument name from posix_spawnattr_getsigmask() 9 years ago
  millert cec1cce209 Remove obsolete timezone() function. 9 years ago
  guenther 85808f05af gcc 2.x is dead 9 years ago
  millert 9f67afdf9d Remove obsolete copy of tzfile.h. It is an internal tzcode header 9 years ago
  millert 6d30a31399 Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ 9 years ago
  millert daf0c358fa tzfile.h is an internal header that should never have been installed. 9 years ago
  tedu 6b550eb5a9 Use standard spelling for types, and rename local variable from "free". 9 years ago
  sthen 128c8abdc7 Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated 9 years ago
  tedu e90ccb31ce stop deleting the openssl include directory, causing unnecessary rebuilds. 9 years ago
  millert cec1070829 Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE 9 years ago
  tedu e8e1175e68 add restrict to strtol like functions. ok guenther 9 years ago
  guenther 91e3ebd0a0 Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete 9 years ago
  tedu fa6ff49ac5 increase TMP_MAX to the equivalent of INT_MAX. it's actually more, 9 years ago
  krw cb55ee9f86 Make some $OpenBSD$ lines prettier/standardier by eliminating 9 years ago
  deraadt f0d9b762e2 Stop including <sys/param.h> from <netdb.h>. Portable software must either 9 years ago
  tedu bb1d72edf4 remove des.h. it somehow escaped from ssleay into /usr/include, but none 9 years ago
  deraadt 5b4d0b0e24 Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN may 9 years ago
  deraadt d82c4b0635 Switch to including <sys/types.h> instead of <sys/param.h> 9 years ago
  tedu 826668e285 we don't have an alloca() symbol anywhere in libc, don't prototype it. 9 years ago
  millert 1644b19fff Add fgetwln(3) from FreeBSD and bump libc minor revision. 9 years ago
  guenther 8daac31476 $OpenBSD for our rev here 9 years ago
  tedu d51fd90392 claim posix 2008 compat. apparently people look at this and get scared 9 years ago