753 Commits (b354ffce25b164d723da95fbd84210169b83fd7e)

Author SHA1 Message Date
  deraadt ad75fc4729 fix a proto 21 years ago
  deraadt e84beffb5d warn about unsafe APIs at link time. Conditional on libc/Makefile defining 21 years ago
  deraadt 9fdc426d5e move junk (bad code, terrible APIs) to the only program that uses it; 21 years ago
  millert 1686685b3e Remove bogus static; from Hiroki Sato 21 years ago
  millert 6afef83497 Compile llabs.c 21 years ago
  millert 378610259f llabs(3) for C99 21 years ago
  tdeval 5d2808f6c8 - just warn in case of mmap/brk failure 21 years ago
  david 38bcda4ede add missing includes 21 years ago
  jmc bad23052ea fix function description in SYNOPSIS; 21 years ago
  otto eb145cfead Fix two cases where malloc() returns NULL but does not set errno to ENOMEM. 21 years ago
  deraadt 0c743cc175 ansi and protos 21 years ago
  deraadt 18e2ca0116 protos 21 years ago
  deraadt b34f7b9403 missing const; millert ok 21 years ago
  avsm 0c6b29846c clarify these functions by changing references from strings to buffers 21 years ago
  millert 4f09d8e4af Sync with share/misc/license.template and add missing DARPA credit 21 years ago
  deraadt 70b6eb2ef0 ansification, pval ok 21 years ago
  deraadt fc6dd72c26 ansification; pval ok 21 years ago
  deraadt 98afedd6e6 ansification; checked by pval 21 years ago
  deraadt 32f62cb8b8 another term 3 & 4 from tholo after permission 21 years ago
  millert 6014de925d Use an ISC-tyle license for all my code; it is simpler and more permissive. 21 years ago
  millert 679cd5d050 Remove the advertising clause in the UCB license which Berkeley 21 years ago
  jmc 134f7e2634 - section reorder 21 years ago
  millert 20542d1d50 Remove some lies 21 years ago
  millert 9b93b7bc74 Use the getopt() in getopt_long.c which supports some GNU extensions. 21 years ago
  jmc fdc9cd7b4e - section reorder 21 years ago
  jmc edfb378ba7 - section reorder 21 years ago
  jmc 3445741ae0 - section reorder in crypt(3) 21 years ago
  millert 0d36779ed4 typo 21 years ago
  millert 46ecf54354 Say POSIX-2001 instead of Single Unix v3. They are the same but we generally 21 years ago
  jmc ecfaa349ba - typos 21 years ago
  ian 3b9490ce8c New: fmt_scaled() and scan_scaled() convert to and from "human readable" 21 years ago
  tdeval 2fc00a431b Unbreak 64-bit archs... 21 years ago
  tdeval 0106adef12 Pointer cleaning. ok ian@, tedu@, krw@ 21 years ago
  krw 31a3573e90 Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not 21 years ago
  pjanzen 16c2e5fccb Ideas from NetBSD: document nmemb and include sradixsort in the NAME section. 21 years ago
  jmc a7d1a88bc4 typos; 21 years ago
  jmc 959aa9b10a typos; 21 years ago
  millert 96691bd73a Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL 21 years ago
  millert 697db374e9 assembler versions of insque and remque for m68k, also from 4.4BSD 21 years ago
  millert 4448841b95 insque and remque are VAX instructions, no need for C functions; From 4.4BSD 21 years ago
  millert f4d64656f8 Include string.h for memset() proto; noticed by lebel@ 21 years ago
  millert 7466664b6f Oops, forgot to add remque.c here 21 years ago
  millert 7d1570f34c Add sha2 routines based on code by Aaron D. Gifford with minor 21 years ago
  millert 4f2de66d7b Clear the digest local var w/ memset() in the End function. 21 years ago
  millert d1a476799c move insque(3) and remque(3) from libcompat -> libc; they are now POSIX 21 years ago
  millert b4da3af000 move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX 21 years ago
  jmc 980cdd8e8c updated URL from Leandro Costa; 21 years ago
  millert 6bb800e788 Mention that stroul() et al *do* accept negative numbers, they 21 years ago
  millert dc2a63b6dd Change copyright to a less restrictive ISC-style license to encourage 21 years ago
  jsyn e0dd35b3b8 make the second example valid; ok millert@ 21 years ago