Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-01 | process signals at the right time. also handle stdin failure better; | Theo de Raadt | |
millert looked at it.. | |||
2003-09-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre | |
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-21 | use poll | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-06-20 | some cleanings recommended by lint | Theo de Raadt | |
2003-06-19 | o get rid of strecpy() and use strlcpy() and/or snprintf() instead. | Todd C. Miller | |
o make itoa() just use snprintf() o rename itoa7() to format_uid() and use snprintf() o max username len is _PW_NAME_LEN, not 8 | |||
2003-06-18 | cleanup, and now it produces KNF output | Theo de Raadt | |
2003-06-18 | SIGWINCH is always here | Theo de Raadt | |
2003-06-18 | remove unused variables | Theo de Raadt | |
2003-06-17 | properly typecast to uid_t the return value of proc_owner() and report | Jean-Francois Brousseau | |
ESRCH instead of EACCES if it returns -1 ok millert@ | |||
2003-06-16 | Add missing #include <err.h> | Todd C. Miller | |
2003-06-16 | use warnx(); millert ok | Theo de Raadt | |
2003-06-15 | use uid_t and fix some sign compare warnings; OK krw@ and deraadt@ | Todd C. Miller | |
2003-06-14 | use correct length instead of sizeof(char *) for some strl* bound values | Anil Madhavapeddy | |
millert@ ok | |||
2003-06-13 | readable code | Theo de Raadt | |
2003-06-13 | use proper varargs(3), as opposed to a hack; ok millert | Peter Valchev | |
2003-06-12 | knf | Theo de Raadt | |
2003-06-12 | cleanup; ok deraadt | Peter Valchev | |
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 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-05-29 | -I${.CURDIR} not needed | Theo de Raadt | |
2003-04-25 | comment | Theo de Raadt | |
2003-04-25 | comment fix | Theo de Raadt | |
2003-04-06 | strcat -> strlcat fix. ok tedu@, deraadt@ | Thierry Deval | |
2003-04-06 | a strlcat | Theo de Raadt | |
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt | |
licensed. this same license will show up on his next release as well. | |||
2002-07-02 | Add missing copyright | Thorsten Lockert | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-03 | strlcpy | Theo de Raadt | |
2002-05-29 | strlcat | Theo de Raadt | |
2002-04-21 | Document fractional delays. | Hugh Graham | |
2002-04-21 | Add support for fractional delay values. Useful for fast updates | Hugh Graham | |
without spinning top. Cleared by millert. | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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-12-05 | Get maxslp with sysctl. Not the constant. | Artur Grabowski | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-11 | Add 'S' to interactive mode to toggle the display of system | Federico G. Schwindt | |
processes; From NetBSD. millert@ ok. | |||
2001-09-05 | select correctly, and on the right file descriptors too! | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-03 | don't print zero values on processes line | Camiel Dobbelaar | |
ok millert@ | |||
2001-08-24 | Display even zeros so that the swap output makes more sense. | Artur Grabowski | |
From Brian Poole <raj@cerias.purdue.edu> | |||
2001-07-27 | abort if stdout use ever produces EOF. before, top was one of those nasty | Theo de Raadt | |
processes that could spin if it's output tty went away in some cases. | |||
2001-07-27 | more careful handling; i.mcwilliam@uws.edu.au | Theo de Raadt | |
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |