aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Since (x)install is pretty unhelpfull and just spits out a UsagePoul-Henning Kamp2003-07-111-12/+13
* Do not compare unsigned int values with ULONG_MAX. The comparison isAlexander Kabaev2003-07-111-2/+2
* Point to the new C++ include files location.Alexander Kabaev2003-07-111-1/+1
* Add my birthday to the calendar.Marc Fonvieille2003-07-081-0/+1
* Remove utmp references, no longer done by login(1) in 5.x.Daniel Harris2003-07-081-15/+3
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-071-2/+0
* remove whitespace at end of lineLuigi Rizzo2003-07-042-2/+2
* Fixed broken arithmetic expression parser.Ruslan Ermilov2003-07-041-5/+2
* Make the sysctlbyname stuff look like the 2-level MIB stuff. ThisJuli Mallett2003-07-011-0/+1
* Improve expression evaluation debugging output, tidy up the handling ofTony Finch2003-07-011-22/+23
* Add the British hundredweight (brhundredweight). For discussion, see:Tom Hukins2003-07-011-0/+7
* Various fixes from upstream, including a bug...Tony Finch2003-06-301-11/+18
* o Fix identation.Maxim Konovalov2003-06-301-21/+21
* o Support for '--' to cancel options list processing.Maxim Konovalov2003-06-301-3/+12
* Back out .SU workaround - people at whois-servers.net set upAndrey A. Chernov2003-06-291-6/+1
* Add code to keep going if you're really intent on fingering someone, butJuli Mallett2003-06-282-4/+16
* Synchronize usage() and SYNOPSIS, and fix them (flags are notRuslan Ermilov2003-06-282-5/+5
* utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime().Peter Wemm2003-06-281-1/+4
* Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien2003-06-2733-4672/+0
* Move scmp() to more appropriate locationAlexey Zelkin2003-06-261-10/+9
* Add support of '-m' option to show charmaps (or correctly to say list ofAlexey Zelkin2003-06-262-13/+54
* implement LC_MONETARY's int_* keywordsAlexey Zelkin2003-06-261-2/+32
* locale.c:Alexey Zelkin2003-06-252-7/+6
* Catch up with _PATH_LOCALE move from rune.h to paths.hAlexey Zelkin2003-06-251-1/+1
* Restore INET6 option from config.h.Mike Heffner2003-06-251-1/+1
* Add my birthday to the calendar.Sean Kelly2003-06-251-0/+1
* Temporarily re-remove the bluetooth tools..Julian Elischer2003-06-241-2/+0
* While there is no su.whois-servers.net, use fallback toAndrey A. Chernov2003-06-241-1/+6
* Connect bluetooth tools for i386 only.Julian Elischer2003-06-241-0/+2
* fix this code properly. msdosfs can't have device nodes on them.John-Mark Gurney2003-06-243-3/+7
* New committer Diomidis D. Spinellis - dds@FreeBSD.orgDiomidis Spinellis2003-06-231-0/+1
* FIx catalog name I overlook in prev. obsolete locales removingAndrey A. Chernov2003-06-231-1/+1
* We use modernized version of soelim(1) shipped with Groff.Ruslan Ermilov2003-06-233-269/+0
* o Fix rev. 1.41, print a header. -STABLE is OK.Maxim Konovalov2003-06-231-0/+1
* Add the date of Turing's death.Greg Lehey2003-06-231-1/+2
* Hook locale(1) to buildAlexey Zelkin2003-06-221-0/+1
* document 'list' keyword & fix few typosAlexey Zelkin2003-06-221-3/+7
* Add FreeBSD specific keyword 'list' implementation. 'locale -k list' canAlexey Zelkin2003-06-221-97/+138
* Add WARNSAlexey Zelkin2003-06-221-0/+1
* Fix few typos and remove two unneeded checksAlexey Zelkin2003-06-201-4/+3
* We have manpage now, so remove NOMANAlexey Zelkin2003-06-201-1/+0
* Fix most warnings, sort prototypes, kill spaces at EOLsAlexey Zelkin2003-06-201-27/+36
* Add minimalistic manual page for locale(1)Alexey Zelkin2003-06-201-0/+91
* Complete rewrite of locale(1) in order to become POSIX complaint utilitty.Alexey Zelkin2003-06-201-84/+400
* Fix broken -a functionality.Martin Blapp2003-06-191-1/+1
* phk added the -x option in May 2000, but only for regular files; forMurray Stokely2003-06-191-1/+5
* correct spelling of struct cdev * from dev_t which is a 32bit type andJohn-Mark Gurney2003-06-192-3/+3
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().Philippe Charnier2003-06-173-57/+45
* Update for latest lukemftp import.Mike Heffner2003-06-161-2/+2
* If lint(1) is not "lint", don't try to lint the xlint compat-libs. AMark Murray2003-06-151-1/+7