summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-31- do not run fsck for fstab entries with zero or empty fs_passnoAlexander Hall
- ask for permission to continue upgrade if one or more mounts failed Fixes issue noted by Peter Miller, who also tested the diff. Thanks! ok krw@
2011-01-31Document the kernel option SOCKET_SPLICE and the socket optionAlexander Bluhm
SO_SPLICE for zero-copy socket splicing. ok jmc@
2011-01-31Add a full stop at the end of the sentences from finish and report.Antoine Jacoutot
ok espie@
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveIngo Schwarze
leading whitespace; from kristaps@.
2011-01-31Remove unnecessary conditional: term_alloc() cannot return NULL;Ingo Schwarze
from kristaps@.
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
Convert the first character of the second argument to uppercase. Append the second argument with a hyphen. Improves chpass(1), column(1), fstat(1), ... from kristaps@
2011-01-30Like in groff, if .%B is specified, quote .%T; from kristaps@.Ingo Schwarze
2011-01-30another runTed Unangst
2011-01-30regenTed Unangst
2011-01-30another run device. ok miodTed Unangst
2011-01-30zap unneeded Pp;Jason McIntyre
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodeMiod Vallat
from right alt. ok krw@ shadchin@ deraadt@
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
Don't use it in new manuals, it is inherently non-portable, but we need it for backward-compatibility with existing manuals, for example in Xenocara driver pages. ok kristaps@ matthieu@ jmc@
2011-01-30As reminded by deraadt@, we don't usually use "you" in manuals, so useIngo Schwarze
a bit less of it here, even though this page is a bit special. Not a full sweep of the page, just cleaning up the paragraph we recently touched. ok jmc@ lum@
2011-01-30missing space: out-of-banddata -> out-of-band dataStefan Sperling
2011-01-30Free old argument even if setting to NULL.Nicholas Marriott
2011-01-30wsconsctl -w is out of fashion; from Henri KemppainenJason McIntyre
2011-01-29improve error msg when enforce-neighbor-as is on and the path doesn'tHenning Brauer
start with the neighbor-as. makes finding the offender easier. from Sebastian Benoit <benoit-lists at fb12.de>, claudio agrees
2011-01-29spaces that make my eyes bleed. no binary change.Marco Peereboom
2011-01-29The function m_tag_copy_chain() returned 0 on success and 1 onAlexander Bluhm
failure. The man page explained it the other way around. Change the return code to the more obvious 0 or ENOMEM and document this. ok krw@ markus@ miod@ jmc@
2011-01-29Amend "Login" section to reflect the fact that a user accountlum
can be created during installation. Suggestions from schwarze@ ok for first version miod@
2011-01-29Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if theNicholas Marriott
terminal disappears while locked.
2011-01-29Fix two logic errors:Kevin Lo
- "could not disable Rx/Tx MAC" from FreeBSD - "could not disable RxQ/TxQ" from Gabriel Linder
2011-01-29no need for fopen, when opendev gives us a perfectly good fd.Ted Unangst
from "maurice"
2011-01-28Use input_clear to reset the APC, DCS, OSC state or it could be reusedNicholas Marriott
improperly by a later state. From Kevin Goodsell.
2011-01-28improve behavior of drop_sa: always negotiating a new child sa; ok reykMike Belopuhov
2011-01-28Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input().Reyk Floeter
ok gollo@
2011-01-28Fix another memory leak by replacing m_free() with m_freem() in trunk'sReyk Floeter
broadcast mode. ok blambert@ mikeb@
2011-01-28Change an m_free() to m_freem() to free the whole mbuf chain and to preventReyk Floeter
a possible memory leak with bpf's BIOCSFILDROP option which is currently used by dhcpd and dhclient. Found by gollo@
2011-01-28document available authentication types and formats.Martin Hedenfal
with tweaks from jmc@
2011-01-28make sure that the size of the addresses userland is trying to configureDavid Gwynne
make sense, not just the family. from jonathan matthew ok yasuoka@
2011-01-28we deal with polled ccbs erroring out properly, we dont have to complainDavid Gwynne
about it unless we want verbose debug shizz.
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should beDavid Gwynne
quiet unless we want verbose output.
2011-01-28you use ; to end a statement, not a :.David Gwynne
2011-01-27Fix newlines for error on attach case. with & ok dlg.Darren Tucker
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughJonathan Gray
this is not documented by Intel. tested by henning on d525
2011-01-27s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which defineMiod Vallat
TIMEZONE and DST...
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseAlexandre Ratchov
a signal (like SIGALRM) may cause the output buffer to not be drained and causing for instance stale notes.
2011-01-27change a logged error from 'enforce remote-as' to the correctStuart Henderson
'enforce neighbor-as'; from Sebastian Benoit on tech@.
2011-01-27fix realclean targetJakob Schlyter
2011-01-27regenJakob Schlyter
2011-01-27upgrade to NSD 3.2.7; ok sthen@, tested by multiple peopleJakob Schlyter
2011-01-27Update the man page after my last commit to atphy(4); from BradKevin Lo
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
issues. No actual OKs, but general acknowledgement and 'get it in' from several.
2011-01-26syncMiod Vallat
2011-01-26Don't initiate any connections in passive mode, not even for ACQUIRE messagesReyk Floeter
from the PFKEY socket. This is needed for sasyncd. ok mikeb@
2011-01-26get rid of acquire flows completely, as they tend to pass trafficMike Belopuhov
when there's no sa established (as pointed out by reyk). instead use require mode feature to send acquires from the kernel. this allows us to get rid of the code that changes flow mode to acquire and keep all installed flows in the tree and save up on some code that deals with renegotiation. also several entities were renamed (iked_acqflows -> iked_activeflows, iked_ipsecsas -> iked_activesas, ikev2_acquire -> ikev2_acquire_sa). ok reyk
2011-01-26enable child sas and do sa and flow transfer after succeeding withMike Belopuhov
all the preparation steps. don't forget to change {flow,csa}_ikesa pointers when transefing to a different ike sa. ok reyk
2011-01-26placeholder for future changes, as discussed with miod@Marc Espie
2011-01-26syncKevin Lo