Commit Graph

11883 Commits

Author SHA1 Message Date
christos 7e4ddd095e include the variable name in debugging printfs. 2012-11-15 16:42:26 +00:00
chs ad0d9d79c0 fix operation on core files: cur_drive.io_name is an embedded array
in the structure we already fetched, not a pointer, so don't try to
dereference its address as a kernel address.
2012-11-13 14:09:58 +00:00
mbalmer 022a461990 It's Henry _Morton_ Stanley and Dr. Livingston_e_. Unfortunately. they did
not meet at an airport.
2012-11-11 20:25:19 +00:00
sjg 15b27c94a1 Add a unit-test for .ORDER 2012-11-09 19:08:28 +00:00
sjg d6f9abca71 Do not stop looking for children, just because one has a .ORDER dependency. 2012-11-09 18:53:05 +00:00
apb cd19fc2e6a Reorganise, consolidate duplicated information, clarify wording,
attempt to make the man page match the actual behaviour.
2012-11-04 10:10:03 +00:00
christos 2ce34034e0 off-by-one 2012-11-03 13:59:27 +00:00
christos babae7a2a2 PR/47155: Eitan Adler: add mktemp zero arguments extension 2012-11-03 13:34:08 +00:00
pgoyette 4d44b16846 Fix build break due to signed/unsigned comparison 2012-11-03 04:51:17 +00:00
sjg 484532a973 Allow cond_state[] to grow.
The need is rare, but real.

Reviewed by: christos
2012-11-03 02:25:13 +00:00
wiz e516fe9873 Separate SEE ALSO entries with comma. 2012-11-03 00:50:04 +00:00
christos 2e03ba1139 - better usage messages
- verbose can be local
- add static
2012-11-02 17:03:16 +00:00
christos efb508ca11 cross reference flock(1) 2012-11-02 16:47:42 +00:00
christos 4050c976c3 cross reference shlock(1) 2012-11-02 16:32:35 +00:00
christos 12019f2b8a we don't truncate seconds anymore. 2012-11-02 12:47:57 +00:00
christos 9abb2d20bd - use modern timer functions to handler fractional wait
- add a function to print the full command line
- use sigaction so signals interrupt us
2012-11-02 12:47:23 +00:00
wiz e7aacc4093 Use longer -c description. 2012-11-02 02:07:19 +00:00
wiz 5f8f0b4dee Sort options and their descriptions. Sync usage with man page. 2012-11-02 02:03:18 +00:00
christos ac881fe51e treat a command without -c like an argument vector
default to exclusive lock
2012-11-02 01:30:46 +00:00
christos 1e7f0e09f1 fix usage 2012-11-01 23:34:44 +00:00
christos dcdc302c64 Add an flock program inspired by the linux one with the same name. 2012-11-01 23:30:19 +00:00
para 9334d2fb72 fix format string 2012-10-29 16:25:25 +00:00
para 9a22f48db4 get rid of not used uvm_map flag (UVM_MAP_KMAPENT) 2012-10-29 16:00:05 +00:00
isaki 97e2545aef Fix indent and style. no functional changes. 2012-10-28 02:01:15 +00:00
isaki afae845d58 Avoid SEGV even if audio device has no mixer features.
Fix PR/47003
2012-10-28 01:51:20 +00:00
alnsn 4d1ae9a9af Report jit'ed bpf fildes in fstat. 2012-10-27 22:38:07 +00:00
pgoyette 93d803dab3 Note that -d, -r, and -t are mutually exclusive and only the last one
is used.

While here, alphabetize the other list of r/d/t flags.
2012-10-24 02:46:25 +00:00
wiz ee9b5a26a5 Add --date and --reference to SYNOPSIS. 2012-10-23 20:44:22 +00:00
pgoyette 8955665a05 Note that -d flag also precludes historical usage. 2012-10-22 22:59:33 +00:00
christos 730c385f2b Recognize --date and --reference like gnu. 2012-10-22 21:51:58 +00:00
christos de5e815cfc don't check for i and use j. 2012-10-21 22:18:16 +00:00
christos 1db8a1b54a PR/47098: Steffen "Daode" Nurpmeso: mail(1): SEGV with bad globbed file argument 2012-10-21 01:11:23 +00:00
christos 0575918243 consistently use warn 2012-10-21 01:10:22 +00:00
msaitoh 79efc68e80 Add -t flag. 2012-10-19 20:46:06 +00:00
msaitoh c370a471ff Add note about -l option. Fixes PR#47085 reported by Julian Fagir. 2012-10-19 20:43:31 +00:00
msaitoh fe467d4df9 Line up total numbers again (for -b case and -X case). 2012-10-19 19:50:19 +00:00
christos 0d87ef641d print major device numbers symbolically from kinfo_drivers 2012-10-19 02:49:52 +00:00
christos 902a40f133 more info for unix sockets. XXX: chroot handling 2012-10-19 02:11:25 +00:00
jnemeth c8dac53719 note NetBSD 6.0 release 2012-10-17 18:30:33 +00:00
christos 83d4b28a8e PR/47068: unifdef(1) with cpp directive on last line without newline
Remove bogus test; if there is no newline, the state does not change.
2012-10-13 18:26:03 +00:00
njoly bee4003ac7 Remove a few unneeded Pp macros. 2012-10-13 14:18:16 +00:00
christos 4f166942a1 It is Sprite, not Sprint; pointed out by Todd Miller. 2012-10-08 15:09:48 +00:00
sjg 0afab3de7c Treat empty commands same as jobs mode 2012-10-07 19:17:31 +00:00
dholland 1ebcbda526 Improve previous change with better wording. 2012-10-04 19:28:36 +00:00
wiz fde0458761 - In the example for `-f', reference a directory that is actually
available in a default installation (/usr/src isn't);
- put together two lines which belong to the same sentence;
- remove a spurious space character;
- remove unneeded consecutive argument for `.Nm' macro.

From Bug Hunting.
2012-10-03 19:35:08 +00:00
abs 070a35df41 "i.e." -> "i.e.," - from Snader_LB on IRC 2012-10-02 14:15:04 +00:00
christos 8e13556964 fix non-numeric address and port printing. 2012-09-26 23:01:04 +00:00
joerg 4edfbdbb40 Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
2012-09-25 20:53:46 +00:00
pgoyette 000a3dc38f Sort -h option properly (not between -I and -i)
XXX Should the date be updated?
2012-09-25 14:16:27 +00:00
christos 6010f05a86 spelling 2012-09-17 02:10:46 +00:00