summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-12-06tag direction based on SS_CONNECTOUTTheo de Raadt
1997-12-02watch those overflowsbitblt
1997-12-01use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)chuck
1997-11-30treat \n and \r the same on inputTheo de Raadt
1997-11-30remove dk_* use; kstailey/mickey please finish this correctlyTheo de Raadt
1997-11-30crank line lengths a bit, and do not make assumptions about the stackTheo de Raadt
1997-11-28sort table; tejblum@arc.hq.cti.ruTheo de Raadt
1997-11-25prompting error; pr#352, blair@nac.netTheo de Raadt
1997-11-24Deal with the fact that PUTRATE() is a macro that contains braces bykstailey
surrounding it with braces after an ``if ()''.
1997-11-22remove unused kernel varsMichael Shalayeff
1997-11-22back out 1.8, will fix in another way.kstailey
1997-11-22Make vmstat mode display actually fit in 80x24.kstailey
Exploits fact that swap display is always blank.
1997-11-18check correct size of buffer. from felix@mamba.pond.sub.org. pr #350Niels Provos
1997-11-18readlink does not necessarily NUL-terminateNiklas Hallqvist
1997-11-17match nfs3 and regular nfs; christosTheo de Raadt
1997-11-16report correct filename in error msg; netbsdTheo de Raadt
1997-11-15make -Ss code correct; ghudson@mit.eduTheo de Raadt
1997-11-15add DIAGNOSTICS header; msaitohTheo de Raadt
1997-11-14fix for a line continuation bug, more than a year ald. work by mckusick,Theo de Raadt
bostic, mark@linus.demon.co.uk, davidg, and bde.
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
replace panic() with calls to err()/errx() use S_IS* instead of doing by hand with S_IF*. Use TIMESPEC_TO_TIMEVAL() and gettimeofday instead of time(2) Use _POSIX_VDISABLE, not 0 Kill register
1997-11-13Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; woschTheo de Raadt
1997-11-13Add back EXTPROC code now that tty_pty.c has the lite2 fix.Todd C. Miller
1997-11-12Do termios ops on /dev/tty if available, else fd 2.Todd C. Miller
1997-11-12TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race conditionTodd C. Miller
whereby the change is done with the wrong tcpgrp. This fixes suspending less/more when invoked in mail(1) or via sh -c "less somefile".
1997-11-11some cleanup from freebsdTheo de Raadt
1997-11-09struct vmtotal contains unsigned vars.Todd C. Miller
1997-11-09also report udp PCB cache misses.Niels Provos
1997-11-08Sort idle processes by total CPU usage, not cpticks since cpticksTodd C. Miller
get zeroed every second; dan@dan.emsphone.com
1997-11-07-Wall and remove old vm stuff.Todd C. Miller
1997-11-07need limits.hTheo de Raadt
1997-11-05uid_t and gid_t are unsigned; nihilis@moral.addiction.comTheo de Raadt
1997-11-05truncate uid/gid for large ones; nihilis@moral.addiction.comTheo de Raadt
1997-11-05zap that timezone stuff; mycroftTheo de Raadt
1997-11-05handle c++ and other languages; buffer underrun; netbsd pr#4392;Theo de Raadt
fixes from jfw@jfwhome.funhouse.com
1997-11-05sync usage to man pageTheo de Raadt
1997-11-04Do pwcheck() even if the user does not exist. This means that ifTodd C. Miller
there is an alternate authentication scheme it will get run even when the username does not exist, preventing an info gathering attack. Short story: for user "imbogus" and pass "s/key" you will get a faked up s/key prompt.
1997-11-04simple SIGWINCH handler; deals only with window size changes >= 80x24kstailey
1997-11-04use sys_signame to print the signal info; cgdTheo de Raadt
1997-11-04unbalanced parenthesis around command abbreviation in mail.1; ↵Theo de Raadt
h-nokubi@nmit.tmg.nec.co.jp
1997-11-04clarifyTheo de Raadt
1997-11-04buffer overrun; shigio@wafu.netgate.netTheo de Raadt
1997-11-04add more emulations; problem noted by khym@bga.comTheo de Raadt
1997-10-28Add a missing .ElTodd C. Miller
1997-10-24Use int not char in two places. Noted by Dale.Todd C. Miller
1997-10-15Get rid of the buf[] extern. Each .c file has it's own (local) buf.Todd C. Miller
1997-10-13Write a page of padding at end of file. Workaround for buggy boot proms onMats O Jansson
some pmaxes. Fix written by Jonathan Stone <jonathan@netbsd.org>. -moj
1997-10-13powerpc ELFPer 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