| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
attribute does not exist on the file.
-bump document date
Reviewed by: rwatson,trhodes
MFC after: 1 week
|
|
|
|
|
|
| |
Note that unlink.2 can return EPERM if the immutable or append-only flags are set.
PR: 77043
|
|
|
|
|
| |
PR: 76981
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
|
| |
|
|
|
|
|
|
|
|
| |
return a generic text message instead.
(Someday, I'll track down all the places that
are generating errors but not recording messages. ;-/
Thanks to: Jaakko Heinonen
|
|
|
|
|
| |
PR: 53621 [1]
Submitted by: Faried Nawaz <fn@hungry.com> [1]
|
|
|
|
|
| |
Reviewed by: tjr
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
results in a performance gain on the order of 10% for amd64 (sledge),
ia64 (pluto1), i386+SSE (Pentium 4), and sparc64 (panther), and a
negligible improvement for i386 without SSE. (The i386 port still
uses the hardware instruction, though.)
|
|
|
|
|
|
|
| |
They are slower than the MI routines on modern hardware,
except for degenerate cases such as the Pentium 4.
PR: 67469
|
|
|
|
|
|
|
|
| |
instruction was faster on the 486, it's slower than our MD version on
modern processors.
Determined by: bde
PR: 67469
|
|
|
|
|
|
|
|
| |
NetBSD. They're buggy, giving particularly for inputs larger in
magnitude than 2**63.
Noticed by: bde
PR: 67469
|
|
|
|
|
|
|
| |
changed to use the statclock. Make sure we calculate the value
of a tick correctly in userland.
Noticed by: Kazuaki Oda <kaakun at highway dot ne dot jp>
|
|
|
|
|
|
|
| |
free the connection buffer as well.
PR: bin/76153
MFC after: 1 week
|
|
|
|
|
|
| |
necessary to establish each connection.
MFC after: 2 weeks
|
|
|
|
| |
attribute when the library is initialized.
|
| |
|
|
|
|
| |
Submitted by: Antoine Brodin
|
| |
|
|
|
|
| |
- No need for two instances of 'num'.
|
|
|
|
| |
socklen_t * argument.
|
|
|
|
|
| |
. Convert ai_errlist[] to simple 'char *' array, and appropriately
optimize gai_strerror()
|
|
|
|
| |
so do not export these definitions via manual page
|
| |
|
| |
|
|
|
|
|
|
| |
occurred with large read-ahead requests. This only affected
formats that incorrectly make large requests (ZIP did this until
recently) or with block sizes over 32k.
|
| |
|
| |
|
|
|
|
|
|
| |
32-bit 64-bit
main thread 2MB 4MB
other threads 1MB 2MB
|
| |
|
|
|
|
|
| |
Implement more device functions.
Make DMA optional.
|
|
|
|
| |
Thanks to: Ruslan
|
|
|
|
| |
This avoids having error messages get concatenated over multiple calls.
|
|
|
|
| |
Also remove some unnecessary blank lines from archive_read.3.
|
|
|
|
|
|
|
|
|
|
|
| |
When reading the bodies of Zip archive entries, request a minimum of 1
byte, rather than a minimum of the full entry size. This is faster
(since it does not force the decompression layer to combine reads) and
works around a bug in the "none" decompression handler (which I'm
testing a separate fix for now). I've also renamed "bytes_read" to
"bytes_avail" in several places to more accurately reflect that the
value returned from (a->compression_read_ahead) is the number of bytes
available, not necessarily the number of bytes requested.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(padding) entries, extract inode value from PX entry, recognize SP and
ST (start/end of SUSP extensions).
I don't enforce SP yet, as I've seen CDROMs which use Rockridge
extensions but don't have the SP record (which is officially
required).
The ISO9660 support is now mature enough to extract FreeBSD
distribution CDROMs created with mkisofs.
|
|
|
|
|
|
|
| |
For example, when using 'gunzip | tar' to decompress.
Also, fix some style issues (write null character as '\0').
Thanks to: Jaakko Heinonen
|
|
|
|
|
|
| |
Add ibsta and start to use it.
Rename the argument structure more sensibly.
Improve timeout and error handling
|
| |
|
|
|
|
| |
Reviewed by: tjr
|
|
|
|
|
|
| |
PR: misc/77369
Submitted by: Ed Maste <emaste@phaedrus.sandvine.ca>
MFC after: 1 week
|
|
|
|
| |
for more than INT_MAX bytes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
the header. Otherwise we will send a message with zero version.
MFC after: 3 days
|
| |
|
| |
|