Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-16 | Add NetXEN 10Gb Ethernet device IDs (some names are missing, but I | Reyk Floeter | |
found the IDs in their linux reference driver). | |||
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 | |
since free(NULL) is just fine. ok hshoexer@ | |||
2007-04-16 | different chips have a different number of ports, so map pci ids to the | David Gwynne | |
number of ports. | |||
2007-04-16 | macppcs can boot off usb disks, so treat "/usb" controllers in the ofw tree | David Gwynne | |
as storage controllers. this lets ottos macppc root off the usb disk he booted off. | |||
2007-04-16 | ptr->term_names can point into ptr->str_table, so don;t free that one. | Otto Moerbeek | |
fixes PR #5447. Fix verifed to be equal to the ifndef NO_LEAK part of current ncurses. | |||
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 | |
Networks donated us hardware and provided documentation. Thanks! "go for it" dlg@ | |||
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 | |
dual port cards appear as only one pci device, so we attach the controller to pci (thtc at pci) and each port as a separate device (tht at thtc). this only attaches thtc so far. | |||
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 | |
From laurent FANIS <laurent.fanis@gmail.com> | |||
2007-04-16 | regen | Jonathan Gray | |
2007-04-16 | Another unbranded udav(4) device. | Jonathan Gray | |
From laurent FANIS <laurent.fanis@gmail.com> | |||
2007-04-16 | Note that watchdogd(8) activates and retriggers a watchdog timer, not only | Marc Balmer | |
retriggers. | |||
2007-04-16 | file argument is not mandatory, say so. | Xavier Santolaria | |
from Pierre Riteau via ray@; OK jmc@. | |||
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 | |
NAT-T is used. Solves problems with cisco and openswan. Tested by todd@ (cisco interop), ok ho@ Original fix with Stefan Roth (stefan dot roth at siemens dot com), thanks! | |||
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 | |
ok beck@ ckuethe@ hshoexer@ millert@ | |||
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre | |
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake | |||
2007-04-15 | One more voff_t in the right place. | Artur Grabowski | |
miod@ ok | |||
2007-04-15 | Use the right types for calculating the object offset. | Artur Grabowski | |
miod@ ok | |||
2007-04-15 | Clean up prototypes, change vm_map_t to struct vm_map *. | Artur Grabowski | |
miod@ ok | |||
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 | |
messages are consistent, from mickey@, okay pedro@ | |||
2007-04-15 | update copyright years, standardize licence. | Marc Espie | |
reword the introduction to the stuff originally from FreeBSD to clarify slightly. | |||
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 | |
I/O... ;) ok dlg@ | |||
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 | |
found by mike erdely | |||
2007-04-14 | remove static | Ted Unangst | |
ok beck miod pedro thib | |||
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler | |
ok tedu@ | |||
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 | |
ok by jmc@ | |||
2007-04-14 | shave some blocks off each chunk to make sure disklabel doesn't get eaten | Ted Unangst | |
this can also be used for softraid metadata ok marco | |||
2007-04-14 | Add code to check the kern.securelvel sysctl, since we run with a | Thordur I. Bjornsson | |
default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@ | |||
2007-04-14 | documentation of -o option was missing both in man page and usage() | Alexander von Gernler | |
ok jmc@ | |||
2007-04-14 | For devices unwilling or unable to report geometry, change the 'fake' | Kenneth R Westerback | |
geometry used to 255 heads and 63 sectors/track from 64 heads and 32 sectors. 255/63 makes the cylinders as large as PC/BIOS compatibility allows, increasing the size of devices that can be supported. ok pedro@ (long ago) marco@ millert@ weingart@ | |||
2007-04-14 | Add degraded raid 1 io path code | Marco Peereboom | |
2007-04-14 | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI | Miod Vallat | |
changes. |