Age | Commit message (Expand) | Author |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze |
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested | Kevin Lo |
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama |
2017-06-10 | Report processes that were killed due to pledge or memory access | Alexander Bluhm |
2017-06-10 | perl(1)'s ... | Marc Espie |
2017-06-10 | use mandoc annotations for flags and such | Marc Espie |
2017-06-10 | Don't describe AppleTalk's output format and bugs. | Michal Mazurek |
2017-06-10 | print '?' instead of incorrect link count (that the protocol doesn't | Damien Miller |
2017-06-10 | implement sorting for globbed ls; bz#2649 ok dtucker@ | Damien Miller |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze |
2017-06-09 | Fill RX ring during init and bail early on send if OACTIVE is set | Mike Belopuhov |
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky |
2017-06-09 | mention that the config file is created at first run, since it doesn't | Ted Unangst |
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott |
2017-06-09 | Correct number of players, the program enforces a range from 2 to 9. | Frederic Cambus |
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott |
2017-06-09 | Default sort for buffer mode should be time not name. | Nicholas Marriott |
2017-06-09 | Remove a WAITOK that has sneaked in | Mike Belopuhov |
2017-06-09 | Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit | Mike Belopuhov |
2017-06-09 | Use brackets around prompts which looks better and matches the other modes. | Nicholas Marriott |
2017-06-09 | Introduce iwm_nic_assert_locked() to verify that the driver has correctly | Stefan Sperling |
2017-06-09 | Fix the resume code path in iwm(4) to no longer call iwm_stop() before | Stefan Sperling |
2017-06-09 | If we receive a router solicitation with a source link-layer address | Florian Obser |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-09 | Add a hook when the clipboard is set. | Nicholas Marriott |
2017-06-09 | Drop uneeded return from rollback_patch(). | Antoine Jacoutot |
2017-06-09 | /etc/mtree/BSD.x11.dist is part of base, not X; so check for | Antoine Jacoutot |
2017-06-09 | return failure rather than fatal() for more cases during mux | Damien Miller |
2017-06-09 | in description of public key authentication, mention that the server | Damien Miller |
2017-06-09 | better translate libcrypto errors by looking deeper in the accursed | Damien Miller |
2017-06-09 | Add comments referring to the relevant RFC sections for rekeying | Darren Tucker |
2017-06-09 | turns out the case on 802.1 suffixes is significant. fix 802.1Q | David Gwynne |
2017-06-09 | turns out the case of 802.1 suffixes is significant. fix up 802.1X and Q. | David Gwynne |
2017-06-08 | Add a missing header file. | Kenji Aoyama |
2017-06-08 | Remove esym (.data) patching. Thanks to Mark we stopped requiring this | Patrick Wildt |
2017-06-08 | Properly reinitialize roffce_node between parses, | Ingo Schwarze |
2017-06-08 | remove the timeslot code, it was only for now deleted T1 devices. | Ted Unangst |
2017-06-08 | Pass CC and CXX to make depend as well. As soon as we support | Patrick Wildt |
2017-06-08 | delete -e and -l, now covered by mandoc; OK jmc@ wiz@ | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-08 | Link lastcomm regress to build. | Alexander Bluhm |
2017-06-08 | Start with a clean /var/account/acct accounting file and turn on | Alexander Bluhm |
2017-06-08 | ASLR, W^X, and guard pages trigger processor traps that result in | Alexander Bluhm |
2017-06-08 | update permissions info to match recent changes | Todd C. Miller |