Age | Commit message (Expand) | Author |
2007-04-16 | sync | Reyk Floeter |
2007-04-16 | Add NetXEN 10Gb Ethernet device IDs (some names are missing, but I | Reyk Floeter |
2007-04-16 | add the glue to attach tht at thtc | David Gwynne |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2007-04-16 | different chips have a different number of ports, so map pci ids to the | David Gwynne |
2007-04-16 | macppcs can boot off usb disks, so treat "/usb" controllers in the ofw tree | David Gwynne |
2007-04-16 | ptr->term_names can point into ptr->str_table, so don;t free that one. | Otto Moerbeek |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek |
2007-04-16 | start at defining the regs. this is the 10g stuff. | David Gwynne |
2007-04-16 | manpage for the tehuti network cards. | David Gwynne |
2007-04-16 | Add a note that work on this driver is possible because Tehuti | Reyk Floeter |
2007-04-16 | map the host registers and establish the interrupt | David Gwynne |
2007-04-16 | this is a start at a driver for the tehuti networks 10Gb ethernet cards. | David Gwynne |
2007-04-16 | regen | David Gwynne |
2007-04-16 | add the tehuti vendor id, and all the product ids i can find | David Gwynne |
2007-04-16 | Another unbranded udav(4) device. | Jonathan Gray |
2007-04-16 | regen | Jonathan Gray |
2007-04-16 | Another unbranded udav(4) device. | Jonathan Gray |
2007-04-16 | Note that watchdogd(8) activates and retriggers a watchdog timer, not only | Marc Balmer |
2007-04-16 | file argument is not mandatory, say so. | Xavier Santolaria |
2007-04-16 | Without the -c 80, further adjustment is needed to build ramdisks, ok deraadt | Dale Rahn |
2007-04-16 | sync | Peter Valchev |
2007-04-15 | Make code that fetches the MAC address from PCI ROM actually work. | Mark Kettenis |
2007-04-15 | Fix interop-issue with vpn peers that start reyking on port 4500 when | Hans-Joerg Hoexer |
2007-04-15 | very minor cleanup | Marc Espie |
2007-04-15 | Give this code a chance to work on platforms where the page size isn't 8k. | Mark Kettenis |
2007-04-15 | Add defines for Rx page size register. | Mark Kettenis |
2007-04-15 | allow systat(1) to be exited with 'q' like top(1). | Matthieu Herrb |
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre |
2007-04-15 | One more voff_t in the right place. | Artur Grabowski |
2007-04-15 | Use the right types for calculating the object offset. | Artur Grabowski |
2007-04-15 | Clean up prototypes, change vm_map_t to struct vm_map *. | Artur Grabowski |
2007-04-15 | Add Leonhard Euler. | Marco Pfatschbacher |
2007-04-15 | minor indentation. | Artur Grabowski |
2007-04-15 | Save block pointers contents before releasing interrupts so that panic | Pedro Martelletto |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-04-15 | do not rely on side-effects in there. | Marc Espie |
2007-04-15 | use autovivification | Marc Espie |
2007-04-14 | replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not block | Reyk Floeter |
2007-04-14 | Fix typo in comment. ok grunk | Alexander Bluhm |
2007-04-14 | naptime is already extern in extern.h, don't do it again | Ted Unangst |
2007-04-14 | remove static | Ted Unangst |
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler |
2007-04-14 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | Kevin Steves |
2007-04-14 | sorts the options in both the synopsis and usage() | Igor Sobrado |
2007-04-14 | shave some blocks off each chunk to make sure disklabel doesn't get eaten | Ted Unangst |
2007-04-14 | Add code to check the kern.securelvel sysctl, since we run with a | Thordur I. Bjornsson |
2007-04-14 | documentation of -o option was missing both in man page and usage() | Alexander von Gernler |
2007-04-14 | For devices unwilling or unable to report geometry, change the 'fake' | Kenneth R Westerback |
2007-04-14 | Add degraded raid 1 io path code | Marco Peereboom |