2984 Commits (cb4f26b188368bd3c28f27b3a775812b129f028e)
 

Author SHA1 Message Date
  fgsch cb4f26b188 record failed login attemps by default, aka enable /var/log/failedlogin. 21 years ago
  millert bb2be83ea8 Casting to unsigned int in isfoo() causes problems on alpha and 21 years ago
  henning e07978f161 writeable -> writable; torh at bogus dot net 21 years ago
  millert 67eb2617d7 fix typo; noticed by David Krause 21 years ago
  millert b663735ec7 Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator 21 years ago
  millert 4ed53a5fc2 Less stupid check for 7-bit ascii in toupper/tolower 21 years ago
  millert 95d7cf1ebf Cast to unsigned int, not unsigned char, since what is being cast is an 21 years ago
  henning 36e2191245 kill whitespace at EOL; David Krause 21 years ago
  millert 5f83b56e7a Convert ctype.h macros into inline functions. This fixes the issues we 21 years ago
  millert bae6371d6e Make x_handy in XDR u_int, not int since there are places in the 21 years ago
  henning d22d64bc94 update URL and fix a typo; David Krause 21 years ago
  mickey b20c936570 use proper __findenv() prototype; millert@ ok 21 years ago
  millert b0758fbef2 Document BSD behavior of accepting '-' within optstring as long as 21 years ago
  millert 8cbc8395f9 When doing permutation, only treat "-" as an option if it was specified 21 years ago
  millert dccaef8649 Fix pasto, spotted by lebel@ 21 years ago
  marc 7ad26b539b Remove special case code for sun/xterm that faked a DISPLAY and 21 years ago
  millert cb897658ca In BUGS section, append a warning to not use '-' as the first character 21 years ago
  millert 34fcaee308 SUS (and apparently 1003.1-2001) say to check optstring for NULL 21 years ago
  millert b29867fc14 If we are passed "-" in argv and the user didn't specify '-' in optstring, 21 years ago
  millert 72e2001bda BSD getopt() supports '-' in the optstring so we should too. 21 years ago
  millert 27938991c6 Use `hostname` not `hostname -s` in subject for consistency with 21 years ago
  millert d58f8a4c5b Fix pasto in last commit. 21 years ago
  millert 03be658a41 For getopt_long_only() we *do* want to match single-character options 21 years ago
  millert 22eaf3990b In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. 21 years ago
  millert def8d6bd9d Fix two compatibility issues with our getopt_long_only() vs. the GNU version: 21 years ago
  millert da126e4ad2 Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;" 21 years ago
  millert 2208de30a3 Reorganize this so that getopt_only_only() works correctly. 21 years ago
  millert 671dc74fb7 make getopt_long and getopt_long_only protos match getopt.h 21 years ago
  kjc eea9266fbf redo "make allarchs". 21 years ago
  kjc a9ec235730 replace MAKEDEVs by auto-generated ones. 21 years ago
  kjc b117d3d9f1 remove altq entries. I should have done these before MAKEDEV. 21 years ago
  kjc 3fb0951351 remove altq entries. altq is now handled through pf. 21 years ago
  millert 26eca9994a Add "RETURN VALUES" sections 21 years ago
  millert 6f124adcac .Xr getopt_long 21 years ago
  miod 2a81a3c366 Intall getopt.h in /usr/include as well. 21 years ago
  millert ab0180d5e4 Whoops, add missing #ifdef REPLACE_GETOPT 21 years ago
  millert da213272c0 fix typo 21 years ago
  millert 52c5998342 GNU-like getopt_long() from NetBSD with changes by me to support 21 years ago
  miod d0d1ec3e7f Compile wsmoused on alpha, as it can be used on vga displays. 21 years ago
  millert 47c7c08921 Crank all library major numbers. Needed due to the fact that we 21 years ago
  millert 5a1579637f Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. 21 years ago
  millert e1428f6838 Add prototype for atoll(3). I must have forgotten to commit this bit 21 years ago
  tdeval 2a55c1e776 Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update. 21 years ago
  cloder 852a863c23 Warn if atexit(3) fails. Change some tabs to spaces. Use 21 years ago
  millert 1670acafb5 Add HISTORY section 21 years ago
  pb 2db7b27853 make the example parseable (quotes around macros) 21 years ago
  deraadt c71faa77df no more share/altq 21 years ago
  deraadt 63e9de9a0b no more altqd use 21 years ago
  henning a8d1fb08ab add /usr/share/pf 21 years ago
  marc 6e5db42ace shadow -> _shadow 21 years ago