Ulf Lilleengen
697ab8be86
- Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,
...
as the renaming only changes internal gvinum names and will not alter the geom
topology.
- The topology lock was not held when calling g_wither_geom after renaming.
2009-04-18 16:36:27 +00:00
Sam Leffler
6f20ea67ac
Cleanups to prepare this code for wider use (likely merged into hostapd):
...
o add (required) cmd line args to specify the set of ifnet's to monitor
for WDS discovery msgs; "any" is a wildcard
o change the default script run on wds vap create to the "null script"
o auto-daemonize; add -f option to force foreground operation
o add -P option for integration with rc.d (implementation missing, tba)
o use syslog; default to log up to LOG_INFO, -t (terse) gives you up to
LOG_ERR, and -v (verbose) gives you up to LOG_DEBUG
o scan for existing vaps on startup to recover existing state
o correct some types
2009-04-18 16:14:03 +00:00
Sam Leffler
7278fd42b9
allow NANO_CFGDIR to be overridden
2009-04-18 15:59:09 +00:00
Ed Schouten
dae0d1b1d5
Remove unused SESUNIT() macro from ses(4).
2009-04-18 07:39:11 +00:00
Ed Schouten
e78a5a3f2f
Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().
2009-04-18 07:36:38 +00:00
Tim Kientzle
f4f5e3f5b9
Rely on OpenSSL bits only if we're building a system with OpenSSL.
...
Also, adjust the MD5 calls to rely on libmd instead of libcrypto,
so we keep MD5 support even in the !OpenSSL case.
2009-04-18 06:06:47 +00:00
Tim Kientzle
79cf3de423
Make -lcrypto usage dependent on whether or not we're building with OpenSSL.
2009-04-18 06:03:09 +00:00
Tim Kientzle
3b495423e3
Libarchive is sprouting dependencies on libmd and libcrypto.
...
Because crunchgen drops any repeated library (keeping only the
first), the -lcrypto reference must be moved to after -larchive,
not merely duplicated.
I'm considering changing crunchgen's handling of duplicate
libraries, but that's a rather more delicate issue.
2009-04-18 06:01:55 +00:00
Warner Losh
77944b3551
Make sure that the data in the ROM with a valid signature isn't all
...
0's. At least one PC Card ASIC does this...
2009-04-18 04:45:02 +00:00
Warner Losh
f2731d8565
Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurfer
...
doesn't have a function type of network, so add a quirk for that...
2009-04-18 04:37:53 +00:00
Warner Losh
39ce911c1e
This turns out to be wrong...
2009-04-18 04:21:04 +00:00
Tim Kientzle
84cdfa5374
Correct and update the manpage to include
...
more details about some of the formats and
to briefly describe the mtree writing capability.
2009-04-18 03:47:29 +00:00
Warner Losh
74677fb82b
Establish the interrupt handler AFTER we successfully attach. We need
...
to do this in case we have a shared interrupt that fires during the
attach process....
2009-04-18 03:10:28 +00:00
Warner Losh
77a6714a6d
Remove debug write accidentally left in.
2009-04-18 03:02:44 +00:00
Maksim Yevmenkin
dba59455b3
Fix bug in event timeout handling
...
Submitted by: mav
MFC after: 3 days
2009-04-17 23:33:30 +00:00
Bernd Walter
69948a10db
minor cleanup
2009-04-17 22:45:57 +00:00
Tim Kientzle
caa9d69ea1
*** empty log message ***
2009-04-17 22:20:44 +00:00
Ed Schouten
182e0e9ddc
Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.
...
The unit number is still used to store the type of the device node.
Approved by: emax
2009-04-17 22:13:41 +00:00
John Baldwin
a28b3fc741
- Add a few more register defintions for the PCI express capability
...
registers.
- Cleanup PCI-X capability printf to not leave a dangling "supports" for
some PCI-X bridges.
- Display additional PCI express details including the negotiated and max
link width and the actual and maximum supported max payload.
MFC after: 1 month
2009-04-17 19:07:44 +00:00
Kip Macy
e94ba2ce53
clarify state of llentry that is passed back
2009-04-17 18:48:50 +00:00
Alexander Kabaev
8aeb69d0f2
Undo private changes that should never have been committed.
2009-04-17 18:34:11 +00:00
Alexander Kabaev
348496ad39
More fallout from negative dotdot caching. Negative entries should
...
be removed from and reinserted to proper ncneg list.
Reported by: pho
Submitted by: kib
2009-04-17 18:11:11 +00:00
John Baldwin
c8728236ec
The vlan code has not required the miibus code since 6.0 when
...
if_link_state_change() was added and the vlan link-state hook was moved
out of miibus and into net/if.c.
MFC after: 1 month
2009-04-17 17:40:47 +00:00
Andrew Thompson
0c512ce8ee
Drain the driver tasks on the same taskqueue in which they were enqueued.
2009-04-17 16:07:13 +00:00
Yoshihiro Takahashi
dfa8d62567
The sr(4) driver is removed.
2009-04-17 15:54:41 +00:00
Yoshihiro Takahashi
57874b20f5
The ar(4), ray(4) and sr(4) drivers are removed.
2009-04-17 15:49:37 +00:00
David Schultz
1068c8150a
Revert r190943, since the problem in ports seems to be fixed now.
...
It's amazing how a well-placed eyesore generates more motivation in a
day than email generates in three weeks.
2009-04-17 14:19:18 +00:00
John Baldwin
842f11bef6
Restore bus DMA bounce pages to an offset of 0 when they are released by
...
a tag that has BUS_DMA_KEEP_PG_OFFSET set. Otherwise the page could be
reused with a non-zero offset by a tag that doesn't have
BUS_DMA_KEEP_PG_OFFSET leading to data corruption.
Sleuthing by: avg
Reviewed by: scottl
2009-04-17 13:22:18 +00:00
Ollivier Robert
e932b25b93
Add an entry for the French macbook keyboard layout.
2009-04-17 11:30:32 +00:00
Robert Watson
7eb04522ef
Remove kue_fw.h, missed in previous IFF_NEEDSGIANT USB driver garbage
...
collection.
2009-04-17 09:48:20 +00:00
Robert Watson
855628aba6
Remove legacy versions of USB network interface drivers relying on
...
IFF_NEEDSGIANT, as that is no longer supported.
2009-04-17 09:42:26 +00:00
Kevin Lo
5d8c02c23f
Change Taiwan, Province of China to Taiwan, Republic of China
2009-04-17 08:01:18 +00:00
Tim Kientzle
400970912f
Disabling the crypto bits should quiet tinderbox while I
...
track down the library dependencies that are screwing up the /rescue build.
2009-04-17 07:28:49 +00:00
Tim Kientzle
d46c56dcba
Merge from libarchive.googlecode.com:
...
* Lots of new tests.
* New -n / --numeric-uid-gid option
* More sanity-checking of arguments
* Various Windows portability improvements
* Sync up version number to 2.7.0
2009-04-17 04:04:57 +00:00
Tim Kientzle
5191e7b552
Merge remaining changes from libarchive.googlecode.com:
...
* Add xz and lzma compression options
* Rename --format-options to simply --options
* Add --same-owner for GNU tar compat
* Add -lmd and -lcrypto to fix link
* Documentation
2009-04-17 03:45:15 +00:00
Tim Kientzle
4e350e9d6b
Set options before opening the archive.
...
Catch and report close-time errors.
2009-04-17 03:40:40 +00:00
Tim Kientzle
6ffa10bc90
Minor portability improvement in calls to ctype.h macros.
2009-04-17 03:37:09 +00:00
Tim Kientzle
c7e120041d
Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks.
2009-04-17 03:36:07 +00:00
Tim Kientzle
59fd3980b7
Publicize a handful of new functions and bump the version number
...
to indicate that this is synchronized with the recent libarchive 2.7.0
release.
2009-04-17 01:07:37 +00:00
Tim Kientzle
24a4c12895
Merge lots of test suite updates from libarchive.googlecode.com.
2009-04-17 01:06:31 +00:00
Tim Kientzle
7523935ae4
FreeBSD has a lot of crypto functions used by the recent mtree writer updates.
2009-04-17 01:04:23 +00:00
Tim Kientzle
50cc11da04
Ensure that the option setters return OK (option used) even
...
for options that don't change the list of keywords.
2009-04-17 01:03:52 +00:00
Tim Kientzle
c190973e9d
Fix a memory leak: Release the current list of /set keywords
...
even when we exit on an error.
2009-04-17 01:02:56 +00:00
Tim Kientzle
7ea8a85dbc
Document the new read options interface and the new read_header2() call.
2009-04-17 01:02:12 +00:00
Tim Kientzle
a5e75fbb6c
Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r().
...
Keep the buffer in the cache object so we don't have to keep doing this.
2009-04-17 01:01:15 +00:00
Tim Kientzle
82ea3751d6
Don't match an empty file on a read error.
2009-04-17 01:00:11 +00:00
Tim Kientzle
b6a1f92f24
When pulling metadata from disk, lookup the user and group name at the same time.
2009-04-17 00:59:34 +00:00
Tim Kientzle
bfe2732de8
LZW bugfix: when we hit end-of-file, return an invalid code.
2009-04-17 00:58:44 +00:00
Tim Kientzle
bf89aeae5e
Minor fix: some platforms require both inttypes.h and stdint.h.
2009-04-17 00:57:11 +00:00
Tim Kientzle
06f39cd345
Implement command-line fallbacks for gzip and bzip2 decompression as well.
...
Not an issue for FreeBSD, since the base system has the necessary libraries.
Since all decompressors are always available now, we can unconditionally
enable them in archive_read_support_compression_all().
2009-04-17 00:55:52 +00:00