753 Commits (b354ffce25b164d723da95fbd84210169b83fd7e)

Author SHA1 Message Date
  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
  markus 167556df86 makeing local table static saves some bytes; idea from mickey@ 21 years ago
  deraadt e1a82d043a Xr to strlcpy and strlcat more; ok millert 21 years ago
  hin e8060b1c19 strcat -> strlcat 21 years ago
  millert c60d05f512 Use snprintf instead of a strcpy(), strncat() and strcat() sequence 21 years ago
  jmc 225b6ba206 fifo -> FIFO 21 years ago
  millert 54bd43263c use strlcpy(); assumes buf is at least ndigit bytes long which is as 21 years ago
  deraadt 876bf51192 knf 21 years ago
  millert f3a8ddc140 Throw an error if the username field is empty; noticed by mpech@ 21 years ago
  deraadt d3c9af5aa3 more asprintf; millert ok 21 years ago
  deraadt 8ccc7922d7 asprintf; millert ok 21 years ago
  millert 52eab7a141 ANSI function headers 21 years ago
  deraadt e155dacb0f a few more strlcy; ok from beck & ho 21 years ago
  jmc 8d7d8263de .Xr typos; 21 years ago
  jmc 81a92b2d75 .Xr's; 21 years ago
  kjell 804f08787d Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) 21 years ago
  millert 156f1b279a Use int32_t, not long since this deals with 32bit quantities. 21 years ago
  deraadt a3ae0324b4 of of 21 years ago
  deraadt 04ad54fbad fix a variety of missing or wrong MLINKS 21 years ago
  deraadt 2101454931 re-stir if pid changes; markus & me 21 years ago
  jmc a23019ca33 typos; 21 years ago
  millert 949ecbd97d Add sanity check to prevent int oflow for very large allocations. 21 years ago
  millert 36f3924c0e Move the rounds into separate functions on sparc64 so gcc's optimizer 22 years ago
  millert bd747228df o Ansi function headers 22 years ago
  mickey b20c936570 use proper __findenv() prototype; millert@ ok 22 years ago
  millert b0758fbef2 Document BSD behavior of accepting '-' within optstring as long as 22 years ago
  millert 8cbc8395f9 When doing permutation, only treat "-" as an option if it was specified 22 years ago
  millert dccaef8649 Fix pasto, spotted by lebel@ 22 years ago
  millert cb897658ca In BUGS section, append a warning to not use '-' as the first character 22 years ago
  millert 34fcaee308 SUS (and apparently 1003.1-2001) say to check optstring for NULL 22 years ago
  millert b29867fc14 If we are passed "-" in argv and the user didn't specify '-' in optstring, 22 years ago
  millert 72e2001bda BSD getopt() supports '-' in the optstring so we should too. 22 years ago
  millert d58f8a4c5b Fix pasto in last commit. 22 years ago
  millert 03be658a41 For getopt_long_only() we *do* want to match single-character options 22 years ago
  millert 22eaf3990b In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. 22 years ago
  millert def8d6bd9d Fix two compatibility issues with our getopt_long_only() vs. the GNU version: 22 years ago
  millert da126e4ad2 Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;" 22 years ago
  millert 2208de30a3 Reorganize this so that getopt_only_only() works correctly. 22 years ago
  millert 671dc74fb7 make getopt_long and getopt_long_only protos match getopt.h 22 years ago
  millert 26eca9994a Add "RETURN VALUES" sections 22 years ago
  millert 6f124adcac .Xr getopt_long 22 years ago
  millert ab0180d5e4 Whoops, add missing #ifdef REPLACE_GETOPT 22 years ago
  millert da213272c0 fix typo 22 years ago
  millert 52c5998342 GNU-like getopt_long() from NetBSD with changes by me to support 22 years ago
  millert 47c7c08921 Crank all library major numbers. Needed due to the fact that we 22 years ago
  millert 5a1579637f Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. 22 years ago
  tdeval 2a55c1e776 Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update. 22 years ago
  cloder 852a863c23 Warn if atexit(3) fails. Change some tabs to spaces. Use 22 years ago