Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | Mention rtwn(4) in pci(4). Reminded by brad. | Stefan Sperling | |
2015-06-04 | man page for rtwn(4) | Stefan Sperling | |
2015-06-03 | Unify .Nd blocks, prodded by and ok jmc@ | Martin Pieuchot | |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado | |
ok jmc@ | |||
2015-06-02 | Mention hpb(4), prodded by jmc@ | Martin Pieuchot | |
2015-06-02 | Man page for hpb(4). | Martin Pieuchot | |
2015-06-02 | Make sparc go PIE (not `static PIE' yet). | Miod Vallat | |
2015-06-01 | Now that we do not need to build binutils 2.15 (except for gdb), simplify the | Miod Vallat | |
build logic. | |||
2015-06-01 | Switch m88k ports to binutils 2.17. | Miod Vallat | |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze | |
Missing feature found by Markus <Waldeck at gmx dot de> in Debian's bash(1) manual page. | |||
2015-05-29 | Switch vax to bunnytils 2.17. | Miod Vallat | |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein | |
2015-05-28 | Invert the binutils 2.17 logic to only list non-2.17 platforms. | Miod Vallat | |
2015-05-28 | Switch alpha, arm, sh and sparc to binutils 2.17. | Miod Vallat | |
2015-05-25 | sort | Theo de Raadt | |
2015-05-23 | PACKET_TAG_IPSEC_PENDING_TDB is gone, too. | Markus Friedl | |
2015-05-21 | no such thing as mips64le | Miod Vallat | |
2015-05-21 | Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17. | Mark Kettenis | |
ok deraadt@ | |||
2015-05-15 | spelling; | Jason McIntyre | |
2015-05-15 | sort; | Jason McIntyre | |
2015-05-14 | Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files | Robert Peichaer | |
and to put response files in a subdir of the webserver's document root. Based on diffs from Nathanael Rensen, thanks! While here fix a buglet introduced by the $_server -> $AI_SERVER change. OK krw, halex | |||
2015-05-14 | Stop including CFLAGS in CXXFLAGS it creates problems when mixing | Jonathan Gray | |
C and C++ when wanting to pass flags to only the C compiler. Tested in a ports bulk build by naddy and the handful of problems found were fixed by naddy, jca and pascal. | |||
2015-05-12 | Add newly matched devices to urtwn(4) hardware list. | Stefan Sperling | |
from Mikhail mp39590@gmail on tech@ Grammar fixes by sthen@. Made mandoc -T lint clean by me (must escape 'D1'). | |||
2015-05-08 | Switch i386 and sparc64 to binutils 2.17. More architectures to follow if | Mark Kettenis | |
this doesn't cause any serious regressions. ok espie@, pascal@, deraadt@ | |||
2015-05-07 | Correct the note about RAID support | Mike Belopuhov | |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot | |
Input and ok millert@ | |||
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot | |
Diff from Vitaliy Makkoveev. Manpage tweak and ok millert@ | |||
2015-05-05 | Remove man page links for crypto(9) key operations; reminded by jmc@ | Mike Belopuhov | |
2015-05-05 | Remove references to APIs that don't exist anymore. | Mike Belopuhov | |
Based on a diff from Vincent Gross <dermiste@kilob.yt>, thanks! | |||
2015-05-05 | tweak; | Jason McIntyre | |
2015-05-04 | Default daemon_flags are no longer in /etc/rc.conf, | Ingo Schwarze | |
but you can still find them in the rc.d(8) scripts. | |||
2015-05-04 | Document the disklabel(8) autopartitioning feature. | Robert Peichaer | |
While here, reformat the documentation for the additional questions. Feedback from schwarze@ OK henning@ on a similar diff OK jmc@ | |||
2015-05-04 | tweak previous; | Jason McIntyre | |
2015-05-04 | sort the hardware list for urtwn, and update it's description in usb.4; | Jason McIntyre | |
2015-05-04 | add missing .Vt macros | Ingo Schwarze | |
2015-05-04 | urtwn(4) man page updates for RTL8188EU support. | Stefan Sperling | |
Patch by Mikhail <mp39590@gmail.com>, based on FreeBSD r264912 by kevlo. | |||
2015-05-04 | Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks. | Martin Pieuchot | |
2015-05-03 | Remove subsections and start documentation of autoinstall only installer | Robert Peichaer | |
features. Feedback and OK jmc@ "Reads ok" krw@ | |||
2015-05-02 | Drop pf_rules and ipsec_rules from rc.conf(5); it shouldn't have been made | Antoine Jacoutot | |
tweakable: there's no real point and these files support the 'include' option so one can always get its config from whatever path... especially useful when testing a new ruleset. man page inputs from schwarze@ ok halex@ schwarze@ rpe@ deraadt@ | |||
2015-04-30 | FRELE returns an int not void. It is actually the return value | Todd C. Miller | |
of fdrop() (or 0 if the ref count is non-zero). From Kanonenvogel | |||
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze | |
implementation. As a side effect, minus ten lines of code. As another side effect, this also fixes the assertion failure that used to be triggered by "\z\o'ab'c" at the beginning of an output line, found by jsg@ with afl (test case 022/Apr27). | |||
2015-04-29 | Add tmux and tmux-256color entries; this can be used inside tmux for | Nicholas Marriott | |
correct italics support. ok naddy (on a slightly older version) | |||
2015-04-27 | Update list of card readers supported by rtsx(4). From brad. | Stefan Sperling | |
2015-04-26 | Add Digitus DN-7003GT to list of supported urtw(4) devices. | Stefan Sperling | |
2015-04-25 | double word fix; from david vasek | Jason McIntyre | |
2015-04-24 | no more tip(1); ok nicm | Jason McIntyre | |
2015-04-24 | Trim down remote(5) to reflect what is supported by cu(1). | Nicholas Marriott | |
ok sthen jmc | |||
2015-04-22 | Update termtypes.master to terminfo.src from ncurses-5.9-20150418. | Nicholas Marriott | |
2015-04-21 | Section 1, not section one: section numbers are always numerical. | Ingo Schwarze | |
For example, "man -s one" wouldn't work either. Patch from Alex Greif <alex dot greif at greifdesign dot net>. | |||
2015-04-19 | Remove reference to oss audio emulation, | Alexandre Ratchov | |
from Scarlett <scarlett at entering.space>. Thanks! |