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
Doug Barton
767239710b
Update the "-l or -r" usage to better conform to the standard
...
Submitted by: ed
2009-12-27 23:13:18 +00:00
Ed Schouten
4a1f09d742
Parse DEAD_PROCESS entries properly.
...
The TTY line name should always be set for DEAD_PROCESS entries right
now. When we parse a clean utmp entry, we don't want to interpret it as
a DEAD_PROCESS entry if the TTY has never been used yet.
2009-12-27 22:26:29 +00:00
Luigi Rizzo
745abd5963
add a 'qemu' floppy type, useful for running tests on new kernels
2009-12-27 21:58:48 +00:00
Luigi Rizzo
ebb3eb9a3f
dhclient needs to have /var/empty and a _dhcp user
...
(it also needs /sbin/dhclient-script, will handle that later)
2009-12-27 21:17:31 +00:00
Ed Schouten
41477e05db
Let rwhod use libulog.
...
I am not planning on providing a mechanism tot stat() the database files
directly. The disadvantage of this, is that rwhod will now be a little
bit more heavy than it used to be. It normally used to fstat() the file
descriptor to see whether the file had changed, but this is now
impossible to implement, meaning we have to parse the entire utmp file
each 180 seconds.
This is probably not an issue on modern 16-way servers, but if it turns
out to be a problem, we'll think of something.
2009-12-27 21:14:55 +00:00
Luigi Rizzo
a118f94c12
fix a typo (not that it matters)
2009-12-27 21:13:53 +00:00