Age | Commit message (Expand) | Author |
1997-11-28 | sort table; tejblum@arc.hq.cti.ru | Theo de Raadt |
1997-11-25 | prompting error; pr#352, blair@nac.net | Theo de Raadt |
1997-11-24 | Deal with the fact that PUTRATE() is a macro that contains braces by | kstailey |
1997-11-22 | remove unused kernel vars | Michael Shalayeff |
1997-11-22 | back out 1.8, will fix in another way. | kstailey |
1997-11-22 | Make vmstat mode display actually fit in 80x24. | kstailey |
1997-11-18 | check correct size of buffer. from felix@mamba.pond.sub.org. pr #350 | Niels Provos |
1997-11-18 | readlink does not necessarily NUL-terminate | Niklas Hallqvist |
1997-11-17 | match nfs3 and regular nfs; christos | Theo de Raadt |
1997-11-16 | report correct filename in error msg; netbsd | Theo de Raadt |
1997-11-15 | make -Ss code correct; ghudson@mit.edu | Theo de Raadt |
1997-11-15 | add DIAGNOSTICS header; msaitoh | Theo de Raadt |
1997-11-14 | fix for a line continuation bug, more than a year ald. work by mckusick, | Theo de Raadt |
1997-11-14 | NetBSD changes (mostly comsmetic): | Todd C. Miller |
1997-11-13 | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; wosch | Theo de Raadt |
1997-11-13 | Add back EXTPROC code now that tty_pty.c has the lite2 fix. | Todd C. Miller |
1997-11-12 | Do termios ops on /dev/tty if available, else fd 2. | Todd C. Miller |
1997-11-12 | TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race condition | Todd C. Miller |
1997-11-11 | some cleanup from freebsd | Theo de Raadt |
1997-11-09 | struct vmtotal contains unsigned vars. | Todd C. Miller |
1997-11-09 | also report udp PCB cache misses. | Niels Provos |
1997-11-08 | Sort idle processes by total CPU usage, not cpticks since cpticks | Todd C. Miller |
1997-11-07 | -Wall and remove old vm stuff. | Todd C. Miller |
1997-11-07 | need limits.h | Theo de Raadt |
1997-11-05 | uid_t and gid_t are unsigned; nihilis@moral.addiction.com | Theo de Raadt |
1997-11-05 | truncate uid/gid for large ones; nihilis@moral.addiction.com | Theo de Raadt |
1997-11-05 | zap that timezone stuff; mycroft | Theo de Raadt |
1997-11-05 | handle c++ and other languages; buffer underrun; netbsd pr#4392; | Theo de Raadt |
1997-11-05 | sync usage to man page | Theo de Raadt |
1997-11-04 | Do pwcheck() even if the user does not exist. This means that if | Todd C. Miller |
1997-11-04 | simple SIGWINCH handler; deals only with window size changes >= 80x24 | kstailey |
1997-11-04 | use sys_signame to print the signal info; cgd | Theo de Raadt |
1997-11-04 | unbalanced parenthesis around command abbreviation in mail.1; h-nokubi@nmit.t... | Theo de Raadt |
1997-11-04 | clarify | Theo de Raadt |
1997-11-04 | buffer overrun; shigio@wafu.netgate.net | Theo de Raadt |
1997-11-04 | add more emulations; problem noted by khym@bga.com | Theo de Raadt |
1997-10-28 | Add a missing .El | Todd C. Miller |
1997-10-24 | Use int not char in two places. Noted by Dale. | Todd C. Miller |
1997-10-15 | Get rid of the buf[] extern. Each .c file has it's own (local) buf. | Todd C. Miller |
1997-10-13 | Write a page of padding at end of file. Workaround for buggy boot proms on | Mats O Jansson |
1997-10-13 | powerpc ELF | Per Fogelstrom |
1997-10-12 | ftruncate the lock file for supfilesrv -O before writing pid into it. | Bob Beck |
1997-10-12 | Documentation for -O switch on supfilesrv. | Bob Beck |
1997-10-11 | -Ooops. Didn't get this in last time. | Bob Beck |
1997-10-11 | -Kludges for SunOS 5 portablility, | Bob Beck |
1997-10-11 | s/inline/doinline/; christos | Theo de Raadt |
1997-10-07 | Don't use cached name value for uid/gid if last lookup was by id (and not name). | Todd C. Miller |
1997-10-06 | bail if permission problem; ms@xy.org | Theo de Raadt |
1997-10-02 | Fix CFLAGS in SOCKS case, and automatically use USE_SOCKS to compile socks in | imp |
1997-10-02 | Add prototype for fclose in socks case so we compile -DSOCKS | imp |