| Commit message (Expand) | Author | Age | Files | Lines |
* | Since (x)install is pretty unhelpfull and just spits out a Usage | phk | 2003-07-11 | 1 | -12/+13 |
* | Do not compare unsigned int values with ULONG_MAX. The comparison is | kan | 2003-07-11 | 1 | -2/+2 |
* | Point to the new C++ include files location. | kan | 2003-07-11 | 1 | -1/+1 |
* | Add my birthday to the calendar. | blackend | 2003-07-08 | 1 | -0/+1 |
* | Remove utmp references, no longer done by login(1) in 5.x. | dannyboy | 2003-07-08 | 1 | -15/+3 |
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
* | remove whitespace at end of line | luigi | 2003-07-04 | 2 | -2/+2 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -5/+2 |
* | Make the sysctlbyname stuff look like the 2-level MIB stuff. This | jmallett | 2003-07-01 | 1 | -0/+1 |
* | Improve expression evaluation debugging output, tidy up the handling of | fanf | 2003-07-01 | 1 | -22/+23 |
* | Add the British hundredweight (brhundredweight). For discussion, see: | tom | 2003-07-01 | 1 | -0/+7 |
* | Various fixes from upstream, including a bug... | fanf | 2003-06-30 | 1 | -11/+18 |
* | o Fix identation. | maxim | 2003-06-30 | 1 | -21/+21 |
* | o Support for '--' to cancel options list processing. | maxim | 2003-06-30 | 1 | -3/+12 |
* | Back out .SU workaround - people at whois-servers.net set up | ache | 2003-06-29 | 1 | -6/+1 |
* | Add code to keep going if you're really intent on fingering someone, but | jmallett | 2003-06-28 | 2 | -4/+16 |
* | Synchronize usage() and SYNOPSIS, and fix them (flags are not | ru | 2003-06-28 | 2 | -5/+5 |
* | utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime(). | peter | 2003-06-28 | 1 | -1/+4 |
* | Finish the deorbital burn of the i386-only a.out toolchain. | obrien | 2003-06-27 | 33 | -4672/+0 |
* | Move scmp() to more appropriate location | phantom | 2003-06-26 | 1 | -10/+9 |
* | Add support of '-m' option to show charmaps (or correctly to say list of | phantom | 2003-06-26 | 2 | -13/+54 |
* | implement LC_MONETARY's int_* keywords | phantom | 2003-06-26 | 1 | -2/+32 |
* | locale.c: | phantom | 2003-06-25 | 2 | -7/+6 |
* | Catch up with _PATH_LOCALE move from rune.h to paths.h | phantom | 2003-06-25 | 1 | -1/+1 |
* | Restore INET6 option from config.h. | mikeh | 2003-06-25 | 1 | -1/+1 |
* | Add my birthday to the calendar. | smkelly | 2003-06-25 | 1 | -0/+1 |
* | Temporarily re-remove the bluetooth tools.. | julian | 2003-06-24 | 1 | -2/+0 |
* | While there is no su.whois-servers.net, use fallback to | ache | 2003-06-24 | 1 | -1/+6 |
* | Connect bluetooth tools for i386 only. | julian | 2003-06-24 | 1 | -0/+2 |
* | fix this code properly. msdosfs can't have device nodes on them. | jmg | 2003-06-24 | 3 | -3/+7 |
* | New committer Diomidis D. Spinellis - dds@FreeBSD.org | dds | 2003-06-23 | 1 | -0/+1 |
* | FIx catalog name I overlook in prev. obsolete locales removing | ache | 2003-06-23 | 1 | -1/+1 |
* | We use modernized version of soelim(1) shipped with Groff. | ru | 2003-06-23 | 3 | -269/+0 |
* | o Fix rev. 1.41, print a header. -STABLE is OK. | maxim | 2003-06-23 | 1 | -0/+1 |
* | 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 |