| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 75774
Submitted by: Mike Meyer <mwm@mired.org> (original version)
|
|
|
|
|
|
|
|
|
|
|
| |
object on to the zone allocator. It should be noted that uma_zalloc(9)
uses bzero to zero out the object so there probably wont be any
real performance benefit. If UMA grows the ability to supply
zeroed zones more efficiently in the future, we will not have to
modify all the existing consumers.
Discussed with: rwatson,julian
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
attribute does not exist on the file.
-bump document date
Reviewed by: rwatson,trhodes
MFC after: 1 week
|
|
|
|
|
|
| |
- bump .Dd
MFC after: 3 days
|
|
|
|
|
|
| |
Note that unlink.2 can return EPERM if the immutable or append-only flags are set.
PR: 77043
|
| |
|
|
|
|
|
| |
PR: 55653
Submitted by: Tony Maher <tonymaher@optushome.com.au> (original version)
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
|
|
|
|
|
|
| |
below the DESCRIPTION section for consistency with the other manpages.
MFC after: 3 days
|
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
Reviewed by: rwatson
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
|
|
|
|
|
|
|
|
| |
of some arguments.
PR: 47705
Based on a patch submitted by: Gary W. Swearingen <swear@attbi.com>
Glanced at by: simon
|
|
|
|
|
|
|
| |
clean up some text, bump doc date.
PR: 47690
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
|
|
|
|
|
| |
PR: 76981
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
|
|
|
|
|
| |
struct sockaddr_storage *, there's no point in casting it prematurely
to a struct sockaddr *. This unbreaks WARNS=6 on sparc64.
|
| |
|
| |
|
|
|
|
|
| |
separate partition. (Take advantage of "make distribute"
installing /boot/device.hints.)
|
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
Reviewed by: silby
|
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
Reviewed by: jhb
|
|
|
|
| |
hardware notes.
|
|
|
|
|
|
| |
- fix typo
MFC after: 3 days
|
|
|
|
| |
debug.mpsafevm enabled by default on alpha, amd64, and i386.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- comment out feature, we do not have yet: tcpdumping on pfsync,
add a BUGS section
- reference carp.4
- dereference bpf(4), tcpdump(7), hostname.if(5)
- sort references
- tell when pfsync appeared in FreeBSD
Reviewed by: mlaier
MFC after: 1 week
|
| |
|
|
|
|
| |
IPFIREWALL_FORWARD_EXTENDED kernel option.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and a machine-independent though inefficient InterlockedExchange().
In Windows, InterlockedExchange() appears to be implemented in header
files via inline assembly. I would prefer using an atomic.h macro for
this, but there doesn't seem to be one that just does a plain old
atomic exchange (as opposed to compare and exchange). Also implement
IoSetCancelRoutine(), which is just a macro that uses InterlockedExchange().
Fill in IoBuildSynchronousFsdRequest(), IoBuildAsynchronousFsdRequest()
and IoBuildDeviceIoControlRequest() so that they do something useful,
and add a bunch of #defines to ntoskrnl_var.h to help make these work.
These may require some tweaks later.
|
| |
|
| |
|
|
|
|
|
|
| |
a bugfix of clearing the On-Demand flag when going back to 100%. It
has been tested and works on an IBM R32. Note original work done by
Ted Unangst and sobomax@.
|
|
|
|
| |
SMP VFS enabled by default.
|
|
|
|
| |
Thanks to: markm
|
|
|
|
| |
add reference to carp(4) manual page.
|
|
|
|
| |
Approved by: grehan (mentor)
|
|
|
|
|
|
|
| |
the previous one failed and there are more than one plex in the volume.
This could have led to a flood of error messages on the console and
probably a deadlock in certain situations.
|
|
|
|
|
| |
and so get rid of the ForExec helper function by inlining it
into For_Run.
|
|
|
|
| |
Add a couple of comments.
|
|
|
|
| |
Noted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
| |
any remaining bugs. Anyone inconvenienced by this can still disable it
in the loader.
Sponsored by: Isilon Systems, Inc.
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
| |
PR: 77693
Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu>
MFC: 1 day
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Noticed by: Jeffrey D. Chung
|
|
|
|
| |
PR: 48767
|
|
|
|
|
|
|
| |
commen about this in every NOTES file which lists DEVICE_POLLING.
PR: 46793
MFC: 1 day
|
|
|
|
| |
Submitted by: marcel
|