459 Commits (d3af4c4238c7986be6ae9f63b673ab067710fa51)

Author SHA1 Message Date
  millert 3bdc00b537 Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use 21 years ago
  espie 19cd71fa7a put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros 21 years ago
  millert d3c7d64dca Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) 21 years ago
  deraadt 10e5a3cb3f PD 21 years ago
  avsm 6b3c9ddd0b corrent __bounded__ attribute for the *Data functions, and add 21 years ago
  drahn 7f27882690 Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL, 21 years ago
  tedu b041d6c17b rename struct dinode to ufs1_dinode. clears the namespace and makes 21 years ago
  deraadt 167b1bdc53 des_cipher 3rd param is int32_t not long 21 years ago
  avsm 3f2bee58c7 add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
  millert f5061b1804 Need ftw.h for ftw(3) and nftw(3) 21 years ago
  deraadt 9997e4866f do not enter libcom_err 21 years ago
  deraadt c90e0a2436 proto _assert2() 21 years ago
  mho 416353430e Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ... 21 years ago
  jason 384d178b51 Better value for vax MAXFLOAT 21 years ago
  jason 530cbd715c redefine MAXFLOAT in vax terms 21 years ago
  avsm b75b1238ee backout the __bounded__ attributes for a while; requested by deraadt@ 21 years ago
  avsm 3ab653a0d9 Mark various standard library functions with the __bounded__ attribute. 21 years ago
  deraadt 9ebc81f93f proto getgrgid_r and getgrnam_r 21 years ago
  millert 4f09d8e4af Sync with share/misc/license.template and add missing DARPA credit 21 years ago
  millert 76978de29b I hereby place this file in the public domain. 21 years ago
  millert 7d5166497f Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient). 21 years ago
  millert 6014de925d Use an ISC-tyle license for all my code; it is simpler and more permissive. 21 years ago
  millert cc6797b16c Remove the advertising clause in the UCB license which Berkeley 21 years ago
  markus 98d2c98958 swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles 21 years ago
  deraadt f4b36578a7 remove terms 3 and 4 of some of my licences 21 years ago
  mho d946d76de6 Remove krb4 support. 21 years ago
  miod 0235ddf796 Do not let userland access the swapon system call anymore (nothing uses it 21 years ago
  millert 0c18cf7d6b Install sha2.h 21 years ago
  millert 7d1570f34c Add sha2 routines based on code by Aaron D. Gifford with minor 21 years ago
  marc 2fd3e15de8 Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@ 21 years ago
  margarida 51fddb1663 realated -> related 21 years ago
  margarida 65c2e4ecde unkown -> unknown 21 years ago
  david 3b3ad3ba2a fix spelling in comment 21 years ago
  marc 14f9c99279 install includes from libpthread, not libc_r 22 years ago
  millert e504a8f014 Back out __EOF stuff and just use -1 in ctype.h. This is OK since 22 years ago
  millert a9949c0ab0 Don't define EOF In ctype.h, some 3rd party code checks whether or 22 years ago
  millert bd747228df o Ansi function headers 22 years ago
  millert bb2be83ea8 Casting to unsigned int in isfoo() causes problems on alpha and 22 years ago
  millert 67eb2617d7 fix typo; noticed by David Krause 22 years ago
  millert b663735ec7 Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator 22 years ago
  millert 4ed53a5fc2 Less stupid check for 7-bit ascii in toupper/tolower 22 years ago
  millert 95d7cf1ebf Cast to unsigned int, not unsigned char, since what is being cast is an 22 years ago
  millert 5f83b56e7a Convert ctype.h macros into inline functions. This fixes the issues we 22 years ago
  millert bae6371d6e Make x_handy in XDR u_int, not int since there are places in the 22 years ago
  miod 2a81a3c366 Intall getopt.h in /usr/include as well. 22 years ago
  millert 52c5998342 GNU-like getopt_long() from NetBSD with changes by me to support 22 years ago
  millert 5a1579637f Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. 22 years ago
  millert e1428f6838 Add prototype for atoll(3). I must have forgotten to commit this bit 22 years ago
  marc 066faed74e add prototype for strerror_r 22 years ago
  millert 270b51d658 Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD 22 years ago