summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-29rev 1.47Brad Smith
Make pci_get_capability() work correctly on both header type 0 and type 2 devices; both have different Capability List Pointer registers. From NetBSD
2005-06-29- elaborate DESCRIPTIONJared Yanovich
- the -s flag dumps the uvmexp structure, not the sum structure - add FILES - mdoc macro/layout, punctuation, capitalization, etc. improvements - update SEE ALSO ok jmc
2005-06-29sortBrad Smith
2005-06-28telnetd is goneMartin Reindl
2005-06-28Make it possible to specify interfaces just by using "interface em0" withoutClaudio Jeker
a {} block. Only drawback is that it is no longer possible to do "interface em0\n{ ...". OK henning@ norby@ some time ago
2005-06-282 more bits of PA in the TLB entries when you get to ultrasparc3; from henricTheo de Raadt
2005-06-28remove sun4c/sun4m stuff; from henricTheo de Raadt
2005-06-28don't include telnetd, it's gone anywayMartin Reindl
ok deraadt@
2005-06-28Add pkg_merge and doc.Marc Espie
okay naddy@, jmc@
2005-06-28NBIO > 0 the bioctl code.Marco Peereboom
Conditional jump to ami_ioctl() if NBIO > 0 is defined. ok deraadt@ mickey@
2005-06-28implement ami_schwartz_poll() per the FIXME leftover from the hackathon.Marco Peereboom
ok mickey@
2005-06-28send the date (-D) here too ..Xavier Santolaria
+ some style nitpicks to be consistent w/ the rest of the code;
2005-06-28allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ ↵Michael Shalayeff
testing and ok
2005-06-28sync supported re(4) adapter list with manpageMartin Reindl
prompted by brad@
2005-06-28- add `rtag' command usageXavier Santolaria
- add -F and -f ok joris
2005-06-28Remove 'ab' (apache benchmark) from the tree becauseRobert Nagy
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@
2005-06-28Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags asClaudio Jeker
u_int16_t so that "bgpctl show rib 4/8 all" works again.
2005-06-28some more ike payload typesHans-Joerg Hoexer
ok ho@
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
- fix rdiff aliases ok joris
2005-06-28regenBrad Smith
2005-06-28tab to spaceBrad Smith
2005-06-28CenterCOM -> CentreCOMBrad Smith
2005-06-28rev 1.28Brad Smith
Write the station address using 8-bits writes instead of 16-bits. This is what the linux driver does, and makes the DGE-550T work. Set bit 0x0020 in STGE_DebugCtrl too, the linux driver does it (the comments note this as a workaround, without more details. This doesn't seem to make things worse). Also initialize STGE_RxDMABurstThresh and STGE_RxDMAUrgentThresh, using values from the linux driver. From NetBSD
2005-06-28do not whine if we cannot get mbufs.Brad Smith
2005-06-28add xl@pciBrad Smith
2005-06-28add Allied Telesis CentreCOM LA1000-PCI-T card provided by TheoBrad Smith
2005-06-27Further cleanup and rationalize sd_scsibus_getparms(). No (intended)Kenneth R Westerback
functional change. ok tdeval@
2005-06-27When releasing a buffer and disassociating it from its vnode, there'sPedro Martelletto
no point in placing the buffer in the vnode's clean list just to remove it afterwards. Talked over with art@, various testing for a while.
2005-06-27put isakmpd/VPN-default.conf in the right set; ok deraadt@David Krause
2005-06-27commaTheo de Raadt
2005-06-27typo; mitja@muzenic.netTheo de Raadt
2005-06-27improve output for SAsHans-Joerg Hoexer
while around, do small whitesparce cleanup added a missing "static"
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
* save errno value properly * better realloc(3) All changes taken from NetBSD (partly from -r1.23 and -r1.25). From: Andrey Matveev <evol@online.ptt.ru>, thanks!
2005-06-27note cardbusTheo de Raadt
2005-06-27support pccom* at cardbus?Theo de Raadt
2005-06-27card broadcom serial, plus set frequencyTheo de Raadt
2005-06-27syncTheo de Raadt
2005-06-27Broadcom serial device (found on option globetrotter edge)Theo de Raadt
2005-06-27Mark connected routes (routes without a nexthop) in the rib. Without thisClaudio Jeker
as-ext routes would select a wrong nexthop if the forwarding router is directly connected. OK, help and debugging norby@
2005-06-27Zap unused member of cd_softc: sc_ops.Kenneth R Westerback
2005-06-27Don't let /32 DT_NET routes override DT_RTR routes. This should helpClaudio Jeker
setups with /32 loopback networks. OK norby@
2005-06-27reference bpf(4); from alexey e. suslikov;Jason McIntyre
2005-06-27remove dead code; drahn@ okMichael Shalayeff
2005-06-27grammar;Jason McIntyre
2005-06-27- sort synopsis and options listJason McIntyre
- sync the args in the options list to those in synopsis, and avoid using structures such as `-l very long description of single arg'
2005-06-27`noauto' affects mount -A too...Jason McIntyre
ok millert@
2005-06-27document `noauto' option;Jason McIntyre
ok millert@
2005-06-27rev 1.41Brad Smith
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@
2005-06-26typo by claudioTheo de Raadt