Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-22 | arc supports more than just SATA hbas, so dont say the ports are always | David Gwynne | |
SATA ports. print "firmware" instead of "FW Version:" cos i think it looks better. tested on a 1680 which seems to just work so far. | |||
2007-10-22 | Add SUNIX 4036A 2 port serial card. Sadly it does not conform to | Otto Moerbeek | |
the SUNIX subsystem numbering scheme used on other cards, so it needs its own entry; ok fgsch@ | |||
2007-10-22 | add RCS id | Jasper Lievisse Adriaanse | |
"free commit!" dlg@ | |||
2007-10-22 | do not check the file secrecy of hoststated.conf, there is no need to | Reyk Floeter | |
enforce the file ownership and permissions to root:wheel 0400 because we have nothing to hide. ok pyr@ | |||
2007-10-22 | - remove a duplicate entry. since the fortune can hardly be termed | Jason McIntyre | |
"offensive", it makes sense to remove it from fortunes-o.real. - fix a typo in limerick from dougb@freebsd | |||
2007-10-22 | add additional relay examples: simple non-SSL TCP relay, transparent | Reyk Floeter | |
HTTP proxy. this makes it easier to test hoststated. ok pyr@ | |||
2007-10-22 | various improvements; | Jason McIntyre | |
2007-10-22 | Use pci_set_powerstate(), shrinking the code and unifying the different | Federico G. Schwindt | |
versions. ok by many. | |||
2007-10-22 | Add pci_set_powerstate() to change the pm state for a given device. | Federico G. Schwindt | |
ok by many. | |||
2007-10-22 | sync | Theo de Raadt | |
2007-10-22 | Xr pcidump | David Gwynne | |
suggested by deraadt@ | |||
2007-10-22 | no need for NOPROG and bsd.prog.mk | Theo de Raadt | |
2007-10-22 | fix tag building; Pierre Riteau plus my own tweaks | Theo de Raadt | |
2007-10-22 | "link it to the build" deraadt@ | David Gwynne | |
2007-10-22 | only build program on pci architectures | Theo de Raadt | |
2007-10-22 | lint says __progname is not const | Theo de Raadt | |
2007-10-22 | dmesg prints bus/dev/func locations in decimal, and the command line param | David Gwynne | |
to pcidump takes decimals, so print the locations as decimals too. less confusing, but maybe a bit uglier. ugliness can be fixed later though. | |||
2007-10-22 | infromation -> information | David Gwynne | |
from paul de weerd | |||
2007-10-22 | use EV_SET() instead of doing it by hand; Iruata Souza | Theo de Raadt | |
2007-10-22 | i wrote most of the code this year, so fix copyright. | David Gwynne | |
2007-10-22 | put pcidump in the tree, a little tool for reading the pci configuration | David Gwynne | |
spaces. requested by kettenis@ ok kettenis@ deraadt@ marco@ and lots of others | |||
2007-10-22 | pfctl does not need file secrecy | Theo de Raadt | |
2007-10-21 | Being able to set the decision weight of prefixes is a nice feature, but | Michael Knudsen | |
when it's not really documented in what way it influences the decision process, people like myself will screw it up and assume that it gets added to the prefix path lenth, and thus that smaller weight wins. .. which is not the case. Document the actual behaviour. ok claudio, the general change agreed by henning. proofraed by jmc. | |||
2007-10-21 | Don't use next_tick() to start the clock ticking on secondary CPUs. This | Mark Kettenis | |
would fail from time to time on UltraSPARC-I and UltraSPARC-II CPUs. Inspired by code in FreeBSD. ok miod@ | |||
2007-10-21 | Pull from ragge's repo: | Otto Moerbeek | |
More fixes to cpp arithmetic, sanitychecked by otto and stefan. | |||
2007-10-21 | add libexpat; ok espie | Jason McIntyre | |
2007-10-21 | our as wants # as a comment char | Otto Moerbeek | |
2007-10-21 | whack extdef() for the moment, it seems we do not need it and it trips | Otto Moerbeek | |
some bug as well (probably because of static data). | |||
2007-10-21 | Make certain the output buffer is zeroed before starting processing. | Dale Rahn | |
2007-10-21 | This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checks | Bob Beck | |
normally. ok deraadt@ tedu@ otto@ | |||
2007-10-21 | Take even more care to ensure the max message size is at | Kenneth R Westerback | |
least as large as the minimum IP MTU. ok canacar@ henning@ millert@ | |||
2007-10-21 | bring device back from power save mode if needed. fixes a problem reported | Federico G. Schwindt | |
by Rodolfo Gouveia <rgouveia at cosmico dot net> on bugs@ | |||
2007-10-21 | Comment fix about time consumption of _gettemp. | Tobias Stoeckmann | |
FreeBSD did this in revision 1.20. OK deraadt@, krw@ | |||
2007-10-21 | Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves the | Marcus Glocker | |
panic 'trap type 300` seen on macppc and makes my Linksys WPC54G Ver 3 cardbus device work entirely on my PowerBook G4. | |||
2007-10-21 | use .Pp instead of a blank space; | Jason McIntyre | |
2007-10-21 | add ecadc.4; | Jason McIntyre | |
2007-10-21 | some corrections for previous; | Jason McIntyre | |
2007-10-21 | sync with other daemons. | Pierre-Yves Ritschard | |
ok mcbride@ | |||
2007-10-21 | Allow for the adjustment of the number of RX descriptors | Brad Smith | |
for the newer generations of em(4) chipsets independently from the first two generations (82542/82543). The first two generations have hardware errata limiting the upper maximum to 256 descriptors. The number of RX descriptors has not been adjusted yet. ok beck@ henning@ dlg@ | |||
2007-10-21 | Remove a bogus and unnecessary check for if_addrlist from ex_init(). | Brad Smith | |
ok dlg@ | |||
2007-10-21 | Add multicast support. | Brad Smith | |
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@ | |||
2007-10-21 | Last bit of (planned) tidy up in cons_options(). Join some lines, | Kenneth R Westerback | |
delete some blank lines, add some other blank lines, move expressions so calculations done only once. Eliminate extraneous ++'s. No functional change. | |||
2007-10-21 | Add ifmedia support. | Brad Smith | |
Tested by todd@ From FreeBSD ok dlg@ | |||
2007-10-21 | Tidy up, make usual case exit faster, eliminate variable. No functional | Kenneth R Westerback | |
change. ok beck@ | |||
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt | |
2007-10-20 | _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@ | Constantine A. Murenin | |
2007-10-20 | Ack IRQ *after* fetching IPI args. From NetBSD. | Mark Kettenis | |
2007-10-20 | Provide sensor status based on the limits found in OpenFirmware. | Mark Kettenis | |
There's enough code in here now, to add myself to the list of copyright holders. | |||
2007-10-20 | sync | Theo de Raadt | |
2007-10-20 | ecadc(4) | Mark Kettenis | |