Go to file
kre 23014bc41f Issue PWD commands to the server only when we actually
need the results, not speculatively, just in case we might.

Allows operation with some broken servers that get confused
by PWD commands in some situations, and saves server round
trips in the (modern) common case of
	ftp ftp://path/name
where we never need to know the results from PWD.
2017-11-20 21:11:36 +00:00
bin Implement the -X option - an apparent variant of -x which sends all trace 2017-11-19 03:23:01 +00:00
common Restore a local change (in rev1.4) that was lost on zlib 1.12.10 merge. 2017-11-12 07:55:05 +00:00
compat Don't mix abis in any CRUNCHEDPROG 2017-01-05 21:28:42 +00:00
crypto fix typo. (does not affect actual operation, but confuses reader...) 2017-11-09 08:34:50 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib ATF test program for PR kern/52738: check for mtime updates after rewriting 2017-11-19 21:05:26 +00:00
doc Mention IPv6 address selection policy isn't MP-safe yet 2017-11-20 09:01:20 +00:00
etc create more /dev/pci* nodes, for PCIe systems 2017-11-15 04:31:48 +00:00
external Fix an apparent typo. 2017-11-19 21:54:31 +00:00
extsrc
games revert removals while there is an active discussion on what to do. 2017-11-19 01:31:53 +00:00
include Add endian.h header. Simply includes sys/endian.h 2017-10-16 11:38:25 +00:00
lib .Xr makedev 3 2017-11-20 17:03:31 +00:00
libexec init/fini for the main program is handled by crt0.o, so ifunc handling 2017-11-06 21:16:03 +00:00
regress Don't test call gates, they are not supported anymore. 2017-08-30 15:46:19 +00:00
rescue Extra flags for static PIE 2017-10-08 15:02:33 +00:00
sbin stop using magic constants 2017-11-20 19:10:45 +00:00
share Fix locking info for VOP_RECLAIM. 2017-11-19 21:06:10 +00:00
sys In uvm_fault_upper_enter(), if pmap_enter(PMAP_CANFAIL) fails, assert that 2017-11-20 21:06:54 +00:00
tests ATF test program for PR kern/52738: check for mtime updates after rewriting 2017-11-19 21:05:26 +00:00
tools update netbsd version. 2017-11-13 08:47:24 +00:00
usr.bin Issue PWD commands to the server only when we actually 2017-11-20 21:11:36 +00:00
usr.sbin Initialize boot_catalog_entry's entry_type properly. 2017-11-09 01:28:05 +00:00
build.sh Better validation of var name args to -V and -Z, in a way that makes 2017-10-08 01:05:13 +00:00
BUILDING regen 2017-10-21 23:49:28 +00:00
Makefile Add NOBINARIES, useful to build tools are libraries which is what's needed 2017-10-04 23:54:33 +00:00
Makefile.inc
UPDATING Note possible need to clean objdir (or depends at least) for 2017-10-13 07:04:58 +00:00