Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
get zeroed every second; dan@dan.emsphone.com | |||
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 | |
fixes from jfw@jfwhome.funhouse.com | |||
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 | |
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-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; ↵ | Theo de Raadt | |
h-nokubi@nmit.tmg.nec.co.jp | |||
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 | |
some pmaxes. Fix written by Jonathan Stone <jonathan@netbsd.org>. -moj | |||
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 | |
-Added -O option to supfilesrv. -O lockdir make serving process lock file in lockdir for each connecting ip address. Will refuse a second connection from a host it's already serving a request for. | |||
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 | |
Fix also sent to rdist-bugs@usc.edu | |||
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 | |
1997-10-01 | Fix bug where fmt allows backslashed whitespace inside words, but it only | Todd C. Miller | |
counts each such as one character long, gjm11@dpmms.cam.ac.uk. | |||
1997-09-30 | Add clist types, jimw@fornost.turner.com | Todd C. Miller | |
1997-09-29 | not uniq; ms@xy.org | Theo de Raadt | |
1997-09-24 | no, use new curses so that the build process works. reevaluate this later | Theo de Raadt | |
1997-09-23 | Stupid me reinventing the wheel. Use realpath(3). | Niklas Hallqvist | |
1997-09-23 | strncpy | Theo de Raadt | |
1997-09-23 | Add -f option to follow all symlinks recursively in a pathname | Niklas Hallqvist | |
1997-09-23 | avoid crash when dealing with ^M lines; roberte@MEP.Ruhr-Uni-Bochum.de | Theo de Raadt | |
1997-09-23 | Make building with ocurses/termcap and curses/termlib conditional on | Jason Downs | |
USE_OCURSES being defined, and define it for now. This switches nvi back to use BSD curses. | |||
1997-09-22 | Start of -Wall and cleaning up icky bits. | Todd C. Miller | |
1997-09-22 | Fix .Os | Todd C. Miller | |
1997-09-22 | socks5 support | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | Don't complain loudly about escaped single and double quotes found in | jdm | |
the message text source file (as in the greek .m file in the tcsh port). It is XPG4 valid to quietly ignore those backslashes. Also: 8-bit clean, -Wall (removed unused MCReadCat() & corrupt()), and spelling fixes. | |||
1997-09-20 | syslog(3) | Theo de Raadt | |
1997-09-19 | typo; sjr@home.net | Theo de Raadt | |
1997-09-18 | environment variables | Theo de Raadt | |
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller | |
1997-09-16 | small terminals are dumb | Tobias Weingartner | |