Luigi Rizzo
e59084e086
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects
...
to find it there. Unfortunately this reintroduces the dependency
on ip_fw_pfil.c
2009-12-28 12:29:13 +00:00
Luigi Rizzo
b6d33186d2
this file is also affected by the ipfw changes
2009-12-28 10:48:01 +00:00
Luigi Rizzo
830c6e2b97
bring in several cleanups tested in ipfw3-head branch, namely:
...
r201011
- move most of ng_ipfw.h into ip_fw_private.h, as this code is
ipfw-specific. This removes a dependency on ng_ipfw.h from some files.
- move many equivalent definitions of direction (IN, OUT) for
reinjected packets into ip_fw_private.h
- document the structure of the packet tags used for dummynet
and netgraph;
r201049
- merge some common code to attach/detach hooks into
a single function.
r201055
- remove some duplicated code in ip_fw_pfil. The input
and output processing uses almost exactly the same code so
there is no need to use two separate hooks.
ip_fw_pfil.o goes from 2096 to 1382 bytes of .text
r201057 (see the svn log for full details)
- macros to make the conversion of ip_len and ip_off
between host and network format more explicit
r201113 (the remaining parts)
- readability fixes -- put braces around some large for() blocks,
localize variables so the compiler does not think they are uninitialized,
do not insist on precise allocation size if we have more than we need.
r201119
- when doing a lookup, keys must be in big endian format because
this is what the radix code expects (this fixes a bug in the
recently-introduced 'lookup' option)
No ABI changes in this commit.
MFC after: 1 week
2009-12-28 10:47:04 +00:00
Luigi Rizzo
6cc7b9f5d9
readability fixes -- add braces on large blocks, remove unnecessary
...
initializations
2009-12-28 10:19:53 +00:00
Luigi Rizzo
6730dcaec7
explain details of operation of table lookups, and improve portability
2009-12-28 10:12:35 +00:00
Edward Tomasz Napierala
15db839614
Bump manual page dates.
2009-12-28 09:41:13 +00:00
Edward Tomasz Napierala
6fd04c3a67
Don't refer to pppd(8).
2009-12-28 09:37:33 +00:00
Edward Tomasz Napierala
8ae7052e5f
Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.
2009-12-28 09:32:45 +00:00
Edward Tomasz Napierala
cf39698e16
Line discipline support is gone; update tty(4) manual page to reflect this.
...
Reviewed by: ed
2009-12-28 09:28:22 +00:00
Edward Tomasz Napierala
1f83b37ee7
Add references to termios-related stuff.
2009-12-28 09:26:46 +00:00
Tim Kientzle
989f6ccc3f
Portability.
2009-12-28 06:59:35 +00:00
Tim Kientzle
0d722d6394
Remove some dead assignments, fix some declarations.
2009-12-28 03:33:05 +00:00
Tim Kientzle
e15da0400a
Clarify an example so Linux folks won't keep getting confused by this point.
2009-12-28 03:31:29 +00:00
Tim Kientzle
456bd00333
Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.
2009-12-28 03:30:31 +00:00
Tim Kientzle
f773eba566
Fix some unused variables and dead assignments.
2009-12-28 03:28:21 +00:00
Tim Kientzle
108f9d8324
Remove an unused variable and an unreachable statement.
2009-12-28 03:25:33 +00:00
Tim Kientzle
409cc2477d
Fix line endings.
2009-12-28 03:24:56 +00:00
Tim Kientzle
354c05f65d
Discourage external use of this header.
2009-12-28 03:20:54 +00:00
Tim Kientzle
4ffba49a6f
Remove unused variable.
2009-12-28 03:14:30 +00:00
Tim Kientzle
6f1d1a5084
O_BINARY for Windows.
2009-12-28 03:13:49 +00:00
Tim Kientzle
966062dd11
Handle Zip CRC validation for uncompressed Zip archives even on
...
platforms that lack zlib.
2009-12-28 03:11:36 +00:00
Tim Kientzle
10f117ebc2
Include limits.h; remove unused variable.
2009-12-28 03:06:27 +00:00
Tim Kientzle
09bf59d4b9
Use ino64 interface.
2009-12-28 03:05:31 +00:00
Tim Kientzle
2b1f175936
Use new ino64 interface.
2009-12-28 03:03:00 +00:00
Tim Kientzle
9adedf9679
New archive_file_count() utility.
2009-12-28 02:58:14 +00:00
Tim Kientzle
042c735c81
Portability fixes.
2009-12-28 02:45:56 +00:00
Tim Kientzle
65d5426feb
Various portability fixes, plus:
...
* New "ino64" field.
* New UTF8 interfaces for hardlink/symlink updates
2009-12-28 02:41:27 +00:00
Tim Kientzle
13f322aec3
Remove an unused variable and an unnecessary increment.
2009-12-28 02:33:22 +00:00
Tim Kientzle
cc1e3ebe54
Eliminate an unused assignment.
2009-12-28 02:29:21 +00:00
Tim Kientzle
2866e9d5d0
Portability: Set the file descriptor to binary mode on Win32
2009-12-28 02:28:44 +00:00
Tim Kientzle
c0840e91d3
Discourage outside use of this internal header.
2009-12-28 02:26:06 +00:00
Tim Kientzle
c17fd585bb
Remove dead assignment.
2009-12-28 02:22:41 +00:00
Tim Kientzle
a5a14ed059
Portability:
...
* some non-FreeBSD platforms do actually define __FBSDID() in sys/cdefs.h
* Borland C <sigh>
2009-12-28 02:22:04 +00:00
Tim Kientzle
e9cb23e15d
Portability: terminate abnormally via abort() instead of segfault,
...
watch the return value from write(), and avoid signed arithmetic on
unsigned values.
2009-12-28 02:20:23 +00:00
Tim Kientzle
06225a399b
Allow more formats to be active at a time; discourage outside use.
2009-12-28 02:18:55 +00:00
Tim Kientzle
8ead7c052b
Enforce this as an internal-only header.
2009-12-28 02:18:26 +00:00
Tim Kientzle
ee674fd0b9
Discourage people from using this header outside of libarchive.
2009-12-28 02:17:53 +00:00
Tim Kientzle
1bb8e82188
Compatibility: I found some more compilers that don't like 'inline' keyword.
...
Protection: Discourage people from using this header outside libarchive.
2009-12-28 02:17:15 +00:00
Tim Kientzle
f1bfc23207
Sync with googlecode some changes that have no impact on FreeBSD.
2009-12-28 02:14:09 +00:00
Tim Kientzle
96de948146
Compatibility fix for some older systems with non-POSIX getgrnam_r/getpwnam_r
...
and a minor style fix for the hash function.
2009-12-28 02:09:57 +00:00
Tim Kientzle
94cb976997
Catch certain gzip failures at close time.
2009-12-28 02:05:28 +00:00
Tim Kientzle
153ee32724
Remove a dead assignment.
2009-12-28 02:04:42 +00:00
Tim Kientzle
b4a4198e53
Remove some unused variables and dead assignments.
2009-12-28 02:03:54 +00:00
Tim Kientzle
23e37d63dc
Update the hard-coded configuration for libarchive.
2009-12-28 02:01:42 +00:00
Tim Kientzle
ff30341ebf
Update format manpages for libarchive.
2009-12-28 01:50:23 +00:00
Luigi Rizzo
7ba6829897
make the memory filesystem larger, and add an example
...
on how to import files from the host
2009-12-28 01:25:05 +00:00
Luigi Rizzo
996e65afcd
clear leftover from previous computations
2009-12-28 01:02:45 +00:00
Luigi Rizzo
5afa69927f
more support to import files and libraries from the host.
2009-12-28 00:51:00 +00:00
Andrew Thompson
b55b073f14
Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.
2009-12-28 00:42:42 +00:00
Doug Barton
81ef4483d0
Update the "-l or -r" usage to better conform to the standard
...
Submitted by: ed
2009-12-27 23:15:23 +00:00