| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
busy count. Only mappings that allow write access should be prevented by
a non-zero busy count.
(The prohibition on mapping pages for read access when they have a non-
zero busy count originated in revision 1.202 of i386/i386/pmap.c when
this code was a part of the pmap.)
Reviewed by: tegge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
L2 lookups
as well as providing stateful load balancing when used with RADIX_MPATH.
- Currently compiled in to i386 and amd64 but disabled by default, it can be enabled at
runtime with 'sysctl net.inet.flowtable.enable=1'.
- Embedded users can remove it entirely from the kernel by adding 'nooption FLOWTABLE' to
their kernel config files.
- A minimal hookup will be added to ip_output in a subsequent commit. I would like to see
more review before bringing in changes that require more churn.
Supported by: Bitgravity Inc.
|
|
|
|
| |
Noticed by: ru@
|
|
|
|
| |
infrastructure to support non-MPSAFE network device drivers.
|
|
|
|
| |
since it shortly won't be defined at all.
|
| |
|
| |
|
|
|
|
|
|
| |
This will make switching to malloc(9) easier; also, it would be
neccessary to add these routines if/when we implement variable-size
ACLs.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also, adjust the MD5 calls to rely on libmd instead of libcrypto,
so we keep MD5 support even in the !OpenSSL case.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
0's. At least one PC Card ASIC does this...
|
|
|
|
| |
doesn't have a function type of network, so add a quirk for that...
|
| |
|
|
|
|
|
| |
more details about some of the formats and
to briefly describe the mtree writing capability.
|
|
|
|
|
| |
to do this in case we have a shared interrupt that fires during the
attach process....
|
| |
|
|
|
|
|
| |
Submitted by: mav
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
| |
The unit number is still used to store the type of the device node.
Approved by: emax
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
be removed from and reinserted to proper ncneg list.
Reported by: pho
Submitted by: kib
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It's amazing how a well-placed eyesore generates more motivation in a
day than email generates in three weeks.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
collection.
|
|
|
|
| |
IFF_NEEDSGIANT, as that is no longer supported.
|
| |
|
|
|
|
| |
track down the library dependencies that are screwing up the /rescue build.
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Catch and report close-time errors.
|
| |
|
| |
|
|
|
|
|
| |
to indicate that this is synchronized with the recent libarchive 2.7.0
release.
|
| |
|
| |
|
|
|
|
| |
for options that don't change the list of keywords.
|