christos
f95f074778
we have moved.
2013-11-28 22:39:29 +00:00
christos
f7ce1bf0d8
PR/48413: Inappropriate sign extension in kdump output
2013-11-27 20:27:58 +00:00
apb
f45f136e10
Use LIST_FOREACH, LIST_NEXT, etc., instead of direct access to
...
the internals of queue.h structs.
2013-11-27 17:38:11 +00:00
joerg
f9d128e05f
Include signal.h early for MiNT and Linux. From pkgsrc.
2013-11-26 13:44:41 +00:00
rmind
df64447ca6
Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing
...
its uses with cpu_infos array. Extra testing by christos@.
2013-11-24 21:58:38 +00:00
dholland
a32d5d5201
Fix documentation of how to expire old messages. For some reason the
...
expiration period must be given as a negative number, indicating how
many days ago to place the expire threshold.
PR 48404 from Martin Neitzel.
2013-11-24 19:49:22 +00:00
mlelstv
ffb41b3a17
Fix fallout from circleq->tailq transition.
2013-11-24 13:13:12 +00:00
christos
30107bf0d8
Update for new pcb tailq's.
...
While here fix ipv6 pcb printing by making tcp6_dump with tcp.
XXX: Merge the inet and the inet6 code. It is silly to need to specify
-p tcp6 to print a tcp6 pcb, we already know what it is.
2013-11-23 22:01:12 +00:00
christos
e675354f1e
switch to the nv in external/bsd
2013-11-22 16:10:25 +00:00
kleink
7f9d164c04
Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.
2013-11-20 17:19:14 +00:00
joerg
eb3bd1d5f0
Spell NULL pointer as NULL.
2013-11-18 19:55:59 +00:00
sjg
ca96724fac
Don't SEGV when Hash_Table is uninitialized
2013-11-14 00:27:05 +00:00
sjg
d959c16735
Don't SEGV when passed NULL for list.
2013-11-14 00:01:28 +00:00
pooka
cbdf0ef490
Support disklabel partitions on all platforms.
...
also addresses buildrump.sh issue #41 (github)
2013-11-13 17:47:27 +00:00
pooka
8b205e8660
make -m available on all platforms
2013-11-13 16:43:38 +00:00
pettai
67f944d13d
Add zfgrep that fell off from last update
2013-11-13 11:12:24 +00:00
pettai
54844dd551
Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
...
(OKed by tron@)
2013-11-12 21:58:37 +00:00
pooka
b82822977b
Handle static rump kernel base correctly.
2013-11-11 15:53:56 +00:00
christos
fe3f867991
remove unused variables
2013-11-10 17:14:25 +00:00
mrg
5517e5441c
add a row with totals for some pool statistics.
2013-11-10 05:16:10 +00:00
christos
232e5144bb
reorganize to make clear variable use.
2013-11-09 15:57:15 +00:00
dholland
0256a35b09
apostrophe's do not make plural's.
2013-11-07 18:50:46 +00:00
christos
71c18b90bc
more volatile for m68k
2013-11-07 02:06:51 +00:00
christos
b4ab7d1288
let progressmeter deal with the timeout once we've started transferring.
2013-11-03 14:45:50 +00:00
christos
422740a7f1
PR/34796: Hauke Fath: ftp does not timeout on http fetches.
2013-11-02 19:55:47 +00:00
christos
6fce9f6ad7
go back to using file:line: from uwe.
2013-11-01 21:39:13 +00:00
christos
8ae3ff1668
make config errors look more like other programs: <file>,<line>:
...
instead of <file>:<line>:
2013-11-01 17:09:59 +00:00
apb
786efef96b
Document that patterns are specified using extended regular expressions.
2013-11-01 07:49:00 +00:00
christos
4a734be04d
PR/48351: Dennis Ferguson: Fix incorrect parsing of flock flags.
...
XXX: still flock -s 0 fails with EINVAL, why?
2013-10-29 16:02:15 +00:00
njoly
9d2c3170bc
Small typo. From Michael W. Bombardieri.
2013-10-29 12:27:23 +00:00
christos
094fa0251a
Instead of guessing the suffix in the code, use the suffix list previously
...
loaded via man.conf(5). While there, zap unused iteration code.
(Franco Fichtner)
2013-10-28 23:46:17 +00:00
mbalmer
0382fd8b79
No more walk on the wild side. RIP Lou Reed.
2013-10-27 18:30:49 +00:00
wiz
6f46d26376
Remove trailing whitespace.
2013-10-27 11:38:13 +00:00
apb
e7b5d5dc5f
Explain that ${VAR:M*} will normalise the inter-word spacing.
2013-10-25 22:05:00 +00:00
apb
e1debe8414
The :C/// modifier takes an extendedregular expression.
2013-10-25 20:57:02 +00:00
christos
a64eb75968
get rid of equal(), use {s,g}etprogname().
2013-10-21 14:47:46 +00:00
christos
04908d82dd
use correct function and symbolic constants
2013-10-19 15:56:05 +00:00
christos
35be7e66a7
use new scopeid functions
2013-10-19 00:28:38 +00:00
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
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
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