Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-31 | Remove unnecessary conditional: term_alloc() cannot return NULL; | 2 | -6/+4 | ||
from kristaps@. | |||||
2011-01-30 | Make .Bx accept not more than two arguments. | 8 | -20/+111 | ||
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-30 | Like in groff, if .%B is specified, quote .%T; from kristaps@. | 3 | -8/+8 | ||
2011-01-30 | another run | 1 | -1/+2 | ||
2011-01-30 | regen | 2 | -4/+9 | ||
2011-01-30 | another run device. ok miod | 1 | -1/+2 | ||
2011-01-30 | zap unneeded Pp; | 1 | -2/+1 | ||
2011-01-30 | Report the compose key on sun keyboards in raw mode as a different keycode | 2 | -3/+4 | ||
from right alt. ok krw@ shadchin@ deraadt@ | |||||
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | 11 | -11/+154 | ||
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-30 | As reminded by deraadt@, we don't usually use "you" in manuals, so use | 1 | -7/+8 | ||
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-30 | missing space: out-of-banddata -> out-of-band data | 1 | -3/+3 | ||
2011-01-30 | Free old argument even if setting to NULL. | 1 | -5/+6 | ||
2011-01-30 | wsconsctl -w is out of fashion; from Henri Kemppainen | 7 | -21/+21 | ||
2011-01-29 | improve error msg when enforce-neighbor-as is on and the path doesn't | 1 | -8/+11 | ||
start with the neighbor-as. makes finding the offender easier. from Sebastian Benoit <benoit-lists at fb12.de>, claudio agrees | |||||
2011-01-29 | spaces that make my eyes bleed. no binary change. | 2 | -17/+14 | ||
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | 3 | -9/+12 | ||
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-29 | Amend "Login" section to reflect the fact that a user account | 1 | -18/+25 | ||
can be created during installation. Suggestions from schwarze@ ok for first version miod@ | |||||
2011-01-29 | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the | 1 | -7/+4 | ||
terminal disappears while locked. | |||||
2011-01-29 | Fix two logic errors: | 1 | -3/+3 | ||
- "could not disable Rx/Tx MAC" from FreeBSD - "could not disable RxQ/TxQ" from Gabriel Linder | |||||
2011-01-29 | no need for fopen, when opendev gives us a perfectly good fd. | 1 | -10/+7 | ||
from "maurice" | |||||
2011-01-28 | Use input_clear to reset the APC, DCS, OSC state or it could be reused | 1 | -5/+8 | ||
improperly by a later state. From Kevin Goodsell. | |||||
2011-01-28 | improve behavior of drop_sa: always negotiating a new child sa; ok reyk | 1 | -45/+27 | ||
2011-01-28 | Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input(). | 1 | -2/+2 | ||
ok gollo@ | |||||
2011-01-28 | Fix another memory leak by replacing m_free() with m_freem() in trunk's | 1 | -3/+3 | ||
broadcast mode. ok blambert@ mikeb@ | |||||
2011-01-28 | Change an m_free() to m_freem() to free the whole mbuf chain and to prevent | 1 | -2/+2 | ||
a possible memory leak with bpf's BIOCSFILDROP option which is currently used by dhcpd and dhclient. Found by gollo@ | |||||
2011-01-28 | document available authentication types and formats. | 2 | -4/+56 | ||
with tweaks from jmc@ | |||||
2011-01-28 | make sure that the size of the addresses userland is trying to configure | 2 | -8/+28 | ||
make sense, not just the family. from jonathan matthew ok yasuoka@ | |||||
2011-01-28 | we deal with polled ccbs erroring out properly, we dont have to complain | 1 | -3/+3 | ||
about it unless we want verbose debug shizz. | |||||
2011-01-28 | ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should be | 1 | -3/+3 | ||
quiet unless we want verbose output. | |||||
2011-01-28 | you use ; to end a statement, not a :. | 1 | -2/+2 | ||
2011-01-27 | Fix newlines for error on attach case. with & ok dlg. | 1 | -4/+6 | ||
2011-01-27 | Atom uses the same value for bus clock 200 MHz as Core, though | 2 | -2/+8 | ||
this is not documented by Intel. tested by henning on d525 | |||||
2011-01-27 | s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which define | 1 | -60/+60 | ||
TIMEZONE and DST... | |||||
2011-01-27 | while closing the device, don't sleep with the PCATCH flag, otherwise | 1 | -3/+3 | ||
a signal (like SIGALRM) may cause the output buffer to not be drained and causing for instance stale notes. | |||||
2011-01-27 | change a logged error from 'enforce remote-as' to the correct | 1 | -2/+2 | ||
'enforce neighbor-as'; from Sebastian Benoit on tech@. | |||||
2011-01-27 | fix realclean target | 1 | -1/+1 | ||
2011-01-27 | regen | 1 | -11/+117 | ||
2011-01-27 | upgrade to NSD 3.2.7; ok sthen@, tested by multiple people | 18 | -168/+241 | ||
2011-01-27 | Update the man page after my last commit to atphy(4); from Brad | 1 | -3/+5 | ||
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | 5 | -262/+2209 | ||
issues. No actual OKs, but general acknowledgement and 'get it in' from several. | |||||
2011-01-26 | sync | 1 | -0/+1 | ||
2011-01-26 | Don't initiate any connections in passive mode, not even for ACQUIRE messages | 2 | -6/+9 | ||
from the PFKEY socket. This is needed for sasyncd. ok mikeb@ | |||||
2011-01-26 | get rid of acquire flows completely, as they tend to pass traffic | 6 | -90/+56 | ||
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-26 | enable child sas and do sa and flow transfer after succeeding with | 1 | -26/+25 | ||
all the preparation steps. don't forget to change {flow,csa}_ikesa pointers when transefing to a different ike sa. ok reyk | |||||
2011-01-26 | placeholder for future changes, as discussed with miod@ | 2 | -1/+40 | ||
2011-01-26 | sync | 2 | -7/+7 | ||
2011-01-26 | sort previous | 1 | -2/+2 | ||
2011-01-26 | Unused declaration. | 1 | -2/+1 | ||
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | 8 | -228/+199 | ||
fire-and-forget. Status jobs now managed with two trees of output (new and old), rather than storing the output in the jobs themselves. When the status line is processed any jobs which don't appear in the new tree are started and the output from the old tree displayed. When a job finishes it updates the new tree with its output and that is used for any subsequent redraws. When the status interval expires, the new tree is moved to the old so that all jobs are run again. This fixes the "#(echo %H:%M:%S)" problem which would lead to thousands of identical persistent jobs and high memory use (this can still be achieved by adding "sleep 30" but that is much less likely to happen by accident). | |||||
2011-01-26 | sync | 2 | -2/+22 | ||