Commit Graph

10566 Commits

Author SHA1 Message Date
kardel
640a1e10fd reenable routing functionality by using RT_ROUNDUP for ROUNDUP when available 2013-04-15 07:58:35 +00:00
christos
f7b110e4f0 no need for the end macros anymore 2013-04-10 22:21:53 +00:00
christos
e77d8145f4 - add new ignore chown/chgrp flag
- bump strings space to 8K someone has 4K paths now.
- use snprintf where possible and detect long lines.
2013-04-09 16:39:19 +00:00
christos
6bb059914d return busy for checkchild instead of killing the connection 2013-04-09 16:38:18 +00:00
christos
40d5816a68 move flags only used in main() inside main(), from Ed Schouten 2013-04-08 17:39:11 +00:00
wiz
b0681b1396 Sync usage with man page.
XXX: shouldn't this be part of envstat instead?
2013-04-07 18:49:35 +00:00
wiz
efe2aaad2c Fix option description. 2013-04-07 18:49:06 +00:00
wiz
0d52152ee1 Use getopt. Improve usage. 2013-04-07 18:48:24 +00:00
dholland
a8dc20d201 remove extraneous malloc.h 2013-04-05 03:18:26 +00:00
martin
67c2857b08 Provide an empty __CTASSERT() for toolbuilds 2013-04-04 16:11:12 +00:00
martin
e23a017d74 Fix installboot for VAX, as discussed on port-vax. Problem pointed out
by Jonny Billquist, thanks to Marl Pizzolato for patiently explaining
the various ways of booting a vax to me.
Now VAX 780 can boot directly from VMB.EXE again.
2013-04-04 12:55:30 +00:00
wiz
d347f34bdd Bump date. 2013-04-02 18:35:28 +00:00
christos
910ecac4db instead of having a format and no format flag, and exposing various formatters,
provide a format enum and expose html formatting too.
2013-04-02 17:16:50 +00:00
taca
64f049e3d6 Show in-filesystem quotas flag instead of unknown flag bit. 2013-04-02 13:31:47 +00:00
wiz
862b7a4cdd Sync usage with man page. 2013-03-29 21:39:16 +00:00
wiz
d70358d69a Use Ev for environment variables. Improve -n description. 2013-03-29 21:39:09 +00:00
christos
82fc5158a9 fix legacy mode in pager filter. (don't ul format if we are not formatting). 2013-03-29 20:46:07 +00:00
christos
2b42c8b2ee - Fix legacy mode to use like instead of match. This loses ranking.
- default to unlimited lines
- fix formatting of legacy mode
2013-03-29 20:37:00 +00:00
christos
bc93b1e8f9 Don't enumerate all the digit sections
Explain limitations in legacy mode
2013-03-29 20:17:19 +00:00
christos
cb0641eb5a - If the stdout is not a tty, prevent formatting unless forced with -i
- Don't ever page unless asked for with -p
- Introduce "legacy mode" (-l)
  1. searches only name and name_desc, prints name(section) - name_description
  2. turns off escape formatting (can be forced on with -i)
  3. turns off context printing (can be forced on with -c)
- Parse the environment $APROPOS variable as an argument vector.

With these changes one can simply 'export APROPOS=-l' and get the old apropos
behavior.
2013-03-29 20:07:31 +00:00
njoly
d1f2d0ccef Remove unknown \*(tN and \*(sP macros.
ok wiz.
2013-03-28 22:54:25 +00:00
christos
b71da193c3 unhook old dhcp 2013-03-24 22:23:33 +00:00
christos
bc0f55de88 Make ALG's autoloadable by providing in the config file:
alg "algname"
2013-03-20 00:29:46 +00:00
rmind
543d2971ab - Extend npf.conf syntax to support dynamic NAT policies.
- Imply dynamic group when using "ruleset" keyword.
2013-03-18 02:17:49 +00:00
nakayama
61db04d3c6 Use explicitly defined macros in Makefile to determine to use
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).
2013-03-15 20:22:44 +00:00
christos
29e670c87b more explicit syntax 2013-03-13 02:44:28 +00:00
christos
5f0daf8289 more todo's 2013-03-13 02:41:23 +00:00
christos
b46215b9d2 add another 2013-03-13 02:36:51 +00:00
christos
668937be38 one more fixed 2013-03-11 16:38:31 +00:00
christos
08ba3be1b4 more breakage. 2013-03-11 02:12:15 +00:00
christos
fce0192186 explain further. 2013-03-11 02:02:28 +00:00
christos
8493e8dcfc separate sess commands. 2013-03-11 00:39:32 +00:00
christos
feb589a817 remove dup usage. 2013-03-11 00:34:43 +00:00
christos
c85651a383 fix usage 2013-03-11 00:16:59 +00:00
christos
58bc4d4e58 handle port "ftp-data" 2013-03-11 00:09:07 +00:00
christos
cd72feefe1 more 2013-03-11 00:05:36 +00:00
christos
b58e208695 my laundry list 2013-03-11 00:04:46 +00:00
christos
2acab3345b centralize error handling and print what went wrong instead of "ioctl" 2013-03-10 23:59:00 +00:00
christos
8c8be406dd modules moved to /lib 2013-03-10 23:57:07 +00:00
christos
e0620b41b3 deal with strings as interfaces 2013-03-10 23:11:26 +00:00
christos
9f5f8a86c5 normalise -> normalize 2013-03-10 21:55:40 +00:00
rmind
e1515f844d Fix the example (deja vu?). 2013-03-10 21:17:30 +00:00
christos
67f79fd48b add MAP_PRIVATE 2013-03-10 19:32:29 +00:00
christos
bec987f94b fix compilation issues. 2013-03-08 20:58:35 +00:00
christos
524dd7b3c3 - don't allow multiple active connections from the same host
- prefix all messages with the local hostname
- more error checking
2013-03-08 20:56:44 +00:00
christos
71203128f9 remove compiler hacks 2013-03-06 18:21:41 +00:00
yamt
7f82ee6f97 print some more bits 2013-03-06 11:52:53 +00:00
yamt
fb5e2b43eb add -d option to disable lockstat 2013-03-06 11:49:06 +00:00
wiz
0c848d03c9 Fix typo. 2013-03-05 23:01:06 +00:00
jdf
ac3f3ae535 Fix wording: s/ffs file systems/FFS file systems/
Proposed by Snader_LB
2013-03-05 22:58:59 +00:00