kientzle
c8690d4c1a
Include wchar.h to improve our chances of finding
...
WCHAR_MAX. This might fix a portability problem on HP_UX.
Thanks to: Susan Kim
2004-12-22 06:40:28 +00:00
kientzle
df72015a3c
Portability nit: Some platforms require stdio.h before bzlib.h.
...
Thanks to: Kurt J. Lidl
2004-12-22 06:30:14 +00:00
kientzle
1db0b0f050
Add __archive_strappend_int to format a decimal
...
number into a variable-length archive_string.
2004-12-22 06:12:40 +00:00
kientzle
5babdbc5e3
Add a fallback version of fnmatch() to the bsdtar
...
source code. Include configure logic to pick up the
system one when it exists and use the fallback version
when it doesn't exist. Set the default for FreeBSD
to use the system version.
With this, bsdtar should now be quite portable.
2004-12-22 06:08:04 +00:00
kientzle
b5c1699658
GC an unused #include
2004-12-22 05:54:10 +00:00
kientzle
5b6c40f225
Fix -W long option handling.
...
In particular:
-W excl=text
fails because "excl" is a prefix of both "exclude" and "exclude-from". But,
-W exclude=text
is okay because it matches "exclude" exactly.
Thanks to: Jose F Nieves
MFC after: 7 days
2004-12-22 03:38:28 +00:00
kientzle
15dfe78baa
Don't truncate major/minor numbers written to the legacy
...
ustar fields. Later, we're going to permit numeric extensions
for these fields, so we can support large values here. In particular,
this allows GNU tar to correctly extract such entries even
though it doesn't support the pax extended attributes.
Note: r1.18 and r1.17.2.1 of this file allowed similar treatment
of the uid/gid fields.
Thanks to: Ben Mesander
2004-12-22 02:35:37 +00:00
kientzle
66ddfc8a78
Tune the bidding for tar archives. This
...
improves the recognition of hardlink entries
with/without bodies (which is implemented through
a look-ahead that uses the bid function).
MFC after: 7 days
2004-12-22 00:49:16 +00:00
kientzle
38e8a38c12
Portability: the included fts.c should now
...
compile on many non-FreeBSD systems, including
Linux, Solaris, Darwin, etc.
Thanks to: many people who pointed out the same portability problem
2004-12-22 00:21:28 +00:00
roam
5a6d53a669
And this, kids, is what happens if you act on a patch without looking
...
at the mailing list to see if there isn't any more discussion just
around the corner. Here's the update to the other part of the manpage
that deals with the hw.ata.atapi_dma loader tunable and initializing
ATAPI devices in PIO or DMA mode.
PR: 75021
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
Spotted by: Joel Dahl <joel@automatvapen.se>
2004-12-21 20:02:50 +00:00
pjd
968f03faa7
Now, when force device destruction is done on shutdown, hide warning,
...
that device cannot be destroyed immediately, under debug=1.
Suggested by: simon
2004-12-21 19:50:18 +00:00
roam
66d65c6614
Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 of
...
src/sys/dev/ata/ata-all.c from PIO to DMA.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
MFC after: 1 week
2004-12-21 19:41:21 +00:00
pjd
c18c5197dc
Improve reliability and clean up code a bit.
...
For more details check src/sys/geom/mirror/g_mirror.c rev.1.47,1.48,1.49,1.50.
2004-12-21 19:30:59 +00:00
alc
6e5db3a043
Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smaller
...
and faster in cases, such as pmap_kextract(), where the pde is known to
exist.
2004-12-21 19:25:56 +00:00
pjd
085de6ea5e
Wait a bit after creating device.
2004-12-21 19:03:10 +00:00
pjd
13636f516f
When RAID3 device is configured in "verify" mode, synchronization of the
...
parity component is now force on creation.
Change regression test which check "verify" mode to work properly after
this change.
2004-12-21 18:48:59 +00:00
pjd
c5ff5344f3
This should not be permitted, but some GEOM classes held the topology lock
...
while doing g_(read|write)_data() (e.g. BSD). This can cause a deadlock
in MIRROR class. Not sure if this is safe to drop the topology lock in BSD
class, so change the code in MIRROR class to avoid this deadlock.
2004-12-21 18:42:51 +00:00
pjd
27d828652f
Implement g_topology_try_lock().
...
No objection from: phk
2004-12-21 18:32:46 +00:00
ru
9a53664bdb
Use the source of the termcap database when available.
2004-12-21 15:16:36 +00:00
ru
93f5228cf5
The "fixate" command no longer terminates command processing,
...
so that "eject" following it can happen.
2004-12-21 14:57:37 +00:00
ru
833eea53d9
Document -F in usage() and SYNOPSIS.
2004-12-21 14:53:44 +00:00
ru
e2a37856e9
Make "burncd ... fixate eject" really work as promised.
2004-12-21 14:49:10 +00:00
ru
c8158555ed
NOPAM -> NO_PAM
2004-12-21 12:49:24 +00:00
ru
0f51b4223f
NOIPSEC -> TRACEROUTE_NO_IPSEC
2004-12-21 12:44:20 +00:00
ru
bb6ad7dcac
NOFORTH -> NO_FORTH
2004-12-21 12:32:15 +00:00
ru
29be3c915e
NOCLEAN -> NO_CLEAN
...
NOCLEANDIR -> NO_CLEANDIR
2004-12-21 12:21:26 +00:00
keramida
1f936587ca
Fix the build of netrate/ with WARNS=5 and add a Makefile.inc to
...
make it the default for all the netrate test tools.
Approved by: rwatson
2004-12-21 12:14:34 +00:00
ru
68c5efb791
NOSHARE -> NO_SHARE
2004-12-21 12:13:23 +00:00
ru
8f62cc9941
NOHTML -> NO_HTML
2004-12-21 12:05:11 +00:00
ru
b74e87102d
Overhaul ppp(8) build options so they are safe to use in
...
/etc/make.conf:
NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
cognet
a90b1e3656
- The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for the
...
GigE controller, so handle this.
- Use the outbound window 0 if the PCI mem requested is in its range, instead
of inconditionally use the outbound window 1.
This should be enough to get FreeBSD/arm to work on the IQ80321 board as well.
Reported and tested by: Jia-Shiun Li <jiashiun at gmail dot com>
2004-12-21 11:36:09 +00:00
ru
618fb8df63
The C define is NONAT.
2004-12-21 11:12:05 +00:00
ru
5c04306fea
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
ru
f6f8222630
NOGAMES -> NO_GAMES
2004-12-21 10:36:54 +00:00
ru
f4c44b761b
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
ru
c1a820195c
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
ru
0b2edb3a9b
NOFSCHG -> NO_FSCHG
2004-12-21 09:53:14 +00:00
ru
e1caf1330c
NOINSTALLLIB -> NO_INSTALLLIB
2004-12-21 09:51:09 +00:00
ru
c2e515500a
NOMLINKS -> NO_MLINKS
2004-12-21 09:44:43 +00:00
ru
4b9f1e21d7
NOTAGS -> NO_TAGS
2004-12-21 09:43:25 +00:00
ru
0fd3f0e793
NOEXTRADEPEND -> NO_EXTRADEPEND
2004-12-21 09:42:10 +00:00
ru
74176cc161
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
ru
3b01b84505
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
ru
ba3655c74f
NOLIBC_R -> NO_LIBC_R
...
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
ru
cec60429bb
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
grehan
8a8ad0dddf
GEOMify the OFW disk driver. Code taken unashamedly from
...
the preload case in dev/md/md.c.
2004-12-21 02:23:35 +00:00
obrien
2cc4802343
Protect the NM expansion.
2004-12-21 02:08:14 +00:00
obrien
aaae565e37
Fix a mis-sort.
2004-12-21 02:07:38 +00:00
brueffer
392ec03981
(fast) ethernet -> (Fast) Ethernet
...
MFC after: 3 days
2004-12-21 01:09:34 +00:00
phk
93beb5568e
Hide/remove various printfs, now that root mounting doesn't seem to explode
...
on people.
2004-12-20 21:59:25 +00:00