Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-29 | move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs... | Michael Shalayeff | |
disklabel changed to use it that way | |||
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-26 | first try at documentation | Niels Provos | |
1997-08-26 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-26 | Forgot about keyword.c's tag, regenned again | Niklas Hallqvist | |
1997-08-26 | Move over -encap change to keywords.sh only made to keywords.h, | Niklas Hallqvist | |
$OpenBSD$ tagging. Added a missing extern specifier. Regenerated keywords.h | |||
1997-08-26 | main should return int | Niklas Hallqvist | |
1997-08-26 | main should return int | Niklas Hallqvist | |
1997-08-26 | made hopefully more user friendly + support for new esp. | Niels Provos | |
1997-08-25 | add vnconfig(8) in SEE ALSO. From dworkin@village.org | Todd C. Miller | |
1997-08-25 | subtract take changing time from estimate; blank@fox.uni-trier.de | Theo de Raadt | |
1997-08-24 | if interface not found by SIOCGIFCONF when printing, complain. | Theo de Raadt | |
1997-08-24 | #include <string.h> for strlen() and strcpy(). | Todd C. Miller | |
1997-08-24 | #include <string.h> for strlen(). | Todd C. Miller | |
1997-08-24 | 64bit fix, cast pointers to long, not int. | Todd C. Miller | |
1997-08-24 | give shutdown daemon own session; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-08-24 | More err()/warn()/etc. argument fixes. | Jason Downs | |
1997-08-24 | do not ever call err() with a 2nd arg that could have a % in it, ok? | Theo de Raadt | |
1997-08-20 | Fix pasto. | Todd C. Miller | |
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-08-20 | Fix typo. From Matthew Hunt <mph@pobox.com>. | 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 | Add support for adding/subtracting ports from the current baddynamic | Todd C. Miller | |
mask. | |||
1997-08-19 | typo | Todd C. Miller | |
1997-08-19 | Make net.inet.tcp.baddynamic and net.inet.udp.baddynamic | Todd C. Miller | |
comma-separated instead of space-separated when printing so it is easy to cut and paste. | |||
1997-08-19 | Only print bad dynamic ports list for udp and tcp since that's all | Todd C. Miller | |
that exist. This fixes a bug where net.inet.ip.redirect, net.inet.ip.directed-broadcast, and net.inet.tcp.keepinittimem got interpreted as dynamic port lists. Oops. | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-13 | handle ext2fs specially | Theo de Raadt | |
1997-08-11 | Add extra off_t casts for paranoia and because I don't have a large | Todd C. Miller | |
filesystem to prove that it is *not* necesary. | |||
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-08-09 | struct statfs uses a signed short f_flags field. This field is used in | Niklas Hallqvist | |
the long (the type) expression that makes up the mount flags field passed to mount(2). If we are dealing with a noatime mount this means sign extension will occur and the flag field will get messed up. I.e. noatime mounts (at least rw ones) ended up not exportable. I fixed this by casting to u_short in the expressions, but I would like to change struct statfs instead, but that is an API issue it is not for me to decide on. I also added error decoding in two syslog calls. This was made possible by the arglist heuristics printout of OpenBSD/alpha DDB :-) | |||
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt | |
1997-08-05 | Save/restore the errno when handling interrupts. | Angelos D. Keromytis | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-01 | yuck | Theo de Raadt | |
1997-07-30 | new routed DOES NOT EVEN COMPILE LET ALONE WORK. TEST YOUR WORK! | Theo de Raadt | |
Also, put back the damn security check in input.c that has been deleted TWO SEPERATE TIMES NOW! I CURSE anyone who deletes that check again. | |||
1997-07-30 | update to sgi-02apr97 | Michael Shalayeff | |
still have problems w/ defaults from pppd | |||
1997-07-28 | typos | Niklas Hallqvist | |
1997-07-28 | boot1[] only needed if NUMBOOT > 1; frueauf@ira.uka.de | Theo de Raadt | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-26 | support for noipsec routes. use -1 or p0 at fespah. | Niels Provos | |
1997-07-26 | reserve SPIs for correct protos: ah and/or esp. | Niels Provos | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | initialize variable!! found by mickey | Niels Provos | |
1997-07-25 | word choice | kstailey | |
1997-07-25 | correct -d typo | kstailey | |
1997-07-25 | do -d for reboot and halt | Michael Shalayeff | |