Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | missing rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | Remember to add gbe.4... | Joel Sing | |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel 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-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | tweak the Ox warning section; | Jason McIntyre | |
2007-11-27 | Don't give bad advice. The MTU/MSS issue is not solvable by changing the MTU | Claudio 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-26 | Document how the sensors degrade over time. | Marc Balmer | |
2007-11-26 | Add a new warning to gcc, -Wvariable-decl, which causes it to warn for | Miod 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-26 | another uneeded .Pp: should have stayed in bed today... | Jason McIntyre | |
2007-11-26 | damn, a .Pp i forgot to eliminate; | Jason McIntyre | |
2007-11-26 | tidy up this page; | Jason McIntyre | |
2007-11-26 | typos; 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 too | Theo de Raadt | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | a few more tweaks; | Jason McIntyre | |
2007-11-25 | tweak previous; | Jason McIntyre | |
2007-11-25 | Forgot the manpages. oops. | Owain Ainsworth | |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain 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-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-25 | document new WQ_DIRECTOK flag | Ted Unangst | |
2007-11-25 | document extension to file pathname list; noted by jmc | Theo de Raadt | |
2007-11-24 | workq_add_task returns ENOMEM on failure | Ted Unangst | |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-21 | Fix grammar, pointed out by Jim Razmus and RW. | Ray Lai | |
OK jmc. | |||
2007-11-18 | the serial number locator thing is absolute balony | Theo de Raadt | |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith | |
From the Linux ZyDAS driver. ok dlg@ | |||
2007-11-17 | the ACPI -> ACPI | Brad Smith | |
ok dlg@ | |||
2007-11-17 | GPIO 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-17 | cvs header | Theo de Raadt | |
2007-11-17 | update the descriptions for ral(4) and ural(4); | Jason McIntyre | |
2007-11-17 | make it clear in the code and in the man page that the rate2plcp and | Damien 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-17 | typo | Damien Bergamini | |
2007-11-17 | Add 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-17 | sync device list formatting with rum(4) (one device per line). | Damien Bergamini | |
2007-11-17 | sync url with ral & ural man pages. | Damien Bergamini | |
2007-11-17 | separate ural(4) man page from ral(4) man page. | Damien Bergamini | |
2007-11-17 | quote macro calls containing >9 args; | Jason McIntyre | |
2007-11-17 | + RT2800 | Damien Bergamini | |
2007-11-17 | Sort list of device in SYNOPSIS. | Marc Balmer | |
2007-11-17 | macgpio(4) does not implement the gpio(4) interface. Do not Xr gpio(4) and | Marc Balmer | |
gpioctl(8). ok jmc | |||
2007-11-17 | GPIO 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-17 | List 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 4 | Marc Balmer | |
2007-11-16 | .Xr gpioctl 8 from here. | Marc Balmer | |
2007-11-16 | pci.4: sync glxpcib description | Jason McIntyre | |
glxpcib.4: sort SEE ALSO; tidy up AUTHORS | |||
2007-11-16 | Document that glxpcib(4) provides a gpio(4) device. | Marc Balmer | |
2007-11-16 | repair some glitches in the hope that jmc will not increase his commit | Theo de Raadt | |
count by 1 more... | |||
2007-11-16 | Xr uticom | Theo de Raadt | |
2007-11-16 | driver for TI TUSB3410 usb serial, written by dxi@mail.ru and | Theo de Raadt | |
hasso@dragonfly.org, ported but not yet tested.. waiting for hardware | |||
2007-11-16 | ACPI_ENABLE went away | Theo de Raadt | |