summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* The sigconv.awk script generates a sigdesc.h header file, whichkeramida2006-12-012-55/+20
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-282-90/+22
* Back out rev. 1.17: arch-dependent WARNS level.yar2006-11-271-4/+0
* Consistently mark percentage scales as such.yar2006-11-273-4/+4
* Don't shadow globals.yar2006-11-273-7/+7
* We should return the name in cp, not printf it.yar2006-11-271-1/+3
* systat(1) reaches WARNS=6 on i386 and amd64. This is goodyar2006-11-271-0/+4
* The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,yar2006-11-271-2/+2
* + WARNS=4 reminds that nlist.n_name isn't const.yar2006-11-271-3/+5
* Don't discard a const qualifier from constant strings.yar2006-11-271-1/+2
* Remove a wrong "const" qualifier.yar2006-11-271-3/+3
* Add the Tera scale factor, which is an easy job now.yar2006-11-272-1/+9
* Stop exposing things that can be private to convtbl.c.yar2006-11-272-19/+17
* Keep all convtbl-related constants and strings in convtbl.[ch].yar2006-11-273-50/+59
* Allow for large scale factors. C99 warrants thatyar2006-11-272-10/+11
* Return back one initializer, it is needed.yar2006-11-271-1/+1
* + Drop useless initializers.yar2006-11-272-17/+13
* Drop useless #includes.yar2006-11-272-22/+0
* Use C99 initializers so that we don't really have to worryyar2006-11-271-10/+9
* C can enumerate things for us.yar2006-11-271-9/+11
* There is no reason to use __inline here because we are rather faryar2006-11-261-1/+1
* Don't overflow from the gigabyte scale to the bit scale if theyar2006-11-261-1/+1
* The real contents of this file were repeated twice.yar2006-11-261-66/+0
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.ru2006-11-261-5/+2
* Fix and extend the -j option to pkill/pgrep WRT the jailyar2006-11-232-9/+44
* Fix the format specifier suitable for uintmax_t.ru2006-11-231-3/+3
* Oops, fix the format specifier to what was intended.ru2006-11-231-2/+1
* Bump document date.grog2006-11-231-1/+1
* usage: Include the - in the x flag.grog2006-11-231-3/+3
* Add option -x to display output values in hex in addition to decimal.grog2006-11-232-9/+24
* o Check that -w width is not above maximum. Use DWIDTH instead ofmaxim2006-11-221-2/+2
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-202-23/+92
* In revision 1.14 I broke the -4 and -6 options of sockstat(1).keramida2006-11-121-10/+5
* Add support for filtering sockets by protocol type. The defaultkeramida2006-11-112-14/+127
* Try to preserve ownership and permissions when replacing an existing file.des2006-11-101-0/+2
* Don't always print a space character in show_stat(), since a spacebde2006-11-081-12/+23
* Add my birthdate to the calendar.laszlof2006-11-071-0/+1
* Second stage of unbreaking thr formatting of the NICE field: decode thebde2006-11-071-15/+29
* Style facelift.dds2006-11-061-57/+73
* Add needed hyphens, note the KTRACE kernel option, bump doc date.trhodes2006-11-061-5/+9
* Use a more sensible default of 1 or -1 when only the start anddds2006-11-062-2/+9
* Do What I Mean when the user asks for random integers or characters.dds2006-11-062-8/+50
* Avoid negative array indices: an empty string can also be useddds2006-11-062-2/+3
* See also arc4randomdds2006-11-061-0/+1
* Restore jot's ability to use a seed for producing a deterministicdds2006-11-062-7/+18
* Replace obscure aliases through pointers with plain variables.dds2006-11-061-11/+8
* Merge code in common cases.dds2006-11-061-29/+6
* Replace opaque numeric bit flag values with #defined identifiers.dds2006-11-061-29/+38
* Cross-reference libmemstat(3), malloc(9), uma(9).rwatson2006-11-021-4/+10
* Fix "1 day ago", "yesterday" and similar relative-time phraseskientzle2006-11-021-2/+2
OpenPOWER on IntegriCloud