Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-26 | binaries not in /etc | Theo de Raadt | |
1997-09-22 | -Wall | Todd C. Miller | |
1997-09-21 | new machdep.bios subtree | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | Make "fdformat fd0" work. | Todd C. Miller | |
1997-09-21 | Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org. | Todd C. Miller | |
1997-09-20 | check for : before . ; wosch@cs.tu-berlin.de | Theo de Raadt | |
1997-09-19 | never before have i deleted an unused global variable out of a file with | Theo de Raadt | |
such prejudice (long story) | |||
1997-09-19 | ignore SIGPIPE; not nearly as much of a problem as linux though | Theo de Raadt | |
1997-09-18 | Match with current kernel; from NetBSD | Niklas Hallqvist | |
1997-09-18 | make pstat -f columns line up | Theo de Raadt | |
1997-09-18 | lengthen terminal name, make columns line up | Theo de Raadt | |
1997-09-18 | more SIOCGIFCONF small worldedness | Theo de Raadt | |
1997-09-17 | make this readable, so that i can think about actually coding it.. | Theo de Raadt | |
1997-09-17 | If sa_len >sizeof(struct sockaddr) limit it there. Taken from ifconfig(8), | Niklas Hallqvist | |
Also enhance the SIOCGIFFLAGS error message with the interface name. | |||
1997-09-15 | When the disk gets full, abort properly instead of creating empty | Theo de Raadt | |
passwd databases. I found this while analysing netbsd pr#1328 from August 10, 1995 by hag@gnu.ai.mit.edu. A sample fix was supplied on 14, May 96 by greywolf@defender.VAS.viewlogic.com. The PR mentioned about 6 or 7 places where this could happen. Greywolf and I had made all of the fixes ourselves in openbsd a while back (except one subtle one which he pointed out but I had missed), but not a single one of the fixes is found in the netbsd source tree... I wonder if Perry has an exploit for this problem, and perhaps he's using it? Another damn good reason for making /tmp and /var seperate partitions. | |||
1997-09-15 | F_FORW has no associated fd; init sin_len too | Theo de Raadt | |
1997-09-14 | .Xr foo #, botches | Theo de Raadt | |
1997-09-13 | be more careful about f_file handling throughout | Theo de Raadt | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-09-12 | Add parens to shut up -Wall. | Todd C. Miller | |
1997-09-12 | paranoia in vfork land | Theo de Raadt | |
1997-09-11 | need string.h | Theo de Raadt | |
1997-09-11 | fix #includes | Theo de Raadt | |
1997-09-09 | Use setlogin("") instead of setlogin(user) since target user is daemon. | Todd C. Miller | |
1997-09-09 | Use setlogin(2). | Todd C. Miller | |
1997-09-08 | Ignore trailing spaces on priority in /etc/syslogd.conf | Bob Beck | |
1997-09-08 | use -lkvm, various other fixes; thorpej | Theo de Raadt | |
1997-09-07 | Remove old bpf files no longer in use. | Todd C. Miller | |
1997-09-05 | ppp 2.3.1 | Todd C. Miller | |
1997-09-04 | explain how ypserv is started | Theo de Raadt | |
1997-09-02 | Clean up the manual a bit (add a few missing .TP directives). | Angelos D. Keromytis | |
1997-09-01 | Update based on ppp 3.2.1. Also fix some obvious err/errx usage and | Todd C. Miller | |
broken strncpy() usage. | |||
1997-09-01 | Update from ppp 3.2.1 | Todd C. Miller | |
1997-08-31 | only check for ftp bounce in tcp, duh. for nonreserved ports, do not | Theo de Raadt | |
close for looping mode. kill an fd leak. | |||
1997-08-30 | incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-30 | wrong path; feyrer@rfhs8012.fh-regensburg.de | Theo de Raadt | |
1997-08-30 | ifdef __NetBSD__ -> if defined(__NetBSD__) || defined(__OpenBSD__) | Matthieu Herrb | |
to compile on OpenBSD | |||
1997-08-29 | very weird sleep; dholland@eecs.harvard.edu | Theo de Raadt | |
1997-08-29 | fix case we have no CPU_BIOS* defined | Michael Shalayeff | |
1997-08-28 | symbolic bios bootdev, s/hpc/tpc/ for bios geonetry | Michael Shalayeff | |
1997-08-28 | grok bios geometry | Michael Shalayeff | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-08-21 | A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But ↵ | Mats O Jansson | |
show it (and YPPUSH_SUCC) if verbose output is requested. -moj | |||
1997-08-20 | Some KNF and use warn/err. | Todd C. Miller | |
1997-08-19 | Some KNF, check a few return values and use err/warn. | Todd C. Miller | |
1997-08-19 | Move bad dynamic port parsing into parse_baddynamic(). | Todd C. Miller | |
1997-08-19 | rpc.lockd moved from libexec to usr.sbin | Niklas Hallqvist | |
1997-08-19 | make -Wall happy | Niklas Hallqvist | |