Commit Graph

996 Commits

Author SHA1 Message Date
christos
7b69fe6a2f PR/45595: bch: fix missing magic prefix 2011-11-10 13:41:00 +00:00
christos
cd021ecc4e need || instead of && 2011-11-09 14:42:42 +00:00
christos
af2ef29d66 use writev(2) instead of dprintf(3) for portability. Suggested by joerg@ 2011-11-08 20:25:14 +00:00
joerg
7964dc0f2c Don't use constant macros in conditionals, use a #if check. 2011-11-08 16:45:43 +00:00
christos
70f088f0e1 don't truncate error messages to 1K. 2011-11-06 18:18:16 +00:00
tron
c461628ce9 Fix build with stack smash protection enabled. 2011-11-06 10:55:27 +00:00
christos
92f64477e8 Hook in tree 2011-11-05 22:40:26 +00:00
christos
f2a3d14797 make this work:
- split alloca stuff in a separate file
- fix size_t/int/long inconsistencies
- fix weak alias stuff
- make paths consistent
- fix config files
- use switch instead of if/then/elseif...
- fix Makefiles
2011-11-05 22:39:12 +00:00
cheusov
3e8537647d Fix segfault when read(2) returns -1 2011-11-05 00:17:19 +00:00
joerg
fe2cc85884 Update LLVM/Clang snapshot to r143571 for the improved optimizer. 2011-11-03 17:52:53 +00:00
wiz
4165ef4b81 Use standard section names. 2011-11-02 20:26:03 +00:00
yamt
ed36af787f fix a function prototype 2011-11-02 16:45:00 +00:00
christos
cb72177097 regen 2011-10-31 20:52:14 +00:00
christos
bfc91a38aa rename data() -> parse_data() to appease the powerpc64 toolchain:
{standard input}: Assembler messages:
{standard input}:105: Error: symbol `.data' is already defined
2011-10-28 14:00:20 +00:00
jym
a3113f57aa Document the MORE environment variable.
Noted by James K. Lowden <jklowden _at_ schemamania _dot_ org> in a
private mail.

Will submit upstream.
2011-10-16 21:02:31 +00:00
christos
1a007818e3 simplify the bad extension code, by dsl. 2011-10-14 14:38:20 +00:00
plunky
f65a48c2ec max WARNS is 4 2011-10-13 17:23:28 +00:00
joerg
158f0bd157 Kill redundant () 2011-10-13 16:58:30 +00:00
wiz
6bc209b109 Remove trailing whitespace. 2011-10-12 22:50:31 +00:00
christos
5a7c3e577e renamed len -> i but did not fix it everywhere. 2011-10-12 19:48:24 +00:00
christos
70b3f8cd32 process files in /etc/cron.d/ 2011-10-12 16:39:48 +00:00
njoly
3a1b9a69ca define HAVE_STRPTIME needed for date parsing. 2011-10-12 15:33:38 +00:00
joerg
937673ea7b Revert incorrect last change and redo it in a way that doesn't violate
strict aliasing rules.
2011-10-12 14:11:25 +00:00
christos
90136e10d7 fix wrong cast. 2011-10-12 13:44:33 +00:00
joerg
01476cad21 Update build system for mdocml 1.12.0. 2011-10-11 19:20:13 +00:00
joerg
b1e8115bf5 Merge changes for mdocml-1.12.0. 2011-10-11 19:12:13 +00:00
joerg
c5f73b3488 Import mdocml 1.12.0:
- Support to output HTML fragments
- Initial support for mdoc->man translation
- Initial eqn support
- preconv / apropos / demandoc (not hooked up)
- Various bugfixes
2011-10-11 19:09:36 +00:00
joerg
9aa0541bdf Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
preventing Qt4 from building.
2011-10-11 13:53:56 +00:00
christos
6ee25ca9b9 use cleantags, instead of home grown copy. 2011-10-08 19:28:38 +00:00
njoly
e7df974e10 Adjust UID header position, to be aligned with the datas. 2011-10-08 08:45:37 +00:00
joerg
debc234b9f Optimise by simplifying. 2011-10-07 10:38:02 +00:00
sborrill
91b69c9f1d Bump version number to 20111006 2011-10-06 13:06:14 +00:00
sborrill
c8be037fd1 Provide function in libiscsi to return the compile-time limit on number of
targets. Use this function in the initiator, to ensure that the same limit
is used throughout (i.e. stop you attempting to compile the initiator with a
different limit to the library - the initiator uses the library for most of
its functionality).

If truncating the number of targets in the initiator, truncate it to the
correct amount, not half of what it should be.

Obey RFC3720 when determining targets. SendTargets=All MUST be supported
on a discovery session, and MUST NOT be supported on an operational session.
Previously, SendTargets=All was used both in the initial discovery session
and the later session. (from Daisuke Aoyama - author of istgt).
2011-10-06 13:05:28 +00:00
njoly
829ab7717f Fix magic_descriptor/magic_file quoting in SYNOPSIS. 2011-10-03 15:43:55 +00:00
christos
6762e6f13b comment out weak magic, from file HEAD. 2011-09-28 13:50:52 +00:00
christos
2203d253d7 fix cdf mime output on cdf files (from file HEAD) 2011-09-28 13:50:09 +00:00
christos
2cb320433e run autoreconf -f -i to disable maintainer mode. 2011-09-25 18:18:43 +00:00
he
89071b8936 Make this build again: include <err.h> when needed, and don't
shadow err() with a local variable called err...
2011-09-22 16:05:11 +00:00
christos
144b6f2c66 Check result of malloc (Maksymilian Arciemowicz) 2011-09-22 12:40:48 +00:00
christos
e79509f088 fix typo. 2011-09-19 01:45:15 +00:00
joerg
cdbce62dc9 Define __arraycount if it doesn't exist. 2011-09-17 10:46:52 +00:00
christos
3145fd5cc6 Add utmp/utmpx support.
XXX: Should we make the top pty (tmux) hide?
XXX: Should we add an option to not create utmp entries for a tmux terminal?
2011-09-17 01:50:08 +00:00
christos
7aee9ef7a1 Add utmp support. 2011-09-17 01:48:46 +00:00
christos
79bb278aa6 merge changes 2011-09-16 21:06:21 +00:00
christos
1594e4f0e7 restore from the dead. 2011-09-16 20:38:12 +00:00
christos
f2668aff30 from ftp.astron.com:
- elf seeking fixes
- improvements in cdf parsing
- waitpid only for our child
- magic fixes and additions
2011-09-16 20:37:23 +00:00
joerg
ba0add90b0 Disable noreturn checks for remaining external code 2011-09-16 16:41:20 +00:00
joerg
2ae99cf42b There is no such thing as WARNS=5. 2011-09-16 16:29:12 +00:00
joerg
c6e6ace444 Use __dead 2011-09-16 16:27:36 +00:00
joerg
ce5205bcbb Use __dead 2011-09-16 16:09:03 +00:00