Commit Graph

16125 Commits

Author SHA1 Message Date
christos 7c894664c7 Instead of changing the code to match the documentation, change the documentation
to match the code. NOCHECK is used only by csh(1) and csh(1) is too broken for
words (histchars quoting is "special").
2012-12-27 21:17:47 +00:00
martin 96ee7c5e41 Add fpclassify{,d} 2012-12-27 10:41:18 +00:00
martin 9200e999a5 Avoid gcc 4.5.3 compiler bug on ia64 by compiling hesiod.c with -O1 only. 2012-12-27 07:08:59 +00:00
wiz ddc483c50c Remove a superfluous quote and fix a recurring typo. 2012-12-24 00:35:56 +00:00
rmind 57ff5416fd - Add NPF version check in proplist as well, not only ioctl. Bump the version.
- Fix a bug in table entry lookup.
- Updates/fixes to the man pages.  Misc.
2012-12-23 21:01:03 +00:00
christos 769edb4d8a Do as the man page says, and for GLOB_NOCHECK return the original pattern,
not a modified version with the backslash characters removed.
2012-12-18 01:39:56 +00:00
wiz f1de633660 Add article. Remove trailing whitespace. 2012-12-15 07:34:36 +00:00
wiz 9e04985eb5 Add article. 2012-12-15 07:34:24 +00:00
matt 4e8ff3d837 Since the struct is const, no reason for the name member to be const. 2012-12-15 04:29:53 +00:00
uwe 4302f11726 Add BUGS section that explains that names VIS_HTTP1808 and VIS_HTTP1866
are wrong (hi, christos).

ok christos@
2012-12-15 02:38:46 +00:00
uwe dafbf6787b RFC 1866 does not define any "URI encoding". It defines HTML 2.0 that
includes SGML numerical character references (&#nnn;) and entity
references (&foo;) for Added Latin 1 and a subset of Numeric and
Special Graphic.
2012-12-15 02:08:13 +00:00
uwe 6e92cc1004 Minor markup fixes. 2012-12-15 01:50:06 +00:00
uwe 1ace9ea358 Add RFC 2045 (for VIS_MIMESTYLE) to "SEE ALSO".
Use space between "RFC" and the number.
2012-12-15 01:19:32 +00:00
uwe e7511e034d Misc formatting fixes. 2012-12-15 01:04:02 +00:00
uwe 1b908ff925 Typos: fix -> fit; length size -> size. 2012-12-15 01:02:26 +00:00
uwe df29ecae5b Fix pasto: VIS_MIMESTYLE produces =XX, not %XX 2012-12-15 00:48:19 +00:00
uwe 6acbdc7985 And two more pastos in examples: December and January are in standard EST,
not daylight saving EDT.
2012-12-14 23:26:17 +00:00
uwe 367bc13515 Fix two more pastos in examples. 2012-12-14 23:16:11 +00:00
uwe 8cc39c0c9f Fix pasto in example template. 2012-12-14 23:00:21 +00:00
uwe 4636daa9fd Use .Vt for types. Don't use .Pq - it formats funny in PostScript and
plain parens do just fine here.
2012-12-14 22:57:00 +00:00
christos 63f7f95ff8 fix pasto (Brooks Davies) 2012-12-14 22:55:59 +00:00
uwe 0c65b28c80 Fix table formatting. 2012-12-14 22:33:17 +00:00
khorben fa46f3adf7 Fixed a typo within the examples 2012-12-14 22:22:51 +00:00
christos 1f58e80eec Add VIS_GLOB (Brooks Davies) 2012-12-14 21:38:18 +00:00
christos 05b06ffddc Reduce the number of relative relocation by allocating space in the
structure directly (Jilles Tjoelker @ FreeBSD)
2012-12-14 21:31:01 +00:00
pooka 1f06a056c7 FreeBSD and DragonFly also provide hosts cpus via sysctl hw.ncpu. 2012-12-14 10:48:48 +00:00
pooka 9a4570ee22 Apparently MAP_ANON mmap() on Linux requires MAP_PRIVATE to be specified
for the addr parameter to have a sane effect.  Make it so.
2012-12-13 15:35:09 +00:00
pooka 4c7d25c0e6 Support binaries which use DT_GNU_HASH instead of DT_HASH. 2012-12-11 21:16:22 +00:00
rmind 333cdb0c5a Add NPF "rndblock" extension to randomly drop packets (using a random function
with a percentage or modulo operation).  This is a demo module, although it can
be used for packet loss simulation.  Example of a procedure in npf.conf:

procedure "somedrop" {
	# Drop 1.9% of the traffic
	rndblock: percentage 1.9
}
2012-12-10 00:32:23 +00:00
spz 0d6a8650f8 Make the compat libs of npf extension shared libraries go to the
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.
2012-12-09 22:06:21 +00:00
wiz a8352d9716 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 21:07:00 +00:00
wiz df30358ee8 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 21:00:18 +00:00
wiz 00c15860d1 Bump date, really. 2012-12-01 20:57:41 +00:00
wiz 1ef05d0df5 Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
2012-12-01 20:53:10 +00:00
wiz d4e1a73a59 Bump date. New sentence, new line. Wording/articles. 2012-12-01 20:51:29 +00:00
wiz 017d301f38 Bump date. New sentence, new line. Wording/articles.
While here, sort errors.
2012-12-01 20:50:19 +00:00
wiz 947bcf9e3f Bump date. New sentence, new line. Wording/articles. 2012-12-01 20:48:26 +00:00
wiz dafc6bcd71 New sentence, new line. Add articles. 2012-12-01 20:46:54 +00:00
wiz 3e961cd531 Remove trailing whitespace. 2012-12-01 20:45:01 +00:00
msaitoh f1f8803538 Fix off by one error. 2012-11-30 10:14:18 +00:00
christos 244cc8cdee install in /lib too because npfctl is linked against it. 2012-11-29 16:17:14 +00:00
matt b160e122c8 Add missing registers. 2012-11-28 02:18:24 +00:00
pooka 4fd1e9198b fix previous 2012-11-26 20:03:40 +00:00
pooka 48528ba2e9 One more thing required by DragonFly 2012-11-26 19:57:24 +00:00
pooka 149f3bccf4 Support DragonFly BSD. 2012-11-26 17:55:11 +00:00
pooka 0d8e694036 PTHREAD_PROCESS_SHARED private doesn't seem to work on DragonFly, so
init the spin lock _PRIVATE (we don't really care which it is).
2012-11-26 17:54:51 +00:00
pooka 303e3a3aa0 FreeBSD fixes.
from philip@freebsd.org
2012-11-26 17:03:15 +00:00
pooka 23a1592d75 const poison is the cure 2012-11-26 17:00:54 +00:00
pooka 2f56710909 Since SA_SETLEN() is used only for sockaddr_in, convert it to SIN_SETLEN()
to avoid compiler whining on breaking strict aliasing rules.
2012-11-26 16:30:14 +00:00
christos 7655db5ec2 fix lint. 2012-11-24 15:20:58 +00:00