Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-02 | Move mg(1) tutorial file into a release, instead of languishing in src. | 3 | -3/+11 | ||
ok nick@ schwarze@ miod@ kjell@ | |||||
2011-02-01 | Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630. | 1 | -1/+3 | ||
Ok jsg@, sthen@, miod@ | |||||
2011-02-01 | regen | 2 | -4/+9 | ||
2011-02-01 | Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630. | 1 | -1/+2 | ||
Ok jsg@, sthen@, miod@ | |||||
2011-02-01 | - remove an ambiguity regarding the state description. i used part of a | 1 | -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-01 | The check for invalid IPv6 fragment size in pf_normalize_ip6() was | 1 | -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-01 | sync from mirrors.dat | 1 | -1/+5 | ||
2011-01-31 | sync from mirrors.dat | 1 | -1/+3 | ||
2011-01-31 | cut'n'pasto; from bert.wesarg AT googlemail.com | 1 | -2/+2 | ||
2011-01-31 | Redraw pane borders when switching to last pane. | 1 | -1/+5 | ||
2011-01-31 | Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@ | 1 | -1/+16 | ||
2011-01-31 | Make "crontab -e" honor TMPDIR; from the Openwall project (ldv) | 2 | -6/+54 | ||
OK miod@ jmc@ | |||||
2011-01-31 | - do not run fsck for fstab entries with zero or empty fs_passno | 1 | -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-31 | Document the kernel option SOCKET_SPLICE and the socket option | 2 | -4/+64 | ||
SO_SPLICE for zero-copy socket splicing. ok jmc@ | |||||
2011-01-31 | Add a full stop at the end of the sentences from finish and report. | 1 | -3/+3 | ||
ok espie@ | |||||
2011-01-31 | When in a <PRE>, don't print out the <BR> before lines that have | 4 | -6/+38 | ||
leading whitespace; from kristaps@. | |||||
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. |