summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-11Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze
2017-06-11request -> promises; from scott chelohaJason McIntyre
2017-06-11usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3)Adam Wolk
2017-06-11style message about missing .Fn markup; inspired by mdoclintIngo Schwarze
2017-06-11missing .Fn macros; found with mandoc -TlintIngo Schwarze
2017-06-11missing .Fn markup for main(); found with mandoc -TlintIngo Schwarze
2017-06-11Add missing .Fn markup to in() and out(); found with mandoc -Tlint.Ingo Schwarze
2017-06-11Continue the flattening of the pledge logic started in r1.184 and placeTheo Buehler
2017-06-08Start with a clean /var/account/acct accounting file and turn onAlexander Bluhm
2017-06-11Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze
2017-06-11make two macros more semanticIngo Schwarze
2017-06-11Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace andTheo Buehler
2017-06-11Define register_splx_handler() in one place.Visa Hankala
2017-06-11Fix TLB size computation on OCTEON II and III. The CPUs have utilizedVisa Hankala
2017-06-11Add a memory barrier to ensure that stores become visibleVisa Hankala
2017-06-11integer overflow for two range checksTheo de Raadt
2017-06-10If -P and -c were given, a second pledge call tried to add "rpath" to theTheo Buehler
2017-06-10Nuke unused field bootp_policy and associated enum{}.Kenneth R Westerback
2017-06-10Nuke unused global warnings_occurred.Kenneth R Westerback
2017-06-10Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze
2017-06-10minor markup simplificationsIngo Schwarze
2017-06-10improve semantic markup for __attribute__Ingo Schwarze
2017-06-10missing blank before full stop, found with mandoc -TlintIngo Schwarze
2017-06-10add missing blanks before several delimiters; found with mandoc -TlintIngo Schwarze
2017-06-10missing space before trailing punctuation; found with mandoc -TlintIngo Schwarze
2017-06-10remove lots of bogus escaping, some of which even broke the output;Ingo Schwarze
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