Go to file
lukem 9af1692ef1 * improve parsing of file-systems-to-dump when a path is given:
- if it's a path to an unmounted file-system listed in /etc/fstab, use
	that instead of assuming the user wanted a subtree dump of the parent
	directory. this restores the behaviour of dump before the subtree
	dumping code went in.
      - if it's a path to a mounted file-system which is not in /etc/fstab,
	use the info from getmntinfo(3). previously, dump would choke.
* implement error checked malloc(), calloc(), strdup(), and use
  appropriately (some of the calloc()s weren't being checked)
* use 'file-system' instead of 'filesystem' in the man page
2001-05-28 01:09:54 +00:00
bin Don't build ksh.1 if MKMAN == "no". 2001-05-15 23:50:36 +00:00
crypto disable DNSSEC build, for two reasons. (1) restrictive license 2001-05-27 04:39:40 +00:00
dist no import needed for crypto tree 2001-05-27 04:45:20 +00:00
distrib add MAKEDEV(8) for dreamcast 2001-05-27 21:21:39 +00:00
etc Add /usr/share/man/{cat,man}8/dreamcast 2001-05-27 21:15:59 +00:00
games Its is Dr. Elizabeth Dehner, not Dehaver. 2001-05-02 10:42:34 +00:00
gnu check BOOTSTRAP_ELF (from Katsuomi Hamajima) 2001-05-21 18:26:48 +00:00
include Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. 2001-05-06 15:31:09 +00:00
lib revert previous (obviously wrong) change 2001-05-26 16:49:58 +00:00
libexec s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio. 2001-05-27 23:26:47 +00:00
regress convert key material to binary, as we are using binary API now. sync with kame 2001-05-27 01:58:18 +00:00
sbin * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
share Fix date, one xref, and some whitespace. 2001-05-28 00:50:40 +00:00
sys add a comment why IFF_PROMISC is handled separately for SIOCSIFFLAGS: 2001-05-28 00:46:35 +00:00
usr.bin install /etc/primes for ssh 2001-05-26 23:27:13 +00:00
usr.sbin remove extra \n even more. sync with tcpdump.org 2001-05-27 04:57:19 +00:00
Makefile parallelize the obj pass, too 2001-05-08 02:04:08 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add the following to help in the "lint needs new libc, libc needs new lint" 2001-05-27 23:34:22 +00:00