Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-29 | correctly build the repository path in cvs_load_dirinfo() so we do not | Joris Vink | |
end up with a totally messed up repopath when there are no admin files present. problems reported by mpech@ and Nuno Margadinho. tested by Nuno Margadinho, thanks a lot! | |||
2005-07-28 | no point in having an inode pool if we don't use it | Pedro Martelletto | |
2005-07-28 | KNF | Pedro Martelletto | |
2005-07-28 | - use full month name for .Dd | Jason McIntyre | |
- some articles | |||
2005-07-28 | document the v4/v6 safi control buttons | Henning Brauer | |
(and of course it is marc balmer who's spreading the kaesefondue here, not marcm) claudio ok | |||
2005-07-28 | Add VIA VT1211 supported by the viasio(4) driver to the | Alexander Yurchenko | |
hw monitoring section. | |||
2005-07-28 | Alphabetically order hw monitoring sensors section. | Alexander Yurchenko | |
2005-07-28 | print the v4/v6 safi announce stuff, from wth | Henning Brauer | |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko | |
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@ | |||
2005-07-28 | keywords have to be sorted, and I can't sort properly | Henning Brauer | |
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant bits... | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> duplicate of the files of the same name in manual/vhosts/, save formatting and one extra remark in manual/vhosts/vhosts-in-depth.html. no references to either. | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> some obsolete info regarding apache 1.2 | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant stuff; | |||
2005-07-28 | clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources, | Brad Smith | |
also move setting of sis_stopped further up in sis_stop(). ok fgsch@ | |||
2005-07-28 | missing packet_init_compression(); from solar | Markus Friedl | |
2005-07-28 | rev 1.46 | Brad Smith | |
Add quirk for Connectix Virtual PC 5 (for Windows at least) emulated PCI bridge (440BX). From minoura NetBSD | |||
2005-07-28 | Use proper type for 32 bit entity. s/long/int | Robert Nagy | |
This is needed for radioctl(1) to work on sparc64. ok mickey@ | |||
2005-07-28 | no need for libutil. | Marco Pfatschbacher | |
OK markus@ | |||
2005-07-28 | Fix two situations where ifstated was leaking zombies. | Marco Pfatschbacher | |
Tested by sturm@ OK henning@ | |||
2005-07-28 | rev 1.32 | Brad Smith | |
redo the PCI configuration mode detection - should make some less standard compliant PCI chipsets work (Compaq, Connectix emulated Triton) From drochner NetBSD Tested by a number of end-users and a few developers. | |||
2005-07-28 | allow the to be announced SAFIs to be specified per peer, that is part of the | Henning Brauer | |
multiprotocol shitz claudi needs this to proceed with v6 stuff in the RIB, print stuff and manpage later from whatthehack, claudio ok, marcm schnell schnell schnell | |||
2005-07-28 | replace a dead documentation link with two alive ones. | Joris Vink | |
dead link spotted by Nuno Morgadinho. okay xsa@ | |||
2005-07-28 | respect CVSREAD env. variable; ok jfb@. | Xavier Santolaria | |
2005-07-28 | Fix bug that prevented system exclusive messages longer than 6 bytes | Jonathan Gray | |
from working properly. From Alexandre Ratchov alex-contact at caoua.org | |||
2005-07-28 | put this where it belongs | David Gwynne | |
2005-07-28 | new sentence, new line; | Jason McIntyre | |
2005-07-28 | rev 1.18 | Brad Smith | |
when there are multiple matches for the requested media, select the first matching instance rather than the last one. From chs NetBSD | |||
2005-07-28 | RCS id | Brad Smith | |
2005-07-28 | add pcn | Brad Smith | |
2005-07-28 | add a man page for pcn(4) | Brad Smith | |
2005-07-28 | New driver for the AMD PCnet-PCI family of Ethernet chips. This | Brad Smith | |
driver uses direct DMA to mbufs (like other PCI network drivers, and unlike the old "le at pci" driver), and also supports communication with the MII-connected PHYs on the 10/100 boards. From NetBSD | |||
2005-07-28 | add support for Sundance ST1023 Gigabit chipset. | Brad Smith | |
From NetBSD | |||
2005-07-27 | regen | Brad Smith | |
2005-07-27 | add PCI ID for Sundance ST1023 Gigabit chipset. | Brad Smith | |
2005-07-27 | remove a useless chunk of the page and mention myself in the AUTHORS | Brad Smith | |
section. | |||
2005-07-27 | corresponding Makefile changes for removed files... | Jason McIntyre | |
thanks henning for pointing this out; thanks tamas for prompt diff; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> remove of a number of alien platforms ==> remove broken links in sitemap.html ==> remove unreferenced install_1_1.html | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> remove some unneeded history, and a little bit of rewording; ==> remove cygwin stuff | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> starting to cut the crap from modssl docs too | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
remove unused footers+headers: only one was used, which we inline for now; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
remove useless script; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
more altlangs removal, missed from previous sweep; | |||
2005-07-27 | check == -1 not != 0 for stat() return value, for consistency sake! | Xavier Santolaria | |
"OK big time" jfb@. | |||
2005-07-27 | use LP_NOTICE here too; | Xavier Santolaria | |
2005-07-27 | more use of LP_NOTICE instead of LP_INFO; | Xavier Santolaria | |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria | |
2005-07-27 | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. | Xavier Santolaria | |
ok jfb@. | |||
2005-07-27 | delete the timeout on detach to avoid ticking after everything has been | David Gwynne | |
freed and almost certainly causing a panic ok marco@ ok jolan@ | |||
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller | |