summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-11-27missing rcs idJasper Lievisse Adriaanse
"feel free to do so" jsing@
2007-11-27Remember to add gbe.4...Joel Sing
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@
2007-11-27tweak previous;Jason McIntyre
2007-11-27tweak the Ox warning section;Jason McIntyre
2007-11-27Don't give bad advice. The MTU/MSS issue is not solvable by changing the MTUClaudio Jeker
of any interface of the pppoe router. The best way to get a reliable network connection is to use pf(4) and the max-mss scrub option. OK henning@, mbalmer@ Yes please! sthen@
2007-11-26Document how the sensors degrade over time.Marc Balmer
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
auto declarations which size are not known at compile time. This flag will eventually be added to the kernel makefiles so that we can rely on -Wstack-larger-than work. ok deraadt@ mbalmer@ otto@ marco@
2007-11-26another uneeded .Pp: should have stayed in bed today...Jason McIntyre
2007-11-26damn, a .Pp i forgot to eliminate;Jason McIntyre
2007-11-26tidy up this page;Jason McIntyre
2007-11-26typos; ok jmc@Martynas Venckus
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
2007-11-26${MACHINE} expands tooTheo de Raadt
2007-11-25syncTheo de Raadt
2007-11-25a few more tweaks;Jason McIntyre
2007-11-25tweak previous;Jason McIntyre
2007-11-25Forgot the manpages. oops.Owain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25document new WQ_DIRECTOK flagTed Unangst
2007-11-25document extension to file pathname list; noted by jmcTheo de Raadt
2007-11-24workq_add_task returns ENOMEM on failureTed Unangst
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-21Fix grammar, pointed out by Jim Razmus and RW.Ray Lai
OK jmc.
2007-11-18the serial number locator thing is absolute balonyTheo de Raadt
2007-11-18add the Planex GW-US54GXS adapter.Brad Smith
From the Linux ZyDAS driver. ok dlg@
2007-11-17the ACPI -> ACPIBrad Smith
ok dlg@
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
Introduce new flags, GPIO_PIN_INVIN and GPIO_PIN_INVOUT, for this. ok grange
2007-11-17cvs headerTheo de Raadt
2007-11-17update the descriptions for ral(4) and ural(4);Jason McIntyre
2007-11-17make it clear in the code and in the man page that the rate2plcp andDamien Bergamini
plcp2rate functions use plcp codes in most-significant-bit-first format (R4-R1). some drivers like wpi(4) and iwn(4) want plcp codes in lsb-first format so they can't use those functions. also the IEEE standard uses R1-R4 notation so this can be a bit confusing for those refering to it. use u_int8_t for plcp code and rate instead of int.
2007-11-17typoDamien Bergamini
2007-11-17Add some RT2860 802.11n-Draft 2.0 devices:Damien Bergamini
AirLive WN-5000PCI, ASUS WL-130N, Edimax EW-7728In, Planex PCI-GW-DS300N, SparkLAN WMIR-215GN.
2007-11-17sync device list formatting with rum(4) (one device per line).Damien Bergamini
2007-11-17sync url with ral & ural man pages.Damien Bergamini
2007-11-17separate ural(4) man page from ral(4) man page.Damien Bergamini
2007-11-17quote macro calls containing >9 args;Jason McIntyre
2007-11-17+ RT2800Damien Bergamini
2007-11-17Sort list of device in SYNOPSIS.Marc Balmer
2007-11-17macgpio(4) does not implement the gpio(4) interface. Do not Xr gpio(4) andMarc Balmer
gpioctl(8). ok jmc
2007-11-17GPIO improvements:Jason McIntyre
- make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer...
2007-11-17List all gpio(4) devices in the SYNOPSIS but not in the SEE ALSO section.Marc Balmer
Mention GPIO_PIN_PULLDOWN. requested by and discussed with jmc@
2007-11-16.Xr glxpcib 4Marc Balmer
2007-11-16.Xr gpioctl 8 from here.Marc Balmer
2007-11-16pci.4: sync glxpcib descriptionJason McIntyre
glxpcib.4: sort SEE ALSO; tidy up AUTHORS
2007-11-16Document that glxpcib(4) provides a gpio(4) device.Marc Balmer
2007-11-16repair some glitches in the hope that jmc will not increase his commitTheo de Raadt
count by 1 more...
2007-11-16Xr uticomTheo de Raadt
2007-11-16driver for TI TUSB3410 usb serial, written by dxi@mail.ru andTheo de Raadt
hasso@dragonfly.org, ported but not yet tested.. waiting for hardware
2007-11-16ACPI_ENABLE went awayTheo de Raadt