| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | + 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 |
* | Fix a bug converting a variable from the numeric type to a string. | ru | 2006-10-25 | 2 | -1/+23 |
* | Document the NM environment variable. | ru | 2006-10-25 | 1 | -1/+9 |
* | Bizet was only born once. | grog | 2006-10-24 | 1 | -1/+0 |
* | Backout previous change (SIGSYS related). The fix has been applied to the | sobomax | 2006-10-24 | 1 | -2/+0 |
* | Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on | sobomax | 2006-10-24 | 1 | -0/+2 |
* | - Document the default disk block usage unit. | ru | 2006-10-21 | 3 | -21/+48 |
* | Better handle the -F case: | marcel | 2006-10-21 | 1 | -7/+5 |
* | The vm.zone sysctl has gone; zone stats are now supplied by libmemstat(3). | ru | 2006-10-21 | 1 | -4/+1 |