| Commit message (Expand) | Author | Age | Files | Lines |
* | The sigconv.awk script generates a sigdesc.h header file, which | keramida | 2006-12-01 | 2 | -55/+20 |
* | - Revert signedness type changes to "struct vmtotal"; by making | ru | 2006-11-28 | 2 | -90/+22 |
* | Back out rev. 1.17: arch-dependent WARNS level. | yar | 2006-11-27 | 1 | -4/+0 |
* | Consistently mark percentage scales as such. | yar | 2006-11-27 | 3 | -4/+4 |
* | Don't shadow globals. | yar | 2006-11-27 | 3 | -7/+7 |
* | We should return the name in cp, not printf it. | yar | 2006-11-27 | 1 | -1/+3 |
* | systat(1) reaches WARNS=6 on i386 and amd64. This is good | yar | 2006-11-27 | 1 | -0/+4 |
* | The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0, | yar | 2006-11-27 | 1 | -2/+2 |
* | + WARNS=4 reminds that nlist.n_name isn't const. | yar | 2006-11-27 | 1 | -3/+5 |
* | Don't discard a const qualifier from constant strings. | yar | 2006-11-27 | 1 | -1/+2 |
* | Remove a wrong "const" qualifier. | yar | 2006-11-27 | 1 | -3/+3 |
* | Add the Tera scale factor, which is an easy job now. | yar | 2006-11-27 | 2 | -1/+9 |
* | Stop exposing things that can be private to convtbl.c. | yar | 2006-11-27 | 2 | -19/+17 |
* | Keep all convtbl-related constants and strings in convtbl.[ch]. | yar | 2006-11-27 | 3 | -50/+59 |
* | Allow for large scale factors. C99 warrants that | yar | 2006-11-27 | 2 | -10/+11 |
* | Return back one initializer, it is needed. | yar | 2006-11-27 | 1 | -1/+1 |
* | + Drop useless initializers. | yar | 2006-11-27 | 2 | -17/+13 |
* | Drop useless #includes. | yar | 2006-11-27 | 2 | -22/+0 |
* | Use C99 initializers so that we don't really have to worry | yar | 2006-11-27 | 1 | -10/+9 |
* | C can enumerate things for us. | yar | 2006-11-27 | 1 | -9/+11 |
* | There is no reason to use __inline here because we are rather far | yar | 2006-11-26 | 1 | -1/+1 |
* | Don't overflow from the gigabyte scale to the bit scale if the | yar | 2006-11-26 | 1 | -1/+1 |
* | The real contents of this file were repeated twice. | yar | 2006-11-26 | 1 | -66/+0 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -5/+2 |
* | Fix and extend the -j option to pkill/pgrep WRT the jail | yar | 2006-11-23 | 2 | -9/+44 |
* | Fix the format specifier suitable for uintmax_t. | ru | 2006-11-23 | 1 | -3/+3 |
* | Oops, fix the format specifier to what was intended. | ru | 2006-11-23 | 1 | -2/+1 |
* | Bump document date. | grog | 2006-11-23 | 1 | -1/+1 |
* | usage: Include the - in the x flag. | grog | 2006-11-23 | 1 | -3/+3 |
* | Add option -x to display output values in hex in addition to decimal. | grog | 2006-11-23 | 2 | -9/+24 |
* | o Check that -w width is not above maximum. Use DWIDTH instead of | maxim | 2006-11-22 | 1 | -2/+2 |
* | - Fix types of "struct vmmeter" members so they are unsigned. | ru | 2006-11-20 | 2 | -23/+92 |
* | In revision 1.14 I broke the -4 and -6 options of sockstat(1). | keramida | 2006-11-12 | 1 | -10/+5 |
* | Add support for filtering sockets by protocol type. The default | keramida | 2006-11-11 | 2 | -14/+127 |
* | Try to preserve ownership and permissions when replacing an existing file. | des | 2006-11-10 | 1 | -0/+2 |
* | Don't always print a space character in show_stat(), since a space | bde | 2006-11-08 | 1 | -12/+23 |
* | Add my birthdate to the calendar. | laszlof | 2006-11-07 | 1 | -0/+1 |
* | Second stage of unbreaking thr formatting of the NICE field: decode the | bde | 2006-11-07 | 1 | -15/+29 |
* | Style facelift. | dds | 2006-11-06 | 1 | -57/+73 |
* | Add needed hyphens, note the KTRACE kernel option, bump doc date. | trhodes | 2006-11-06 | 1 | -5/+9 |
* | Use a more sensible default of 1 or -1 when only the start and | dds | 2006-11-06 | 2 | -2/+9 |
* | Do What I Mean when the user asks for random integers or characters. | dds | 2006-11-06 | 2 | -8/+50 |
* | Avoid negative array indices: an empty string can also be used | dds | 2006-11-06 | 2 | -2/+3 |
* | See also arc4random | dds | 2006-11-06 | 1 | -0/+1 |
* | Restore jot's ability to use a seed for producing a deterministic | dds | 2006-11-06 | 2 | -7/+18 |
* | Replace obscure aliases through pointers with plain variables. | dds | 2006-11-06 | 1 | -11/+8 |
* | Merge code in common cases. | dds | 2006-11-06 | 1 | -29/+6 |
* | Replace opaque numeric bit flag values with #defined identifiers. | dds | 2006-11-06 | 1 | -29/+38 |
* | Cross-reference libmemstat(3), malloc(9), uma(9). | rwatson | 2006-11-02 | 1 | -4/+10 |
* | Fix "1 day ago", "yesterday" and similar relative-time phrases | kientzle | 2006-11-02 | 1 | -2/+2 |