Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-14 | list CNU-680 as supported. | Felix Kronlage | |
ok jsg@ | |||
2010-06-11 | Implement IP-FORWARD-MIB, ipv4 only for now. | Jonathan Gray | |
ok reyk@ claudio@ | |||
2010-06-09 | sync | Todd T. Fries | |
2010-06-08 | sync | Todd T. Fries | |
2010-06-08 | sync | Todd T. Fries | |
2010-06-08 | tweak previous; help/ok naddy | Jason McIntyre | |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat | |
28 bit address bus) by reusing the regular sun4 configuration stanzas (with the upper four bits set in the device addresses), and clearing them when searching for a PROM mapping. This makes the obio autoconf code simpler, and all knowledge of the 4/110 specifics is now contained in a single file (dev/obio.c). ok todd@ deraadt@ | |||
2010-06-07 | This is the sparc clock manpage, not the sparc64 one, bad jason@ (and bad me | Miod Vallat | |
for not noticing earlier) | |||
2010-06-07 | remove url to my web pages which are horribly outdated. | Damien Bergamini | |
2010-06-07 | make clearer the relationship between isakmpd and ikev1; and iked and ikev2; | Jason McIntyre | |
ok reyk | |||
2010-06-03 | new iwn-firmware-5.4 package that includes the firmware image | Damien Bergamini | |
for Intel Centrino Advanced-N + WiMAX 6250 adapters. firmware images for other adapters do not change. | |||
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber | |
QinQ-compliant svlan (service VLAN) interfaces are implemented as a new cloner type, use Ethernet type 0x88a8, and have a dedicated VLAN tag hash to avoid ID conflicts. vlan(4) interfaces can be stacked on top of svlan(4). Originally from reyk@, input from claudio@ and deraadt@ ok claudio@ | |||
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker | |
From Bryan Vyhmeister | |||
2010-05-31 | update structs; | Jason McIntyre | |
from damian southard, documentation/6390 | |||
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini | |
2010-05-26 | imsg stuff now in libutil; | Jason McIntyre | |
2010-05-26 | Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABI | Mark Kettenis | |
corner cases that were fixed in gcc4, and changes in libgcc that we may have missed. ok kettenis@ | |||
2010-05-25 | libfrtbegin and libg2c are no longer in base; | Jason McIntyre | |
confirmed by espie | |||
2010-05-25 | tweak previous; | Jason McIntyre | |
2010-05-25 | - x11/qt2 is long gone. | Jasper Lievisse Adriaanse | |
2010-05-25 | Mention the new fortran MODULE. Not yet documented. | Antoine Jacoutot | |
"of course" espie@ | |||
2010-05-20 | escape '' to avoid confusing groff/mandoc; | Jason McIntyre | |
2010-05-20 | add more devices to list | Yojiro Uo | |
2010-05-20 | add new device | Yojiro Uo | |
2010-05-19 | redo the list of "sticky" parameters for match rules; | Stuart Henderson | |
- include translation options - include "scrub" - don't include max-mss etc, which aren't used directly rather they are written like 'match ... scrub (max-mss xxx)' ok jmc@ henning@ | |||
2010-05-14 | sync to mandoc 1.9.25: | Ingo Schwarze | |
* remove empty macro lines * document Ba escape quirk * update kristaps' mail address | |||
2010-05-12 | Fix includes. Diffy by Remco (remco at d-compu dyndns org) | Claudio Jeker | |
2010-05-09 | - audio/rio500 has been removed from ports, so refer to audio/rioutil instead | Jasper Lievisse Adriaanse | |
2010-05-09 | tweak previous; | Jason McIntyre | |
2010-05-09 | define COMPILER_VERSION to be used later. | Marc Espie | |
Based on dale's idea. (please install this file now, so you won't get errors when we commit the rest). | |||
2010-05-08 | Document Wpointer-sign is not enabled in gcc 4.2.1 on OpenBSD | Robert Nagy | |
if -pedantic is not defined. | |||
2010-05-05 | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and | Nicholas Marriott | |
SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning | |||
2010-05-02 | fix -width; | Jason McIntyre | |
2010-05-02 | Document defines and names for thread-local-storage sections, | Philip Guenthe | |
segments, and symbols. Delete a block of duplicate text describing the SHN_* defines. Correct some typos (SHN_ vs SHT_) and treat 'data' as plural where it seem appropriate. ok jmc@ | |||
2010-05-01 | document STARTAFTER | Marc Espie | |
2010-04-29 | OpenBSD -> .Ox; | Jason McIntyre | |
2010-04-29 | crikey! all our wireless pages had the Os macro out of place; | Jason McIntyre | |
2010-04-29 | - previous addition should have been version 2 | Jason McIntyre | |
- stick .Os in the correct place | |||
2010-04-29 | fix multicast address, Sebastian Benoit <benoit-lists at fb12.de> | Henning Brauer | |
2010-04-29 | sync | Jasper Lievisse Adriaanse | |
2010-04-28 | VIDIOC_S_INPUT, VIDIOC_STREAMON, VIDIOC_STREAMOFF need a pointer to int. | Marcus Glocker | |
Patch from Sviatoslav Chagaev. | |||
2010-04-26 | +Logitech Webcam C500, ok sthen@ | Stephan A. Rickauer | |
2010-04-21 | Provide nmea(4) position information using the new angle sensor type. | Stuart Henderson | |
Use SENSOR_FINVALID until we have good data, suggested by deraadt@ "i am happy" deraadt@ | |||
2010-04-21 | Add support for PLX I/O 9016 based 8 port serial card | Bob Beck | |
ok deraadt@ | |||
2010-04-19 | let's not stick macros inside a literal display; add some indent | Jason McIntyre | |
whilst here; | |||
2010-04-19 | clean up uthum a bit; | Jason McIntyre | |
2010-04-15 | update the man page to fit latest uthum(4) driver. | Yojiro Uo | |
2010-04-15 | tweaked diff from Nathan Rickerby to clear up the [host]:port ip6 syntax; | Jason McIntyre | |
kind of fixes system/6322 ok deraadt djm | |||
2010-04-13 | TIOCSTSTAMP uses `struct tstamps', not `struct tstamp'. | Michael Knudsen | |
Noticed almost four years ago when I wrote some code which I stumbled upon tonight. ok beck ckuethe millert | |||
2010-04-11 | there is no mpls(4) man page; | Jason McIntyre | |