Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | correct description of DIOCSETDEBUG; from Thomas Pfaff | Jason McIntyre | |
ok henning | |||
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat | |
a physical address [more precisely, something suitable to pass to pmap_enter()'sphysical address argument]. This allows MI drivers to implement mmap() routines without having to know about the pmap_phys_address() implementation and #ifdef obfuscation. | |||
2010-12-24 | Sync uvm_km_alloc1() prototype with reality. | Alexander Yurchenko | |
ok miod@ | |||
2010-12-23 | fix my last (sloppy) fix; from Thomas Pfaff | Jason McIntyre | |
ok henning | |||
2010-12-22 | minor tweaks: | Ingo Schwarze | |
- improve .Bl wording (from jmc@) - document .Pa default (from kristaps@) - fix formatting of one COMPATIBILITY note: move "and" out of .Sx ok jmc@, kristaps@ | |||
2010-12-22 | fix sloppy paste in; | Jason McIntyre | |
2010-12-22 | adjust set debug description to reality | Henning Brauer | |
From: Thomas Pfaff <tpfaff@tp76.info> | |||
2010-12-19 | Sync to bsd.lv (except that i'm not adding .ft documentation, | Ingo Schwarze | |
which we have in roff.7): Remove documentation of the bogus macros .i and .r (which we just removed from mandoc and which never worked in groff), of .b (which never existed at all), and of the commented-out chunks for .PD, .Sp, .Vb, and .Ve (the latter three occur in the pod2man preamble and are now handled by roff.7 .de). | |||
2010-12-18 | rsu(4) supports the Sweex LW154 | Jacob Meuser | |
2010-12-16 | tweak previous; | Jason McIntyre | |
2010-12-15 | attach the Hercules HWGUn-54 to rsu(4) | Damien Bergamini | |
from pea@ | |||
2010-12-15 | - add CAVEATS section and mention that on multiport devices, only the first | Jasper Lievisse Adriaanse | |
port can be used. ok jsg@ | |||
2010-12-15 | - clarify the "probability" text; based on a diff from Thomas Pfaff | Jason McIntyre | |
ok henning - while here, knock out a bad .Pp | |||
2010-12-14 | Match the Sitecom WL-349 v1. | Mark Kettenis | |
ok damien@ | |||
2010-12-13 | the 3Com 3CRUSBN275 is an otus(4). | Damien Bergamini | |
2010-12-13 | fixed urtwn-license. | Damien Bergamini | |
the firmware image does not change, hence the p0. | |||
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray | |
ok damien@ | |||
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray | |
2010-12-11 | s/RTL8192CU/RTL8192SU/ | Damien Bergamini | |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini | |
802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@ | |||
2010-12-11 | update subst_vars list; ok ajacoutot@ | Martynas Venckus | |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze | |
For now, use the simplest conceivable approach, like groff does: Just a fixed, ugly input stack limit. Kristaps@ agrees. | |||
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze | |
Kristaps@ agrees with the idea, even though he didn't review the final patch. | |||
2010-12-07 | B-Link (not D-Link!) BL-LW05-5R | Damien Bergamini | |
2010-12-06 | this can't work yet | Marc Espie | |
2010-12-06 | WRKBUILD might not be defined at modules stage | Marc Espie | |
2010-12-06 | creating the cookie always works better | Marc Espie | |
2010-12-06 | document the cookie pattern to use to override targets in a truely modular | Marc Espie | |
way | |||
2010-12-03 | Sizes may also be specified in gigabytes or terrabytes. | Todd C. Miller | |
OK jmc@ | |||
2010-12-03 | Document recent cpan MODULE change. | Antoine Jacoutot | |
ok jasper@ | |||
2010-12-02 | Bring lang/ruby module documentation up to date. | Jeremy Evans | |
OK landry@ | |||
2010-12-01 | Fix path to register-plist. Mikolaj Kucharski | Landry Breuil | |
2010-11-30 | various clean up; ok schwarze | Jason McIntyre | |
2010-11-30 | General cleanup of the roff(7) manual, and install it. | Ingo Schwarze | |
Be more careful to not confuse requests, macros and escape sequences. Add more info at various places, including new SEE ALSO and HISTORY sections. Reads fine to jmc@. | |||
2010-11-30 | Be more specific about what .Xo can be used for. | Ingo Schwarze | |
jmc@ calls this change "sufficient" | |||
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze | |
Of course, we don't want to encourage low-level physical markup, but pod2man(1) writes such requests, so Perl manuals contain them, and some Xenocara and lots and lots of ports manuals use them as well. In base and Xenocara, this will reduce mandoc -Tlint ERROR noise; in ports, it will improve rendering of many manuals. | |||
2010-11-28 | Define the terms "callable" and "parsed" with more precision. | Ingo Schwarze | |
Be more specific about what "historic groff" refers to. Explicitely mention the nine argument limit below COMPATIBILITY. feedback and ok jmc@ | |||
2010-11-28 | Parse and ignore the .ad, .hy, .nh, and .ne roff requests. | Ingo Schwarze | |
Ignoring these can neither cause information loss nor serious formatting issues. As they are frequently used by pod2man(1), this considerably reduces ERROR noise from mandoc -Tlint for the Perl manuals. | |||
2010-11-27 | Move our partial roff language manual to the right place, | Ingo Schwarze | |
such that, after some more improvements, we will eventually be able to install it. jmc@ agrees with the plan. | |||
2010-11-27 | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not | Miod Vallat | |
pretend these could work on userland addresses. | |||
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat | |
implement them, and they are of questionable usefulness. | |||
2010-11-26 | Don't suggest there are variants of this card that can be stuck in a PCI slot. | Mark Kettenis | |
2010-11-26 | typo, noticed by Mikolaj Kucharski | Marc Espie | |
2010-11-26 | tweak previous; | Jason McIntyre | |
2010-11-26 | document package-specs | Marc Espie | |
2010-11-20 | /tmp/cvsaGVL4U | Marc Espie | |
2010-11-19 | regen | Miod Vallat | |
2010-11-19 | Another "I'm the world's smallest" "No, this is me!" player: | Damien Bergamini | |
- TRENDnet TEW-648UBM | |||
2010-11-19 | More ultra-{micro,nano,pico,femto,atto,zepto,yocto} wifi dongles: | Damien Bergamini | |
- Digitus DN-7042 - Solwise NET-WL-UMD-606N | |||
2010-11-18 | Sync the LIBFOO defines with the current set of libraries we build and | Miod Vallat | |
install. Also define LIBARCH on arm platforms. ok millert@ deraadt@ |