Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-09-30 | Properly display files with embedded colons being xferred via ftd. | Todd C. Miller | |
Closes PR 5119. OK miod@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-20 | remove the -M and -N flags to uptime, they do nothing. | Jared Yanovich | |
w(1) is unaffected by this. closes PR#4298 ok millert, deraadt | |||
2005-04-11 | spacing | Theo de Raadt | |
2005-01-09 | w(1) does not deal w/ cpu time; | Jason McIntyre | |
from netbsd -r 1.16; | |||
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl | |
2004-09-14 | delete unused variable | Theo de Raadt | |
2004-08-18 | - .Xr utmp 5 | Jason McIntyre | |
- sort options and sync usage() | |||
2004-01-08 | Silence warning | Todd C. Miller | |
2004-01-08 | Convert to kinfo_proc2; ok deraadt@ | Todd C. Miller | |
2003-11-26 | Minor cleanup. Remove gratuitous use of __CONCAT that was needed | Todd C. Miller | |
to avoid SCCS braindamage. Also use ANSI function headers while we are here. Based on a diff from espie@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-13 | a few more strlcpy | Theo de Raadt | |
2002-09-17 | ansi | Theo de Raadt | |
2002-06-08 | No need to be setgid kmem anymore. | Angelos D. Keromytis | |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-05-30 | - Fix usage | smart | |
- Remove an instance of "'buf[sizeof(buf) - 1] = '\0'" - A few style nits deraadt@ ok | |||
2001-05-14 | Remove ugly empty line. | Angelos D. Keromytis | |
2001-03-25 | Add -DUVM if we are using UVM. Fixes problem where the "WHAT" field | Todd C. Miller | |
was empty on current i386 and alpha kernels. | |||
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2000-12-23 | hostnames are case-insensitive; brian | Theo de Raadt | |
2000-11-14 | Sync the list of "not supported" options with the source code; fixes PR/1506 | Aaron Campbell | |
from mpech@prosoft.org.lv. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-07 | or just use puts() instead | Theo de Raadt | |
2000-07-07 | heck, be more careful with printf here too | Theo de Raadt | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-04-18 | Missed a few. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
1999-08-12 | Support -M and -N flags in uptime mode too | Todd C. Miller | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-04-25 | Make ttystat() work correctly with strings that are not NUL-terminated. | Todd C. Miller | |
If ut_line begins with "ftp" copy the pid into a temp buffer before the strol() since ut_line may not be NUL-terminated. | |||
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-03-23 | nicer header | Theo de Raadt | |
1998-02-03 | usage line fix; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-01-16 | Add rcsid tags. | Todd C. Miller | |
If program has set argv[0] or argv[0][0] to NUL, print p->p_comm instead. Based on patch from Paul Janzen <pjanzen@foatdi.harvard.edu> | |||
1997-12-24 | No, we are not making our w command incompatible | Theo de Raadt | |
1997-12-24 | 3 letters for tty name; for ftp | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-25 | more to the point err. msg. | kstailey | |