Commit Graph

240950 Commits

Author SHA1 Message Date
ginsbach
3660d7d0e7 Use warnx(3). 2016-02-22 22:01:48 +00:00
ginsbach
db3e293160 Stray '\n' in errx(3) format. 2016-02-22 21:20:29 +00:00
christos
9e6b737d5a PR/43255: Make -n apply to the -c string so sh -n -c 'commands' works
as it should. Also, other places where the shell parses strings of
commands are also now controlled by -n (traps, eval, ...)  (from kre)
2016-02-22 20:03:48 +00:00
christos
7b91d0e80f PR/43469 has been fixed 2016-02-22 20:02:29 +00:00
christos
606614c83d PR bin/43469 - correctly handle quoting of the pattern part of ${var%pat}
type expansions. (from kre)
2016-02-22 20:02:00 +00:00
christos
48d23ac8c3 new shell test 2016-02-22 19:53:16 +00:00
christos
449b5d003c Add new test 2016-02-22 19:52:03 +00:00
christos
863fff4621 Fix for PR bin/48631 - allow commands controlled
by case statements to be nothing more than redirects (from kre)
2016-02-22 19:42:46 +00:00
christos
b8f416fe8e Finish the fix for PR/48631 - that is, make the parser correctly
handle the token syntax it really should be handling (including
some that posix does not require, but is right anyway.) This is
quite similar to, and to some extent inspired by the way the FreeBSD
sh parser.c works, but the actual implementation is quite different.
(from kre)
2016-02-22 19:38:10 +00:00
christos
87624d803c KNF / whitespace fixes. No changes of substance. (from kre) 2016-02-22 19:25:26 +00:00
ginsbach
781408a293 Use errx(3). 2016-02-22 19:04:18 +00:00
roy
06d45ff91d Note import of openresolv-3.7.3 2016-02-22 10:10:15 +00:00
roy
375786737e Sync 2016-02-22 10:09:06 +00:00
roy
2644931fa7 Import openresolv-3.7.3 with the following changes:
*  Save the initial working directory and change to it just before
     running any scripts.
     This avoids scripts putting files accidently where they shouldn't.
  *  Strip trailing dot from search and domain names.
  *  man page improvements.
2016-02-22 10:07:26 +00:00
skrll
c6d67033fa Provide a ugen_clear_endpoints declaration 2016-02-22 08:06:47 +00:00
skrll
751d84791e Remove duplicated lines 2016-02-22 07:57:11 +00:00
skrll
ad352a3a63 Only clear the endpoint information in ugen_set_interface only if setting
the new altno suceeds.

Avoids the null de-ref in PR/50597 and PR/50810
2016-02-22 07:46:00 +00:00
christos
a0647817d3 Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems. 2016-02-21 22:51:29 +00:00
christos
5641580370 Add relatime. 2016-02-21 22:45:25 +00:00
christos
be0b117468 move the NODEBUG to the boot blocks only. 2016-02-21 14:50:05 +00:00
joerg
5e22f35b4d Keep the if chain going. 2016-02-21 13:33:47 +00:00
skrll
98ea35dc21 Remove always true conditional 2016-02-21 09:50:10 +00:00
christos
66411eaee2 document CTF 2016-02-21 04:16:36 +00:00
christos
3438f4d6cd ctf stuff belongs to ctf not to the dtrace set 2016-02-21 04:16:16 +00:00
christos
6c0101debe Add NODEBUG 2016-02-21 03:34:27 +00:00
christos
47160181d3 No debug, pic, or ctf for standalone code.
- debug makes things not fit
- ctf is useless
- pic does not work with the function call convention standalone uses
2016-02-21 03:33:18 +00:00
christos
0dcb945157 bump size. 2016-02-21 01:33:56 +00:00
christos
e0ab85cf5e Handle the last newline in the "special" import for new file like RCS does.
I.e. make_message_rcsvalid() removes it, and we put it back.
2016-02-21 00:56:44 +00:00
joerg
486516affa Clang 3.7 and newer provide the array size via DW_AT_count, not via
DW_AT_upper_bound. Recognize the former as well as the latter.
2016-02-20 23:09:03 +00:00
joerg
4fa4785fa4 Don't nuke input on errors, it makes debugging a nightmare. 2016-02-20 22:08:44 +00:00
joerg
f9442aa68f Shuffle include order to avoid missing free on glibc. 2016-02-20 21:50:02 +00:00
mrg
187e5d5d1f remove a stray \n from an ACPI_INFO() call (which ends up adding its
own newline anyway.)
2016-02-20 21:11:15 +00:00
christos
ebc28b6bda PR/50133: Martin Husemann: Can't cache $TZ.
XXX: Pullup-7
2016-02-20 20:11:37 +00:00
skrll
189373a1de One more s/0/NULL/ 2016-02-20 17:07:32 +00:00
christos
f9c83eb7df Bump size. 2016-02-20 16:42:33 +00:00
christos
aa307dc1bb bump more. 2016-02-20 16:40:15 +00:00
christos
26a356ba92 bump size 2016-02-20 16:37:51 +00:00
christos
a481ce46bc Unbreak LLVM MKREPRO=yes builds (since the build system sets MKREPRO now) 2016-02-20 16:36:08 +00:00
riastradh
301aaf756f Note that SCHED_OTHER must have priority PRI_NONE. 2016-02-20 16:00:10 +00:00
christos
80fa2ce1a5 where is already void * 2016-02-20 15:20:23 +00:00
christos
678012db01 Provide a variable MKTOOLSDEBUG to build debugging versions of tools. 2016-02-20 15:18:46 +00:00
christos
8deba6d762 Add missing debug files 2016-02-20 14:43:59 +00:00
christos
594c2a778c Add missing debug files. 2016-02-20 14:42:18 +00:00
christos
6dea137a32 Add missing debug files 2016-02-20 14:41:11 +00:00
skrll
b59397546a s/0/NULL/ 2016-02-20 09:38:28 +00:00
christos
e7f950d16b mention latest elftoolchain 2016-02-20 02:50:33 +00:00
christos
a23b9c5b66 bump for new elftoolchain 2016-02-20 02:44:51 +00:00
christos
a844544399 bump version 2016-02-20 02:44:02 +00:00
christos
42bd301920 merge conflicts 2016-02-20 02:43:41 +00:00
christos
39a6cffc33 Import latest elftoolchain components needed for CTF from FreeBSD 2016-02-20 02:42:00 +00:00