| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
Notes:
svn path=/head/; revision=201227
|
|
|
|
| |
Notes:
svn path=/head/; revision=201226
|
|
|
|
| |
Notes:
svn path=/head/; revision=201225
|
|
|
|
| |
Notes:
svn path=/head/; revision=201224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This replaces d_mmap() with the d_mmap2() implementation and also
changes the type of offset to vm_ooffset_t.
Purge d_mmap2().
All driver modules will need to be rebuilt since D_VERSION is also
bumped.
Reviewed by: jhb@
MFC after: Not in this lifetime...
Notes:
svn path=/head/; revision=201223
|
|
|
|
|
|
|
|
|
| |
get required command protocol. But they have no idea about new commands,
such as DATA SET MANAGEMENT (TRIM). As soon as this info any way provided
by CAM, give controller specific instructions.
Notes:
svn path=/head/; revision=201222
|
|
|
|
|
|
|
| |
(Why is aout support still there?)
Notes:
svn path=/head/; revision=201217
|
|
|
|
|
|
|
|
| |
Reviewed by: brooks
MFC after: 3 days
Notes:
svn path=/head/; revision=201216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_<IF>'
variable. If a vlan interface is a number, then that number is treated as
the vlan tag for the interface and the interface will be named '<IF>.<tag>'.
Otherwise, the vlan tag must be provided via a vlan parameter in a
'create_args_<vlan>' variable.
While I'm here, fix a few nits in rc.conf(5) and mention create_args_<IF> in
the description of cloned_interfaces.
Reviewed by: brooks
MFC after: 2 weeks
Notes:
svn path=/head/; revision=201215
|
|
|
|
|
|
|
| |
Submitted by: rwatson
Notes:
svn path=/head/; revision=201214
|
|
|
|
| |
Notes:
svn path=/head/; revision=201213
|
|
|
|
| |
Notes:
svn path=/head/; revision=201212
|
|
|
|
| |
Notes:
svn path=/head/; revision=201211
|
|
|
|
| |
Notes:
svn path=/head/; revision=201210
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* new firmware
* untested support for 1000 and 6000 series
* bgscan support
* remove unnecessary RXON changes
* allow setting of country/regdomain by enforcing channel flags read
from the EEPROM
* suspend/resume fixes
* RF kill switch fixes
* LED adjustments
* several bus_dma*() related fixes
* addressed some LORs
* many other bug fixes
Submitted by: Bernhard Schmidt <bschmidt at techwires.net>
Obtained from: Brandon Gooch <jamesbrandongooch at gmail dot com> (LED
related changes), Benjamin Kaduk <kaduk at mit dot edu>
(LOR fixes), OpenBSD
Notes:
svn path=/head/; revision=201209
|
|
|
|
|
|
|
|
| |
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 3 days
Notes:
svn path=/head/; revision=201204
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=201202
|
|
|
|
|
|
|
|
| |
Based on submission by: pluknet gmail com
MFC after: 3 days
Notes:
svn path=/head/; revision=201201
|
|
|
|
|
|
|
| |
- Fix whitespace.
Notes:
svn path=/head/; revision=201200
|
|
|
|
|
|
|
|
| |
- Wrap/shorten too long lines.
- Remove a redundant variable and an unnecessary cast in schizo(4).
Notes:
svn path=/head/; revision=201199
|
|
|
|
|
|
|
|
|
|
| |
Fix crashes in the detach path.
Submitted by: Kristof Provost <kristof@sigsegv.be>
MFC after: 1 month
Notes:
svn path=/head/; revision=201198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
renamed. Previously the vlan interfaces would lose their configuration as if
the parent interface had been physically removed. Now vlan interfaces ignore
rename events.
- Add a new ifnet flag (IFF_RENAMING) that is set while an ifnet is being
renamed. This flag can be checked in ifnet departure/arrival event
handlers to treat rename events differently.
- Change the ifnet departure event handler in the if_vlan(4) driver to
ignore departure events due to a trunk interface being renamed.
Reviewed by: brooks, rwatson
MFC after: 1 week
Notes:
svn path=/head/; revision=201196
|
|
|
|
|
|
|
|
|
|
|
| |
implementation of time(3). CLOCK_SECOND is much faster.
No objections from: phk
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 1 week
Notes:
svn path=/head/; revision=201194
|
|
|
|
|
|
|
|
|
| |
to the IPv4 rules.
Reported by: David Horn <dhorn2000__at__gmail.com>
Notes:
svn path=/head/; revision=201193
|
|
|
|
|
|
|
|
|
|
| |
Because strings are now null-terminated, I've decided to just use an
array of utmpx structures, instead of the separated strings. This means
we just copy the entire utmpx structure and point to the strings within
the structures directly.
Notes:
svn path=/head/; revision=201192
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Bangladesh will change its clock back to Standard Time on Dec 31, 2009.
MFC after: now
Notes:
svn path=/head/; revision=201189
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bangladesh will change its clock back to Standard Time on Dec 31, 2009.
Obtained from: ftp://elsie.nci.nih.gov/pub/
Notes:
svn path=/vendor/tzdata/dist/; revision=201187
svn path=/vendor/tzdata/tzdata2009u/; revision=201188; tag=vendor/tzdata/tzdata2009u
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201182
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201181
|
| |
| |
| |
| |
| |
| |
| |
| | |
While there, rename die_you_gravy_sucking_pig_dog() to something that's
less moronic.
Notes:
svn path=/head/; revision=201180
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201179
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201178
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201177
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201176
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201175
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201171
|
| |
| |
| |
| |
| |
| |
| |
| | |
archives by generating synthetic ino values and mapping values
from disk into the new values.
Notes:
svn path=/head/; revision=201170
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201169
|
| |
| |
| |
| |
| |
| |
| |
| | |
The initial implementation was developed by Anselm Strauss as part of
Google Summer of Code 2008, then completed by Joerg Sonnenberger.
Notes:
svn path=/head/; revision=201168
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1<<30 bytes of memory, which is required for some streams.
Also, try to make the taster more discriminating about raw lzma streams.
The detection here is still really weak, though; please use xz instead
of lzma.
Notes:
svn path=/head/; revision=201167
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201166
|
| |
| |
| |
| |
| |
| |
| | |
mtree files.
Notes:
svn path=/head/; revision=201165
|
| |
| |
| |
| |
| |
| |
| | |
This eliminates some false-positives in the hardlink detection logic.
Notes:
svn path=/head/; revision=201163
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Use ino64 where appropriate
* Don't pass atime or nsec to ustar formatter
Notes:
svn path=/head/; revision=201162
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For portability, prefer int64_t to off_t.
Improve numeric overflow handling when parsing.
Fix some variable types.
Eliminate some unused results.
Notes:
svn path=/head/; revision=201161
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Warn about truncation of ino
* Use a macro to hide the somewhat obscure pad-to-multiple-of-4 calculation
* Eliminate some unused variables
Notes:
svn path=/head/; revision=201160
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Write xattrs last instead of first (required on platforms that use
system xattrs for security attributes)
* Better handling of chdir() failures
* Don't bother trying to shorten files via seek()/write()
* Fix build on systems that lack link()/symlink()/mknod()
* Prefer futimens()/utimensat() when they're present
Notes:
svn path=/head/; revision=201159
|
| |
| |
| |
| |
| |
| |
| | |
immediate feedback if we fail to fork an external decompression program.
Notes:
svn path=/head/; revision=201157
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Enforce option interface can only be used before the archive is opened
* Correctly handle large skips on platforms with 32-bit off_t
* Use int64_t instead of off_t
Notes:
svn path=/head/; revision=201156
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=201155
|