Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-24 | Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ↵ | Todd C. Miller | |
kernel | |||
1998-08-22 | fix usage | Michael Shalayeff | |
1998-08-20 | typo; msaitoh | Theo de Raadt | |
1998-08-17 | fix realloc | Niels Provos | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-08-11 | Better fix. Now print mount point in both the statfs and fstab cases. | Todd C. Miller | |
1998-08-11 | Fix unitialized value use introduce in last change; problem noted by ↵ | Todd C. Miller | |
hgweigand@wiesbaden.netsurf.de | |||
1998-08-11 | proper name is -network not -net; d | Theo de Raadt | |
1998-08-10 | fix usage() string; use __progname | Michael Shalayeff | |
1998-08-08 | fix atime and mtime commands; ms@xy.org | Theo de Raadt | |
1998-08-08 | Include signal.h so that it compiles. | Jason Downs | |
1998-08-07 | protect against SIGPIPE | Todd C. Miller | |
1998-08-07 | delete the garbage which does not work | Theo de Raadt | |
1998-08-07 | Use strlcpy() instead of strncpy(). | Todd C. Miller | |
Change the order of name -> raw device conversions 1) statfs the name and use that info iff the name is the mount point 2) look up name in fstab 3) treat as a device The reason for this is that the mounted filesystems may not agree with what fstab says. Anyone who has ever moved disks around and accidentally dumped and empty filesystem will know what I mean. | |||
1998-08-07 | Directories can't be opened for writing these days. | Constantine Sapuntzakis | |
1998-08-07 | Support PAGER environment vairable in conjuction with the 'M' command. | Todd C. Miller | |
Ignore SIGPIPE when spawing the pager since disklabel could get killed. Add smarts in disk type guesser to know that rz is SCSI. Kill annoying extra blank line. | |||
1998-08-06 | Can't use MSG_EOR with a stream socket. | Constantine Sapuntzakis | |
Thanks to m4@m.nts.umn.edu (Marshall M. Midden) | |||
1998-08-06 | Mention new extened help and some minor cleanups | Todd C. Miller | |
1998-08-06 | add more detailed help accessible via '? [abcdmpMqrsuwxe]' | Todd C. Miller | |
1998-08-05 | 12 seconds not 30. But I am just about to remove the kill and wait | Theo de Raadt | |
patch. Obviously it was never tested on a machine running a regular compliment of services. On such a machine, it causes a full 12 (was 30) second delay *EVERY TIME*. That's COMPLETELY unreasonable. | |||
1998-08-01 | Clarification. | Angelos D. Keromytis | |
1998-08-01 | close socket. Not really necessary, but good form. | Angelos D. Keromytis | |
1998-08-01 | Document accepted values for -proto/-proto2. | Angelos D. Keromytis | |
1998-08-01 | Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51 | Angelos D. Keromytis | |
accepted only). | |||
1998-08-01 | Forgot this already-documented addition: -proto/-proto2 can also take | Angelos D. Keromytis | |
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers). | |||
1998-08-01 | Add symbolic names for the -transport and -sport/-dport flags (from | Angelos D. Keromytis | |
/etc/protocols and /etc/services respectively). Document changes, document option "ip4". | |||
1998-07-29 | Do IP-in-IP encapsulation properly. | Angelos D. Keromytis | |
1998-07-29 | when changing a partition from unknown to 4.2BSD, provide sane defaults for ↵ | Todd C. Miller | |
fsize, bsize, cpg | |||
1998-07-28 | make dump work on filesystems not listed in fstab | Todd C. Miller | |
1998-07-27 | Library dependencies | Niklas Hallqvist | |
1998-07-26 | Don't skip 'b' when suggesting the next partition to add. I thought it ↵ | Todd C. Miller | |
would be confusing to suggest 'b' but what happens is that people build a disk without swap. | |||
1998-07-26 | When asking the user for the disk type, base the default on the device name. ↵ | Todd C. Miller | |
Ie: wd -> IDE, sd -> SCSI, hd -> HP-IB, etc. Should help eliminate some confusion. | |||
1998-07-26 | Don't allow user to do 'a c' since c always exists. They can still do 'c ↵ | Todd C. Miller | |
c'. Noted by fries@ | |||
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-24 | fix typos; Aaron Campbell <aaron@ug.cs.dal.ca> | Todd C. Miller | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-23 | Fix annoying bug where disklabel would give you wrong default size for last | Constantine Sapuntzakis | |
partition on disk and then complain when you chose it. The fix makes sure you get the "correct size". | |||
1998-07-20 | MINFREE is 5%; hgweigand@wiesbaden.netsurf.de | Theo de Raadt | |
1998-07-20 | mountd -r opt not needed; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-07-20 | typo repair; garath@garath.static.dialin.ntplx.com | Theo de Raadt | |
1998-07-17 | typo; mason@acheron.middleboro.ma.us | Theo de Raadt | |
1998-07-17 | Add a notice that DES shouldn't be used. | Angelos D. Keromytis | |
1998-07-16 | use .Bx | Michael Shalayeff | |
1998-07-14 | Correct MAXPARTITIONS text. | Angelos D. Keromytis | |
1998-07-14 | fix exit codes, adding X_STARTUP; jkoshy@freebsd | Theo de Raadt | |
1998-07-13 | clean Xr | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-12 | sync with NetBSD | Angelos D. Keromytis | |
1998-07-11 | Change the headers so those show up as boot_$ARCH | Angelos D. Keromytis | |