| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the date of Turing's death. | grog | 2003-06-23 | 1 | -1/+2 |
* | Hook locale(1) to build | phantom | 2003-06-22 | 1 | -0/+1 |
* | document 'list' keyword & fix few typos | phantom | 2003-06-22 | 1 | -3/+7 |
* | Add FreeBSD specific keyword 'list' implementation. 'locale -k list' can | phantom | 2003-06-22 | 1 | -97/+138 |
* | Add WARNS | phantom | 2003-06-22 | 1 | -0/+1 |
* | Fix few typos and remove two unneeded checks | phantom | 2003-06-20 | 1 | -4/+3 |
* | We have manpage now, so remove NOMAN | phantom | 2003-06-20 | 1 | -1/+0 |
* | Fix most warnings, sort prototypes, kill spaces at EOLs | phantom | 2003-06-20 | 1 | -27/+36 |
* | Add minimalistic manual page for locale(1) | phantom | 2003-06-20 | 1 | -0/+91 |
* | Complete rewrite of locale(1) in order to become POSIX complaint utilitty. | phantom | 2003-06-20 | 1 | -84/+400 |
* | Fix broken -a functionality. | mbr | 2003-06-19 | 1 | -1/+1 |
* | phk added the -x option in May 2000, but only for regular files; for | murray | 2003-06-19 | 1 | -1/+5 |
* | correct spelling of struct cdev * from dev_t which is a 32bit type and | jmg | 2003-06-19 | 2 | -3/+3 |
* | Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc(). | charnier | 2003-06-17 | 3 | -57/+45 |
* | Update for latest lukemftp import. | mikeh | 2003-06-16 | 1 | -2/+2 |
* | If lint(1) is not "lint", don't try to lint the xlint compat-libs. A | markm | 2003-06-15 | 1 | -1/+7 |
* | err() on allocation failure. WARNS=9 compliant | charnier | 2003-06-15 | 7 | -21/+46 |
* | Now that the kernel access control for quotactl(2) appears to work | rwatson | 2003-06-15 | 1 | -32/+0 |
* | Now that the kernel access control for quotactl(2) appears to work | rwatson | 2003-06-15 | 2 | -18/+0 |
* | Remove MAINTAINER lines. | obrien | 2003-06-14 | 3 | -6/+0 |
* | Don't truncate the output file before making sure that we can | trhodes | 2003-06-14 | 1 | -6/+17 |
* | Fix all WARNS. Checked with "make WARNS=9". Remove unused file. | markm | 2003-06-14 | 10 | -1184/+133 |
* | - Use _PATH_TTY and _PATH_DEVNULL macros. | mux | 2003-06-13 | 1 | -5/+9 |
* | Use waitpid, instead of wait3, which is more portable. | jmallett | 2003-06-13 | 1 | -2/+2 |
* | Remove redundant return; from void function. | jmallett | 2003-06-13 | 1 | -1/+0 |
* | Drop maintainership of whois(1). If someone needs a review they can | mike | 2003-06-12 | 1 | -2/+0 |
* | add my birthday | erwin | 2003-06-11 | 1 | -0/+1 |
* | Revert 1.52. This should have been added to fetch.3. | trhodes | 2003-06-10 | 1 | -29/+1 |
* | Revert part of the last commit. This fixes tail for pipes. | markm | 2003-06-10 | 1 | -8/+7 |
* | Add (unsigned char) cast to ctype macros | ache | 2003-06-10 | 1 | -2/+2 |
* | Use setlocale & nl_langinfo to parse locale name | ache | 2003-06-10 | 1 | -12/+12 |
* | Remove deprecated locale names | ache | 2003-06-10 | 3 | -24/+1 |
* | Introduce options definition the standard way. command -> utility. | charnier | 2003-06-09 | 1 | -3/+3 |
* | Introduce options definition the standard way. Do not uppercase first | charnier | 2003-06-09 | 1 | -5/+5 |
* | Introduce options definition the standard way. | charnier | 2003-06-09 | 3 | -9/+8 |
* | Revert previous commit, from Bruce: | charnier | 2003-06-09 | 1 | -1/+0 |
* | Add sysctlbyname(3) support, and use that for uname -i, in preparation for | jmallett | 2003-06-09 | 1 | -1/+13 |
* | Make kernel identification (`ident' in the config(8) driver) available to | jmallett | 2003-06-09 | 2 | -6/+18 |
* | REST IN PEACE | will | 2003-06-08 | 1 | -0/+1 |
* | The sorting is by month/day/year/login. | ru | 2003-06-08 | 1 | -2/+2 |
* | Submitted by: hmp | ru | 2003-06-08 | 1 | -0/+1 |
* | command -> utility. Add section number to .Xr | charnier | 2003-06-08 | 1 | -8/+8 |
* | The .Nm utility | charnier | 2003-06-08 | 1 | -1/+2 |
* | command -> utility | charnier | 2003-06-08 | 1 | -1/+1 |
* | Add section number to .Xr | charnier | 2003-06-08 | 4 | -11/+12 |
* | typo | charnier | 2003-06-08 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2003-06-08 | 1 | -3/+5 |
* | The .Xr utility | charnier | 2003-06-08 | 1 | -1/+2 |
* | The .Xr files | charnier | 2003-06-08 | 1 | -0/+1 |
* | Add NOTREACHED after err() inside of a switch statement. | charnier | 2003-06-08 | 1 | -0/+1 |