| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust the size passed to readlink so that the null termination | dougb | 2002-10-25 | 1 | -4/+2 |
* | Fix problem with my ability to tell the difference between 'r' and 'l'... We | jmallett | 2002-10-24 | 1 | -1/+1 |
* | When expanding a specific [1-char] variable, only expand said specific | jmallett | 2002-10-24 | 1 | -1/+1 |
* | Duplicate the variable name in the v->name field, as otherwise it points to | jmallett | 2002-10-24 | 1 | -1/+3 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 10 | -27/+24 |
* | Change the type of an unused variable to appease a warning. | markm | 2002-10-23 | 1 | -1/+2 |
* | Adjust for getbsize argument type change. | markm | 2002-10-23 | 1 | -1/+3 |
* | Remove unneeded function prototypes. | markm | 2002-10-23 | 1 | -3/+0 |
* | Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld. | ru | 2002-10-23 | 1 | -1/+1 |
* | Add a new '-s' option to su(1): if the flag is present, attempt to | rwatson | 2002-10-23 | 2 | -5/+23 |
* | De-obfuscate and correct the include path handling for SysV style includes. | jmallett | 2002-10-23 | 1 | -35/+4 |
* | Use more verbose diagnostics for wrong DIGIT range | ache | 2002-10-20 | 1 | -5/+5 |
* | Add checks for DIGIT set consistency to prevent common misinterpretation | ache | 2002-10-20 | 1 | -11/+53 |
* | Improve the way base64 mode is enabled based on the program name, | fanf | 2002-10-20 | 1 | -1/+2 |
* | Add my birthday. | arved | 2002-10-20 | 1 | -0/+1 |
* | Sort by date. | grog | 2002-10-20 | 1 | -124/+122 |
* | Clarify holidays which apply only to the USA | grog | 2002-10-20 | 1 | -35/+21 |
* | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | sobomax | 2002-10-19 | 1 | -5/+4 |
* | Revert last delta. SGR support in grotty(1) is disabled system-wide | ru | 2002-10-18 | 1 | -1/+1 |
* | When a user gets refused because the password is wrong, use the | markm | 2002-10-18 | 1 | -0/+4 |
* | Add myself | adamw | 2002-10-18 | 1 | -0/+1 |
* | Everyone else is doing it! (adding their birthdays) | trhodes | 2002-10-18 | 1 | -0/+1 |
* | New committer's first commit(birthday). | maho | 2002-10-18 | 1 | -0/+1 |
* | New committer first committion. | daichi | 2002-10-18 | 1 | -0/+1 |
* | Style: use sa_handler instead of __sigaction_u.__sa_handler. | tjr | 2002-10-17 | 1 | -1/+1 |
* | Use .Fl/Ar for flags and arguments. | charnier | 2002-10-17 | 1 | -4/+6 |
* | Introduce option enumeration the standard way. | charnier | 2002-10-17 | 1 | -2/+4 |
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 2 | -172/+7 |
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 2 | -175/+24 |
* | Add section number to .Xr directive. | charnier | 2002-10-16 | 1 | -6/+6 |
* | The .Nm utility | charnier | 2002-10-16 | 1 | -1/+2 |
* | Introduce enumerate of options using the standard way. | charnier | 2002-10-16 | 1 | -12/+10 |
* | Introduce enumerate of options using the standard way: | charnier | 2002-10-16 | 2 | -4/+8 |
* | Do not reuse flag name in its definition. Remove inadequate sentence. | charnier | 2002-10-16 | 2 | -14/+6 |
* | Spelling | charnier | 2002-10-16 | 5 | -10/+13 |
* | Remove done() which was just exit() so use of warn()/err() can be made. Abort | charnier | 2002-10-16 | 20 | -198/+238 |
* | Add locale(1). I have used it for while as useful debugging tool | phantom | 2002-10-16 | 2 | -0/+220 |
* | Normalize FILES section by using .Bl/.El enumerate. | charnier | 2002-10-16 | 1 | -1/+3 |
* | Test getopt() against -1 instead of EOF. | charnier | 2002-10-16 | 1 | -3/+2 |
* | Spelling. | charnier | 2002-10-16 | 2 | -28/+32 |
* | Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'', | charnier | 2002-10-16 | 2 | -44/+34 |
* | Be consistent about functions being static. | phk | 2002-10-15 | 1 | -4/+4 |
* | Add information about the SDLT density codes. | joerg | 2002-10-15 | 2 | -0/+7 |
* | Remove an unused variable. | phk | 2002-10-14 | 1 | -2/+0 |
* | Add Big5, MSKanji and UTF-8 to the list of supported encodings. | tjr | 2002-10-14 | 1 | -10/+29 |
* | Clarify that a number of incidents relate to Germany. | grog | 2002-10-14 | 1 | -15/+14 |
* | Add self. | anders | 2002-10-12 | 1 | -0/+1 |
* | The -a and -d flags are mutually exclusive, show them as such in usage() and | jmallett | 2002-10-12 | 2 | -2/+6 |
* | Clarify details of the birth of Richard I of England. | grog | 2002-10-12 | 1 | -1/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+1 |