Age | Commit message (Collapse) | Author | |
---|---|---|---|
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! | |||
2015-04-18 | from brad: | Jason McIntyre | |
don;t try to list all generations in ciss's Nd; do not use all caps for "array" | |||
2015-04-17 | IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are gone | Mike Belopuhov | |
2015-04-16 | Match the Nd of the page, prodded by jmc@ | Martin Pieuchot | |
2015-04-16 | Manpage for ualea(4) with tweaks from jmc@. | Martin Pieuchot | |
2015-04-14 | sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probably | Miod Vallat | |
since only one month after this was mentioned in CAVEATS. | |||
2015-04-11 | Re-enable the RAID 5 discipline for softraid(4). | Joel Sing | |
The RAID 5 implementation has been largely rewritten during the last two hackathons in Dunedin - it now needs further testing and usage. | |||
2015-04-10 | everything else is gone, so remove the man pages too; | Jason McIntyre | |
2015-04-05 | Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk. | Stuart Henderson | |
2015-04-04 | dbus_daemon -> messagebus | Antoine Jacoutot | |
2015-04-03 | x11/gnome/gvfs is actually a better and simpler example. | Antoine Jacoutot | |
2015-04-02 | devel/dconf is going to loose its cyclic dependency soon, so change the | Antoine Jacoutot | |
example to use avahi. | |||
2015-04-02 | overriden -> overridden; | Jason McIntyre | |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse | |
"sure" deraadt@ | |||
2015-04-02 | document MODPY_PI | Jasper Lievisse Adriaanse | |
2015-03-31 | no more lmccontrol; | Jason McIntyre | |
2015-03-30 | Fix spelling of ADB and update name of BJV. | Kent R. Spillner | |
2015-03-30 | isp -> qlw | Miod Vallat | |
2015-03-30 | Don't Xr isp here. | Miod Vallat | |
2015-03-30 | update tp-link dongle entry and specifiy the hardware version | Joerg Jung | |
ok stsp@ | |||
2015-03-29 | Escape punctuation characters that have a different meaning in -Tpdf. | Anthony J. Bentley | |
~, `, and ' get translated to non-ASCII characters by most troff implementations when generating PostScript/PDF output. When the original ASCII character is meant, it needs to be manually escaped. discussed with jmc@ schwarze@; ok schwarze@ | |||
2015-03-29 | tweak previous; | Jason McIntyre | |
2015-03-29 | Document font and screen ioctls; based upon a diff from dan mclaughlin on tech@, | Miod Vallat | |
thanks! | |||
2015-03-27 | in SEE ALSO, refer to the relevant phy rather than similar devices; | Jason McIntyre | |
2015-03-27 | Fix the `don't you dare putting an hme in a sun4c' message: it's not a PROM | Miod Vallat | |
limitation, but rather the lack of an sbus iommu and a small sbus slot aperture (thus *system* limitations) which prevent hme to work on such systems. | |||
2015-03-27 | x11/gtk+2,-guic -> x11/gtk+3,-guic | Antoine Jacoutot | |
2015-03-27 | Move help(1) to share/man and send the remains of man(1) to the Attic. | Ingo Schwarze | |
It is implemented by the code in usr.bin/mandoc since OpenBSD 5.7. |