| Commit message (Expand) | Author | Age | Files | Lines |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | - Avoid overflowing the swap size counters in human-readable mode | stas | 2009-08-15 | 1 | -2/+3 |
* | - Make pstat(8) WARNS=6 safe. | stas | 2009-06-11 | 2 | -22/+33 |
* | Correct my previous commit to pstat(8). | ed | 2009-06-11 | 1 | -1/+1 |
* | Make most of pstat(8) build with WARNS=6. | ed | 2009-06-11 | 1 | -6/+7 |
* | Serialize write() calls on TTYs. | ed | 2009-02-11 | 2 | -0/+10 |
* | Don't leave the console TTY constantly open. | ed | 2009-02-05 | 2 | -19/+22 |
* | Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'. | ed | 2008-11-01 | 1 | -1/+1 |
* | Introduce a hooks layer for the MPSAFE TTY layer. | ed | 2008-09-22 | 2 | -0/+3 |
* | Fix a small typo in the pstat(8) manual page. | ed | 2008-08-20 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 2 | -163/+92 |
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 1 | -4/+0 |
* | Fix pstat behaviour when using coredumps. The reference to tp was | remko | 2008-05-14 | 1 | -1/+1 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -3/+3 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -3/+3 |
* | Preparing for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -3/+3 |
* | - Recognize -g and -m in pstat(8) too. | ru | 2007-04-03 | 2 | -6/+6 |
* | Add -m (megabytes) and -g (gigabytes) options. I'm tired of being told | markm | 2007-04-01 | 2 | -4/+20 |
* | Another crashdump fix: nfiles was renamed to openfiles in 5.x. | jhb | 2007-02-14 | 1 | -1/+1 |
* | Print (total - used) as the amount of available swap for a swap device | rwatson | 2005-11-17 | 1 | -1/+1 |
* | Remove unused variables. | stefanf | 2005-04-09 | 1 | -2/+0 |
* | Use a designator for initializing only one member of the nlist | keramida | 2005-03-21 | 2 | -6/+6 |
* | - Add a -h flag to pstat to print swap sizes in "human readable" | keramida | 2005-03-21 | 3 | -24/+50 |
* | Sort sections. | ru | 2005-01-18 | 1 | -4/+4 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+2 |
* | Corrected the description of the -t output columns to reflect reality. | dds | 2004-11-11 | 1 | -12/+11 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 2 | -8/+0 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | Update kvm mode to match kernel changes. | phk | 2004-06-09 | 1 | -3/+3 |
* | -N without -M is pointless. | ru | 2004-03-26 | 2 | -12/+10 |
* | Update information of how pstat(8) accesses the running system. | ru | 2004-03-26 | 1 | -12/+15 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -1/+1 |
* | Remove options processing for dumping swapdevice radix map. | phk | 2003-07-31 | 2 | -5/+1 |
* | When dumping swap information, drop the "Type" field which displays | phk | 2003-07-31 | 1 | -7/+4 |
* | Report NODEV devices as <NFSfile> | phk | 2003-06-05 | 1 | -2/+6 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+4 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -2/+2 |
* | - Modernize the format of the open file showing mode output: | robert | 2003-01-31 | 1 | -10/+23 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+1 |
* | Back out rev 1.78; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -8/+6 |
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
* | Use struct xfile, not struct file. | des | 2002-07-31 | 2 | -26/+22 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+4 |
* | If unable to retrive maxfiles / openfiles, fail rather than print garbage. | des | 2002-05-28 | 1 | -33/+21 |
* | Remove the code that was disabled in a recent commit; it is of very limited | des | 2002-05-28 | 2 | -101/+56 |
* | Oops, don't print /dev/ twice. | des | 2002-05-28 | 1 | -1/+1 |
* | struct tty -> struct xtty. Reenable some previously disable code, but | des | 2002-05-28 | 1 | -35/+43 |