summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't modify the input string in VarParseLong(). It is notharti2005-02-281-15/+6
* Add my birthday.barner2005-02-271-0/+1
* Make the format of LC_COLLATE files architecture independent.ru2005-02-271-9/+23
* Fix two cut'n'paste'os which violated format of NLS catalogsphantom2005-02-271-4/+2
* Fix build on sparc64.ru2005-02-271-2/+2
* Remove unused now stuff, also set WARNS to 8phantom2005-02-273-898/+1
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingphantom2005-02-271-123/+708
* Zero out the entire "struct __collate_st_chain_pri", or garbageru2005-02-271-12/+8
* MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' willgad2005-02-271-2/+9
* Make the format of LC_CTYPE files architecture independent byru2005-02-263-82/+78
* Major clean up and split the Var_Parse monster function into threeharti2005-02-261-676/+714
* Fix mismerge.trhodes2005-02-261-1/+1
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-259-88/+182
* Fix a typo in my last commit.sem2005-02-241-1/+1
* Put my birthday into the pool.sem2005-02-241-0/+1
* Var_Parse: Separate different error states by introducing an else blockharti2005-02-241-64/+54
* Push assignments to just before the returns from the function toharti2005-02-241-16/+18
* Fix wording of a comment.harti2005-02-241-1/+1
* Replace the calls to Lst_ForEach with the new LST_FOREACH macro andharti2005-02-242-9/+24
* Add better mdoc(7) mark up, clean up wording, better describe the effectstrhodes2005-02-231-6/+23
* Use the LST_FOREACH macro instead of the Lst_ForEach functionharti2005-02-231-40/+25
* Style: fix indent, use tabs instead of space+tab for aligning things.harti2005-02-231-147/+159
* Fix the indendation of some multi-line comments.harti2005-02-231-22/+22
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-223-7/+37
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-223-0/+50
* Fix the prototypes by addings some constness. This should have beenharti2005-02-221-2/+2
* Use the new LST_FOREACH macro throughout the file and replace calls toharti2005-02-221-70/+20
* Invent the LST_FOREACH macro for looping through a list. In contrastharti2005-02-221-0/+4
* Fix an overflow when calculating the number of kilobytes from theps2005-02-212-2/+2
* Style: fix indendation to be 8 and use tabulators. Fix lines longer thanharti2005-02-211-693/+717
* Forgot to set *freePtr to FALSE in another place.harti2005-02-211-0/+1
* Fix a bug in handling archive members: when a member was not foundharti2005-02-211-15/+11
* Fixate the hash bucket size to 4K. We were using the default,ru2005-02-191-3/+12
* simply ignore unknown address family.ume2005-02-191-3/+1
* teach IPv6 to `systat -netstat'.ume2005-02-191-29/+122
* Support correct programming environment name for amd64.wollman2005-02-181-1/+1
* Document the --null, --one-file-system, and -I options.kientzle2005-02-181-5/+34
* Push the assignments of some variables down into the sub-blocks whereharti2005-02-181-4/+16
* Push down variables into local scope in Var_Parse to make theirharti2005-02-181-7/+6
* Add myself to the calendarhq2005-02-171-0/+1
* Whitespace cleanup: substitute mixed tabs and spaces by canonicalharti2005-02-171-16/+17
* Move error case to begin of if-else chain. Do not needless initializeharti2005-02-171-14/+19
* Fix two typos in comments.harti2005-02-171-2/+2
* Sort out the error case that a single '$' was passed a little bitharti2005-02-171-6/+11
* Mostly stylistic issues: move a variable into local scope, makeharti2005-02-161-36/+48
* Better version of the patch in 1.117: bring a variable into local scopeharti2005-02-161-10/+15
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* Expand contractions.ru2005-02-135-6/+6
* Expand *n't contractions.ru2005-02-1335-49/+49
* New order after _netcat has been changed to _nc: sort the list.delphij2005-02-131-1/+1
OpenPOWER on IntegriCloud