summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add missing markup bits.ru2006-12-111-3/+2
* Use explicit braces to avoid ambiguous else.delphij2006-12-091-1/+2
* Do not exit without printing the id information if the uid of thempp2006-12-091-6/+15
* Change formatting to be more compliant with style(9). Doubtlessgrog2006-12-091-227/+218
* Change copyright notice to the FreeBSD 2 clause notice.grog2006-12-091-16/+11
* Add copyright notice.grog2006-12-091-0/+23
* Set channel utility for Hauuapuge PVR-250 and PVR-350.grog2006-12-093-0/+368
* - Added my entry in calendar.freebsdnivit2006-12-081-0/+1
* o confstr(3) returns 0 on error. Check the return value accordingly.maxim2006-12-061-6/+10
* - Add myself to calendar.freebsdgabor2006-12-051-0/+1
* Portability fix for non-POSIX operating systems: Open files in binary mode.cperciva2006-12-052-9/+17
* Prevent buffer overflow when forcibly terminating an escape character.dds2006-12-031-1/+3
* Correct handling of format strings with escaped % specifications.dds2006-12-031-2/+5
* 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
OpenPOWER on IntegriCloud