Go to file
agc 8df5d7616d Changes to sys_info (20170821)
+ get rid of -a argument, which was superfluous since no arguments
means provide information on everything known

+ add the shell function to check for the path of a program. Taken
from pkgsrc bootstrap script, modified for return values, and "not
found" action

+ use this shell function for tcsh and unbound, both of which may not
exist on systems

+ go back to using standard shell construct for parsing options now,
since there is only 1 option with no optargs

+ from a suggestion from Paul Goyette, run the provided arguments
through sort | uniq

+ add sys_info itself to the list of programs to report
2017-08-21 19:22:31 +00:00
bin Add support for $'...' quoting (based upon C "..." strings, with \ expansions.) 2017-08-21 13:20:49 +00:00
common Fix ISO C compliance: strtol of "0xX" should give the largest valid 2017-07-06 21:08:44 +00:00
compat Don't mix abis in any CRUNCHEDPROG 2017-01-05 21:28:42 +00:00
crypto PR/51682: Antoine Beaupré: Simplify and comment previous patch. 2017-07-23 05:40:27 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib Create the ramdisk destination dir here. 2017-08-20 15:38:22 +00:00
doc Add previous statement from core@ and add reference to earlier E-mail 2017-08-21 10:38:19 +00:00
etc Creating installation/ramdisk here does not work; it happens too late. 2017-08-20 15:35:31 +00:00
external mp.h was removed a while ago. update the README to note this, and 2017-08-17 23:00:38 +00:00
extsrc
games typo 2017-07-02 07:02:47 +00:00
include Add missing strfmon_l. Noticed by Bruno Haible. Add test case. 2017-08-16 13:53:19 +00:00
lib add nexttoward for mips64 and aarch64 2017-08-21 17:10:34 +00:00
libexec Add sparc/sparc64 support for irelative relocations. 2017-08-12 09:03:27 +00:00
regress Remove the vm86 tests. 2017-08-12 07:40:43 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin Use NULL instead of 0 for null pointer. 2017-08-07 22:08:12 +00:00
share Switch dreamcast to HAVE_XORG_SERVER_VER=118. It just works. 2017-08-16 13:53:54 +00:00
sys no ssp and pie 2017-08-21 16:36:00 +00:00
tests don't skip nexttoward for aarch64 and mips64 2017-08-21 17:11:18 +00:00
tools Update LLVM build glue for 5.0RC1. 2017-08-01 20:07:37 +00:00
usr.bin Changes to sys_info (20170821) 2017-08-21 19:22:31 +00:00
usr.sbin don't lock for RUMP 2017-08-21 17:01:04 +00:00
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING add a note about MPC/MPFR updates breaking some types of update builds. 2017-08-17 01:16:55 +00:00
build.sh - Allow all other targets (like kernel=) to obey mkrepro (-P) 2017-04-08 18:22:35 +00:00