bad
|
8fd869ab61
|
Make :drives, :display, :ignore accept fnmatch(3) patterns to specify drives.
Bump man page date.
|
2013-10-18 22:42:31 +00:00 |
bad
|
87c60cd65e
|
Make the -f option accept multiple address families.
Bump man page date.
|
2013-10-18 22:18:14 +00:00 |
christos
|
77f96119f9
|
avoid pointer gymnastics
|
2013-10-18 21:01:00 +00:00 |
christos
|
6e28978d84
|
fix unused variable warnings
|
2013-10-18 20:47:06 +00:00 |
christos
|
8dda6b583e
|
fix sequence point violations
|
2013-10-18 20:46:09 +00:00 |
christos
|
bdeefc61e5
|
more clobbering fixes.
|
2013-10-18 20:43:45 +00:00 |
christos
|
c3e578cfbe
|
fix clobbered variable
|
2013-10-18 20:41:58 +00:00 |
christos
|
b52ab07dd4
|
remove unused
|
2013-10-18 20:41:49 +00:00 |
christos
|
b19fbb1d36
|
remove unused variables
|
2013-10-18 20:40:15 +00:00 |
christos
|
15a5bba97c
|
- avoid pointer gymnastics
- remove unused variables
|
2013-10-18 20:26:45 +00:00 |
christos
|
9f630f8bc1
|
avoid redefinitions
|
2013-10-18 20:19:36 +00:00 |
christos
|
30eeb0614b
|
don't read random garbage from the stack
|
2013-10-18 20:19:03 +00:00 |
christos
|
3c6b5224e0
|
avoid pointer gymnastics
|
2013-10-18 20:18:42 +00:00 |
christos
|
f49cbbddb9
|
avoid longjmp clobber.
|
2013-10-18 20:17:59 +00:00 |
christos
|
e7993db787
|
remove unused variables
|
2013-10-18 19:58:11 +00:00 |
christos
|
9ec4136d0a
|
remove unused variable warnings
|
2013-10-18 19:57:28 +00:00 |
christos
|
91b2f42c8c
|
fix unused variable warnings
|
2013-10-18 19:56:55 +00:00 |
christos
|
0fbaa47180
|
remove unused variables
|
2013-10-18 19:56:30 +00:00 |
christos
|
74e86c11e9
|
remove unused variable
|
2013-10-18 19:56:11 +00:00 |
christos
|
230e69d821
|
move code inside ifdef
|
2013-10-18 19:55:37 +00:00 |
christos
|
12ef409576
|
move compat var in compat code.
|
2013-10-18 19:54:56 +00:00 |
christos
|
cbdcb619b0
|
fix unused warnings
|
2013-10-18 19:53:59 +00:00 |
christos
|
3dd8ce9f5e
|
Fixed unused warnings.
|
2013-10-18 19:53:34 +00:00 |
christos
|
9d99f9bf57
|
remove unused variable
|
2013-10-18 19:48:36 +00:00 |
christos
|
b626e2d9e6
|
fix unused variable warnings
|
2013-10-18 19:45:40 +00:00 |
martin
|
f05fd841f8
|
Remove set but unused variables.
|
2013-10-18 18:38:49 +00:00 |
martin
|
5fb50cc6c4
|
Make this compilable with gcc 4.8.1 without options DIAGNOSTIC.
|
2013-10-18 18:26:20 +00:00 |
christos
|
777068d6ad
|
use __USE() for empty macro
|
2013-10-18 17:48:44 +00:00 |
christos
|
eca2236bd9
|
use the masked variable
|
2013-10-18 17:03:02 +00:00 |
christos
|
67ff86e929
|
change if HAVE_GCC is defined
|
2013-10-18 16:06:52 +00:00 |
jdc
|
2d66d2af12
|
Remove extraneous printf().
|
2013-10-18 15:16:08 +00:00 |
christos
|
7f0942b36f
|
use __USE() in the right place, instead of (void)var.
|
2013-10-18 15:15:22 +00:00 |
kefren
|
2e908c5030
|
sync behaviour with man page: accept spaces, empty lines and comments
|
2013-10-18 14:14:14 +00:00 |
apb
|
50c2b69fc0
|
When building gcc using clang, avoid trying to use
__attribute__((__format__(__asm_fprintf__, ...)))
because clang doesn't support that.
|
2013-10-18 13:24:40 +00:00 |
wiz
|
8447fbb10f
|
Sort SEE ALSO. Grammar consistency.
|
2013-10-18 12:29:52 +00:00 |
njoly
|
9329703b07
|
Add HAVE_LLVM/HAVE_PCC, MKLLVM/MKPCC to RELEASEVARS.
|
2013-10-18 11:42:59 +00:00 |
kefren
|
eda7476539
|
Attempt to write a manpage for ldpd.conf
|
2013-10-18 10:49:19 +00:00 |
apb
|
61a24e509e
|
Wrap several unused static inline functions with #if 0.
I didn't delete them because I suspect that they might be needed later.
|
2013-10-18 08:39:22 +00:00 |
skrll
|
f4f9bf4df7
|
Wrap some long lines.
|
2013-10-18 08:35:24 +00:00 |
apb
|
f07170b2ba
|
Don't refer to uninitialised variable 'v'
in case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE)
in xhci_root_ctrl_start().
This code was apparently pasted from the ehci driver.
OK nick.
|
2013-10-18 08:25:49 +00:00 |
apb
|
5fbd295117
|
Delete unused function
static inline void egprintstat(u_char);
|
2013-10-18 08:09:37 +00:00 |
mbalmer
|
57b6509ecb
|
revert previous
|
2013-10-18 08:06:06 +00:00 |
mrg
|
5faa0fd95c
|
remove some set-but unused variables.
|
2013-10-18 08:04:47 +00:00 |
mbalmer
|
b2f05d7f17
|
add a device-major for lua(4)
|
2013-10-18 08:03:48 +00:00 |
mbalmer
|
762ff41435
|
fix CVS marker and copyright year
|
2013-10-18 07:49:06 +00:00 |
mbalmer
|
15d6254306
|
check lua_tostring()'s return value
|
2013-10-18 07:46:55 +00:00 |
mrg
|
16b81f3bcd
|
convert a DIAGNOSTIC / panic into a KASSERTMSG().
|
2013-10-18 02:20:15 +00:00 |
mrg
|
23d3e330cb
|
convert to full ANSI C.
|
2013-10-18 02:19:12 +00:00 |
riz
|
31095efe60
|
Before testing the value of HAVE_GCC, test if it's defined.
|
2013-10-18 01:12:00 +00:00 |
riz
|
65fba94655
|
C requires a statement after a label, and a declaration is not a
statement, so create a block using {}. From christos.
|
2013-10-18 00:03:35 +00:00 |