Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | modfier -> modifier | Theo Buehler | |
From Dimitris Papastamos. | |||
2017-01-03 | simplefb(4) | Mark Kettenis | |
2017-01-02 | diff from jesper wallin to remove commas in one of the queue examples; | Jason McIntyre | |
since the comma is optional i chose to remove them because: - within the block it looks more consistent - less to type - the bnf doesn;t even appear to show the commas (not that i can read bnf) - i prefer it without commas | |||
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler | |
if they precede the noun and omit hyphens otherwise. ok tj | |||
2016-12-31 | sync | Kenji Aoyama | |
2016-12-30 | Add xterm+pcfkeys to the tmux entry, for all the xterm(1) function keys. | Nicholas Marriott | |
2016-12-30 | Update to terminfo-20161126. | Nicholas Marriott | |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze | |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze | |
In fact, we have been requiring it for many years. The only reason to not warn when it was missing was excessive traditionalism - it was optional in 4.4BSD. | |||
2016-12-27 | Remove user uucp and group news from base. | Jeremie Courreges-Anglas | |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena | |
ok mpi@ | |||
2016-12-21 | tweak previous; | Jason McIntyre | |
2016-12-21 | Add octmmc(4). | Visa Hankala | |
2016-12-18 | Introduce a list of architectures that use clang as compiler. The | Patrick Wildt | |
first arch on that list is aarch64. ok kettenis@ | |||
2016-12-13 | one more `e' required to mark up correctly; ok millert | Jason McIntyre | |
2016-12-13 | Document MODFOO_post-extract. | Landry Breuil | |
From semarie@, ok espie@ | |||
2016-12-13 | In troff, a literal backslash character needs an 'e' at the end. | Todd C. Miller | |
The nixspam example was missing this. From Larry Hynes. | |||
2016-12-12 | Add support for Option iCON 505 from Piotr Isajew and consistently | Jonathan Gray | |
name other iCON devices the way Option does. | |||
2016-12-11 | Document how an MCS index is represented in ieee80211_radiotap(9). | Stefan Sperling | |
2016-12-10 | Update iwm(4) CAVEATS section; MIMO is now supported | Stefan Sperling | |
2016-12-07 | tweak previous; | Jason McIntyre | |
2016-12-07 | Mention X552, don't mention X557 which is a PHY | Mike Belopuhov | |
2016-12-07 | Add xbf(4) | Mike Belopuhov | |
2016-12-07 | xbf(4) manual page | Mike Belopuhov | |
2016-12-05 | Add missing area codes for Poland, and fix an erroneous entry. | Frederic Cambus | |
2016-11-30 | list 'StarTech USB31000S' as supported; the driver already attached to it ↵ | Jasper Lievisse Adriaanse | |
for a while also tested by yours truly | |||
2016-11-30 | better text for makeoptions DEBUG; help/ok mpi | Jason McIntyre | |
2016-11-30 | update the ix(4) entry; | Jason McIntyre | |
2016-11-30 | Update the manual page regarding recent changes | Mike Belopuhov | |
This adds a few new devices from the X550 family as well as a note that fiber optics modules must be removed after the interface is brought down as discussed on ICB. | |||
2016-11-29 | Some tweaks reflecting that DEBUG=-g is the default for building kernels. | Martin Pieuchot | |
With jmc@ | |||
2016-11-28 | catch up with ioctl rename; ok reyk | Jason McIntyre | |
2016-11-27 | Remove some more verbiage. | Theo Buehler | |
looks alright to tj | |||
2016-11-26 | Tighten some sentences. | Theo Buehler | |
help & ok tj | |||
2016-11-26 | belatedly add an entry for mfii(4); | Jason McIntyre | |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot | |
ok mikeb@ | |||
2016-11-25 | H531gw also works now | Otto Moerbeek | |
2016-11-24 | add em7455; from brian vyhmeister | Jason McIntyre | |
2016-11-24 | Remove the solar files; they were removed from upstream in 2013. | Todd C. Miller | |
OK deraadt@ | |||
2016-11-24 | Update to tzdata2016j from ftp.iana.org | Todd C. Miller | |
2016-11-23 | Clean up some abuse of the .Va macro to achieve a visual effect: omit it or | Theo Buehler | |
replace it with more appropriate macros where possible or necessary. input & ok schwarze | |||
2016-11-23 | Add Ericsson N5321gw | Ingo Feinerer | |
OK jmc@ | |||
2016-11-21 | jmc@ pointed out i forgot to fix the missing SRPL_LEAVE in the synopsis. | David Gwynne | |
sprinkle some .Ft on the things that act like functions while here. | |||
2016-11-21 | tweak the pages based on feedback from jmc@ | David Gwynne | |
they could do with some examples too. | |||
2016-11-20 | Move LOCKED macros to teir own manual. | Martin Pieuchot | |
This will allow us to better document them and add examples. Disccussed with dlg@ | |||
2016-11-20 | Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW(). | Martin Pieuchot | |
This allows us to introduce SRPL_NEXT() that can be used to start iterating on an arbitrary member of an srp list, hence without calling SRPL_ENTER(). ok dlg@, jmatthew@ | |||
2016-11-20 | Document a limitation on interrupt routing. | Visa Hankala | |
2016-11-19 | Add that RELEASEDIR must be writable by the build user. | Theo Buehler | |
ok tj | |||
2016-11-19 | Update for builds with a dedicated user: BUILDUSER now defaults to build | Theo Buehler | |
and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes. ok jmc | |||
2016-11-19 | Update for builds with a dedicated build user. Eliminate some more | Theo Buehler | |
customization variables and refer to mk.conf(5) instead. input & ok tj | |||
2016-11-19 | Enable builds with a dedicated user that cannot elevate privileges or write | Theo Buehler | |
to /usr/src or /usr/xenocara. Change /usr/{,x}obj to owner build:wobj with mode 770 and install the systemwide makefiles before starting a build. The root of the noperm fs containing DESTDIR should also be owned by build:wobj. Developers will need to add their users to group wobj to be able to write to /usr/{,x}obj/. "push forward" deraadt; testing, input & ok rpe |