summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* A small statistics tool for gauging the statistical significancephk2003-08-135-0/+621
* Add GB18030 and GBK to the list of encodings. Cross-reference thetjr2003-08-101-1/+10
* Fix sign-extension bug for 32 and 64-bit values. For 64-bit valuesmarcel2003-08-091-39/+27
* 1. Add support for printing PIM-related statistics withhsu2003-08-075-1/+136
* Add Jonathan Postel's year of birth.grog2003-08-061-1/+1
* send() and recv() are just wrappers, not actual syscalls.des2003-08-051-4/+0
* * Use sysctlbyname(3) to print statistics about the MFC andhsu2003-08-051-6/+24
* Add recv(2), recvfrom(2), send(2) and sendfrom(2).des2003-08-051-2/+10
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredache2003-08-051-6/+3
* Clarify upper/lower conversion description more.ache2003-08-051-7/+4
* Remove redundant declarations.das2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
* Explain better what happens when [:lower:] <-> [:upper:]ache2003-08-051-0/+19
* No functional changes, just code reorganization from prev. commit, itache2003-08-042-12/+18
* POSIX require complex processing of 'c-c' ranges: if one of the endpointsache2003-08-042-22/+41
* Special fix just forache2003-08-041-0/+7
* Microoptimization of prev. patch: do strdup() only if (cflag || Cflag)ache2003-08-031-3/+5
* 1) Fix -C - it was broken since introduced, wrong array sortedache2003-08-032-23/+19
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsache2003-08-031-5/+1
* POSIX requires 'c-c' must conform collate and be in collation orderache2003-08-033-15/+23
* This patch address two problems.ache2003-08-033-20/+70
* Fix truss on ia64. The syscall arguments are written to the trapmarcel2003-08-021-17/+5
* Add ip6 and icmp6 displays to systat.dwmalone2003-08-017-1/+632
* Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, itdas2003-08-011-1/+1
* Allow GB18030 localeache2003-07-291-0/+1
* Add the -n maxrec option as an alias for -maxrec for compatibility withtjr2003-07-272-10/+18
* State that in -exec ... ; the semicolon should be quoted if invoked fromschweikh2003-07-251-0/+4
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-241-0/+2
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-241-0/+1
* Connect ncplist, ncplogin, and smbutil to the amd64 build.peter2003-07-241-0/+6
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.dds2003-07-221-2/+6
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-221-11/+19
* Make sure the crypto versions of libfetch and fetch(1) appear inru2003-07-221-0/+1
* Replace an alloca() call with a slightly more standard malloc()/free()markm2003-07-211-3/+8
* Add my birthday to calendarkrion2003-07-211-0/+1
* Test correct macro for "without crypto" option(s).markm2003-07-201-1/+1
* Add my birthday to the calendar.simon2003-07-201-0/+1
* make sockstat not print wierd addresses on not connected unix domain socketsjmg2003-07-191-1/+5
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-172-1/+7
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-1618-10799/+17
* Since (x)install is pretty unhelpfull and just spits out a Usagephk2003-07-111-12/+13
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-111-2/+2
* Point to the new C++ include files location.kan2003-07-111-1/+1
* Add my birthday to the calendar.blackend2003-07-081-0/+1
* Remove utmp references, no longer done by login(1) in 5.x.dannyboy2003-07-081-15/+3
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-2/+0
* remove whitespace at end of lineluigi2003-07-042-2/+2
* Fixed broken arithmetic expression parser.ru2003-07-041-5/+2
* Make the sysctlbyname stuff look like the 2-level MIB stuff. Thisjmallett2003-07-011-0/+1
OpenPOWER on IntegriCloud