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