summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-02Move mg(1) tutorial file into a release, instead of languishing in src.lum3-3/+11
ok nick@ schwarze@ miod@ kjell@
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.dcoppa1-1/+3
Ok jsg@, sthen@, miod@
2011-02-01regendcoppa2-4/+9
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.dcoppa1-1/+2
Ok jsg@, sthen@, miod@
2011-02-01- remove an ambiguity regarding the state description. i used part of ajmc1-4/+10
diff from patrick keshishian on misc for this - document that packets passed by default, matching neither block nor pass rules, are effectively created with "no state"; as discovered by tedu ...after much discussion on misc and with henning
2011-02-01The check for invalid IPv6 fragment size in pf_normalize_ip6() wasbluhm1-2/+3
wrong. As an effect small valid fragmented packets got dropped and some invalid fragmented packets were passed. plen is the payload lenght of the ipv6 packet without the ipv6 header. off is relative to the whole packet including the ipv6 header. Add sizeof(struct ip6_hdr) in the calculation. ok henning@ markus@
2011-02-01sync from mirrors.datsthen1-1/+5
2011-01-31sync from mirrors.datsthen1-1/+3
2011-01-31cut'n'pasto; from bert.wesarg AT googlemail.comdjm1-2/+2
2011-01-31Redraw pane borders when switching to last pane.nicm1-1/+5
2011-01-31Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@millert1-1/+16
2011-01-31Make "crontab -e" honor TMPDIR; from the Openwall project (ldv)millert2-6/+54
OK miod@ jmc@
2011-01-31- do not run fsck for fstab entries with zero or empty fs_passnohalex1-21/+19
- 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 optionbluhm2-4/+64
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.ajacoutot1-3/+3
ok espie@
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveschwarze4-6/+38
leading whitespace; from kristaps@.
2011-01-31Remove unnecessary conditional: term_alloc() cannot return NULL;schwarze2-6/+4
from kristaps@.
2011-01-30Make .Bx accept not more than two arguments.schwarze8-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-30Like in groff, if .%B is specified, quote .%T; from kristaps@.schwarze3-8/+8
2011-01-30another runtedu1-1/+2
2011-01-30regentedu2-4/+9
2011-01-30another run device. ok miodtedu1-1/+2
2011-01-30zap unneeded Pp;jmc1-2/+1
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodemiod2-3/+4
from right alt. ok krw@ shadchin@ deraadt@
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.schwarze11-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-30As reminded by deraadt@, we don't usually use "you" in manuals, so useschwarze1-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-30missing space: out-of-banddata -> out-of-band datastsp1-3/+3
2011-01-30Free old argument even if setting to NULL.nicm1-5/+6
2011-01-30wsconsctl -w is out of fashion; from Henri Kemppainenjmc7-21/+21
2011-01-29improve error msg when enforce-neighbor-as is on and the path doesn'thenning1-8/+11
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.marco2-17/+14
2011-01-29The function m_tag_copy_chain() returned 0 on success and 1 onbluhm3-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-29Amend "Login" section to reflect the fact that a user accountlum1-18/+25
can be created during installation. Suggestions from schwarze@ ok for first version miod@
2011-01-29Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if thenicm1-7/+4
terminal disappears while locked.
2011-01-29Fix two logic errors:kevlo1-3/+3
- "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.tedu1-10/+7
from "maurice"
2011-01-28Use input_clear to reset the APC, DCS, OSC state or it could be reusednicm1-5/+8
improperly by a later state. From Kevin Goodsell.
2011-01-28improve behavior of drop_sa: always negotiating a new child sa; ok reykmikeb1-45/+27
2011-01-28Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input().reyk1-2/+2
ok gollo@
2011-01-28Fix another memory leak by replacing m_free() with m_freem() in trunk'sreyk1-3/+3
broadcast mode. ok blambert@ mikeb@
2011-01-28Change an m_free() to m_freem() to free the whole mbuf chain and to preventreyk1-2/+2
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.martinh2-4/+56
with tweaks from jmc@
2011-01-28make sure that the size of the addresses userland is trying to configuredlg2-8/+28
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 complaindlg1-3/+3
about it unless we want verbose debug shizz.
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should bedlg1-3/+3
quiet unless we want verbose output.
2011-01-28you use ; to end a statement, not a :.dlg1-2/+2
2011-01-27Fix newlines for error on attach case. with & ok dlg.dtucker1-4/+6
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughjsg2-2/+8
this is not documented by Intel. tested by henning on d525
2011-01-27s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which definemiod1-60/+60
TIMEZONE and DST...
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseratchov1-3/+3
a signal (like SIGALRM) may cause the output buffer to not be drained and causing for instance stale notes.