957 Commits (5e398339ba21d19e0b35df860d9bf5fe44daeeb6)

Author SHA1 Message Date
  guenther 152532fde6 Stop publicly declaring _yp_dobind() and struct dom_binding, closing out 8 years ago
  guenther 4b745529b1 Stop supporting longjmperror(); it's not used, not portable, and the checks 8 years ago
  guenther 9593ae6355 Remove iruserok(_sa)? and __ivaliduser(sa)? 8 years ago
  guenther c5e3cabc98 Remove sigreturn declaration and the now-unused libc syscall stub 8 years ago
  tedu d325302ea0 remove dbm.h 8 years ago
  guenther fd248b5fbe Use a Thread Information Block in both single and multi-threaded programs. 8 years ago
  guenther 1e05f2de39 Prepare for future ld.so/libc bump: update <tib.h> with the definitions 8 years ago
  jca 24d299a1da Remove #ifdef __vax__ bits 8 years ago
  deraadt 0674b8f8e6 remove cpp version of __sputc, since the inline version is all we have 8 years ago
  millert 193bb3ec1f Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but 8 years ago
  deraadt 4a20554783 We are done providing support for the vax. 8 years ago
  millert f91e94f20f Convert sigemptyset and sigfillset to inline functions to avoid 8 years ago
  jca 6bc957b376 Remove decls #if'0ed since rev. 1.1 8 years ago
  jasper 5c167be8b2 After nearly 20 years of warning that malloc.h is obsolete, it's about time we 8 years ago
  ratchov 2377bf8149 Expose internal functions necessary to open audio devices and midi 8 years ago
  millert 8c8787aac5 POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and 8 years ago
  tedu 7a4ef21e60 add a version field to prevent mayhem if different data gets stored 8 years ago
  tedu 775c7c5493 add icdb.h here (this header may go away entirely, but the functions 8 years ago
  tedu 1df731e22c Add icdb, the internal c database. A simpler replacement for the old 8 years ago
  tedu 5bbb9b871f Add _shadow variants to the two popular getpw functions (uid and nam). 8 years ago
  deraadt 10eed9ac37 libocurses can go to the Attic. last consumer of it was ramdisk more(1) 8 years ago
  guenther d9ad872cfb Split the intra-thread functionality from kill(2) into its own syscall 8 years ago
  guenther 3320df74a6 Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper 8 years ago
  deraadt d9c1a2c72c tame -> pledge. 8 years ago
  deraadt f068227ef5 delete xdr_ypresp_all_seq prototype 8 years ago
  kettenis 3fe46db4d2 Stop installing any header files in /usr/include/dev/pci/drm. 8 years ago
  guenther d1b3e73236 Trim symbols that aren't part of our new resolver 8 years ago
  guenther 4e3fef209a Revert: finger slip 8 years ago
  guenther b9abc68ab9 Prefer the standardized <poll.h> over <sys/poll.h> 8 years ago
  guenther 893475df36 Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. 8 years ago
  guenther a3c409ebbe authdes_create() was never implemented 8 years ago
  deraadt f5f54b9bbc Hide netgroup internals inside libc. The parts that netgroup_mkdb 8 years ago
  deraadt db23174ccd Move to next tame() API. The flags are now passed as a very simple string, 8 years ago
  guenther 026fa11f25 Stop exporting from libc the <mpool.h> and the mpool_* API 8 years ago
  guenther 2477fdcabe Use new framework for wrapping dbopen() 8 years ago
  daniel e6e4f1c3ed These days pcc defines __GNUC__ and we don't support gcc2. Also needed 8 years ago
  guenther 3e2a03de0a Add framework for resolving (pun intended) libc namespace issues, using 8 years ago
  guenther 8c4a586443 Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal 8 years ago
  guenther a42b4b36ac Hide many (194!) symbols that nothing should be using. 8 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