Age | Commit message (Expand) | Author |
2011-02-03 | ip_ttl is u_int8_t, not u_char so adjust sizeof for consistency. | Todd C. Miller |
2011-02-03 | mention the right type for IP_RECVTTL; ok millert@ | Otto Moerbeek |
2011-02-03 | When binding to addresses, ignore any IP address not in the current | Peter Hessler |
2011-02-03 | add a reference to the "An Algorithm for Differential File Comparison" paper; | Jason McIntyre |
2011-02-02 | s/microseconds/milliseconds/, from Stijn on bugs@. | Stuart Henderson |
2011-02-02 | Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now. | Federico G. Schwindt |
2011-02-02 | For SETVAL and SETALL operations make sure the specified value(s) are | Federico G. Schwindt |
2011-02-02 | Put correct path for tutorial into man page. oops. | lum |
2011-02-02 | Move mg(1) tutorial file into a release, instead of languishing in src. | lum |
2011-02-01 | Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630. | David Coppa |
2011-02-01 | regen | David Coppa |
2011-02-01 | Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630. | David Coppa |
2011-02-01 | - remove an ambiguity regarding the state description. i used part of a | Jason McIntyre |
2011-02-01 | The check for invalid IPv6 fragment size in pf_normalize_ip6() was | Alexander Bluhm |
2011-02-01 | sync from mirrors.dat | Stuart Henderson |
2011-01-31 | sync from mirrors.dat | Stuart Henderson |
2011-01-31 | cut'n'pasto; from bert.wesarg AT googlemail.com | Damien Miller |
2011-01-31 | Redraw pane borders when switching to last pane. | Nicholas Marriott |
2011-01-31 | Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@ | Todd C. Miller |
2011-01-31 | Make "crontab -e" honor TMPDIR; from the Openwall project (ldv) | Todd C. Miller |
2011-01-31 | - do not run fsck for fstab entries with zero or empty fs_passno | Alexander Hall |
2011-01-31 | Document the kernel option SOCKET_SPLICE and the socket option | Alexander Bluhm |
2011-01-31 | Add a full stop at the end of the sentences from finish and report. | Antoine Jacoutot |
2011-01-31 | When in a <PRE>, don't print out the <BR> before lines that have | Ingo Schwarze |
2011-01-31 | Remove unnecessary conditional: term_alloc() cannot return NULL; | Ingo Schwarze |
2011-01-30 | Make .Bx accept not more than two arguments. | Ingo Schwarze |
2011-01-30 | Like in groff, if .%B is specified, quote .%T; from kristaps@. | Ingo Schwarze |
2011-01-30 | another run | Ted Unangst |
2011-01-30 | regen | Ted Unangst |
2011-01-30 | another run device. ok miod | Ted Unangst |
2011-01-30 | zap unneeded Pp; | Jason McIntyre |
2011-01-30 | Report the compose key on sun keyboards in raw mode as a different keycode | Miod Vallat |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-30 | As reminded by deraadt@, we don't usually use "you" in manuals, so use | Ingo Schwarze |
2011-01-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling |
2011-01-30 | Free old argument even if setting to NULL. | Nicholas Marriott |
2011-01-30 | wsconsctl -w is out of fashion; from Henri Kemppainen | Jason McIntyre |
2011-01-29 | improve error msg when enforce-neighbor-as is on and the path doesn't | Henning Brauer |
2011-01-29 | spaces that make my eyes bleed. no binary change. | Marco Peereboom |
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | Alexander Bluhm |
2011-01-29 | Amend "Login" section to reflect the fact that a user account | lum |
2011-01-29 | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the | Nicholas Marriott |
2011-01-29 | Fix two logic errors: | Kevin Lo |
2011-01-29 | no need for fopen, when opendev gives us a perfectly good fd. | Ted Unangst |
2011-01-28 | Use input_clear to reset the APC, DCS, OSC state or it could be reused | Nicholas Marriott |
2011-01-28 | improve behavior of drop_sa: always negotiating a new child sa; ok reyk | Mike Belopuhov |
2011-01-28 | Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input(). | Reyk Floeter |
2011-01-28 | Fix another memory leak by replacing m_free() with m_freem() in trunk's | Reyk Floeter |
2011-01-28 | Change an m_free() to m_freem() to free the whole mbuf chain and to prevent | Reyk Floeter |
2011-01-28 | document available authentication types and formats. | Martin Hedenfal |