Go to file
ross fcce1f91eb Recognize -- (dash dash) and apply the usual interpretation.
Notes:

* The immediately previous version of make errored out on --,
which is what needs fixing.

* Historic bsd make silently ate -- and continued to process
options, so this is a behavior change from that, too, but presumably
there is more to gain in fixing it than in being bug-compatible.
2004-04-22 21:19:02 +00:00
bin Refer statvfs instead of removed statfs. 2004-04-21 12:22:27 +00:00
contrib/sys
crypto properly validate phase 1 signature. 2004-04-12 03:34:05 +00:00
dist Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
distrib Add statvfs(5). 2004-04-21 21:24:01 +00:00
doc Less modesty, christos! 2004-04-21 01:10:25 +00:00
etc Whitespace fixes, some code re-factoring, and a bit more verbose messages. 2004-04-21 19:35:13 +00:00
games Undef bool before including <curses.h>, since it tries to typedef 2004-04-11 13:35:06 +00:00
gnu Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
include add fgetstr 2004-04-21 00:05:05 +00:00
lib Xref statvfs(5). 2004-04-21 21:25:59 +00:00
libexec Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
regress Add regression tests for pax/tar append archive mode. 2004-04-17 15:27:01 +00:00
rescue no need to list gnu/usr.bin any more. 2004-04-01 14:41:09 +00:00
sbin Use PRIu64 to printf uint64_t. Compiles again on sparc64. 2004-04-22 10:17:00 +00:00
share Xref statvfs(2). 2004-04-21 21:24:57 +00:00
sys 1) Skip over bogus device nodes, prevents a panic in pci_make_tag. 2004-04-22 18:01:47 +00:00
tools Fix the processing of '-s .lo\ .ln' (etc). 2004-03-27 18:36:23 +00:00
usr.bin Recognize -- (dash dash) and apply the usual interpretation. 2004-04-22 21:19:02 +00:00
usr.sbin do not disclose endian/pid. henning@openbsd 2004-04-22 01:41:22 +00:00
x11 only -D_PC on i386/amd64. from PR#25036. 2004-04-17 06:47:04 +00:00
build.sh
BUILDING
Makefile Convert lines of the form 2004-04-13 12:43:12 +00:00
Makefile.inc
UPDATING Mention statvfs pitfalls. 2004-04-22 14:35:55 +00:00