Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-29 | rev 1.47 | Brad 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 DESCRIPTION | Jared 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-29 | sort | Brad Smith | |
2005-06-28 | telnetd is gone | Martin Reindl | |
2005-06-28 | Make it possible to specify interfaces just by using "interface em0" without | Claudio 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-28 | 2 more bits of PA in the TLB entries when you get to ultrasparc3; from henric | Theo de Raadt | |
2005-06-28 | remove sun4c/sun4m stuff; from henric | Theo de Raadt | |
2005-06-28 | don't include telnetd, it's gone anyway | Martin Reindl | |
ok deraadt@ | |||
2005-06-28 | Add pkg_merge and doc. | Marc Espie | |
okay naddy@, jmc@ | |||
2005-06-28 | NBIO > 0 the bioctl code. | Marco Peereboom | |
Conditional jump to ami_ioctl() if NBIO > 0 is defined. ok deraadt@ mickey@ | |||
2005-06-28 | implement ami_schwartz_poll() per the FIXME leftover from the hackathon. | Marco Peereboom | |
ok mickey@ | |||
2005-06-28 | send the date (-D) here too .. | Xavier Santolaria | |
+ some style nitpicks to be consistent w/ the rest of the code; | |||
2005-06-28 | allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ ↵ | Michael Shalayeff | |
testing and ok | |||
2005-06-28 | sync supported re(4) adapter list with manpage | Martin Reindl | |
prompted by brad@ | |||
2005-06-28 | - add `rtag' command usage | Xavier Santolaria | |
- add -F and -f ok joris | |||
2005-06-28 | Remove 'ab' (apache benchmark) from the tree because | Robert Nagy | |
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@ | |||
2005-06-28 | Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags as | Claudio Jeker | |
u_int16_t so that "bgpctl show rib 4/8 all" works again. | |||
2005-06-28 | some more ike payload types | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-06-28 | send date; | Xavier Santolaria | |
2005-06-28 | - fix commands usage | Xavier Santolaria | |
- fix rdiff aliases ok joris | |||
2005-06-28 | regen | Brad Smith | |
2005-06-28 | tab to space | Brad Smith | |
2005-06-28 | CenterCOM -> CentreCOM | Brad Smith | |
2005-06-28 | rev 1.28 | Brad 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-28 | do not whine if we cannot get mbufs. | Brad Smith | |
2005-06-28 | add xl@pci | Brad Smith | |
2005-06-28 | add Allied Telesis CentreCOM LA1000-PCI-T card provided by Theo | Brad Smith | |
2005-06-27 | Further cleanup and rationalize sd_scsibus_getparms(). No (intended) | Kenneth R Westerback | |
functional change. ok tdeval@ | |||
2005-06-27 | When releasing a buffer and disassociating it from its vnode, there's | Pedro 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-27 | put isakmpd/VPN-default.conf in the right set; ok deraadt@ | David Krause | |
2005-06-27 | comma | Theo de Raadt | |
2005-06-27 | typo; mitja@muzenic.net | Theo de Raadt | |
2005-06-27 | improve output for SAs | Hans-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-27 | note cardbus | Theo de Raadt | |
2005-06-27 | support pccom* at cardbus? | Theo de Raadt | |
2005-06-27 | card broadcom serial, plus set frequency | Theo de Raadt | |
2005-06-27 | sync | Theo de Raadt | |
2005-06-27 | Broadcom serial device (found on option globetrotter edge) | Theo de Raadt | |
2005-06-27 | Mark connected routes (routes without a nexthop) in the rib. Without this | Claudio Jeker | |
as-ext routes would select a wrong nexthop if the forwarding router is directly connected. OK, help and debugging norby@ | |||
2005-06-27 | Zap unused member of cd_softc: sc_ops. | Kenneth R Westerback | |
2005-06-27 | Don't let /32 DT_NET routes override DT_RTR routes. This should help | Claudio Jeker | |
setups with /32 loopback networks. OK norby@ | |||
2005-06-27 | reference bpf(4); from alexey e. suslikov; | Jason McIntyre | |
2005-06-27 | remove dead code; drahn@ ok | Michael Shalayeff | |
2005-06-27 | grammar; | Jason McIntyre | |
2005-06-27 | - sort synopsis and options list | Jason 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-27 | document `noauto' option; | Jason McIntyre | |
ok millert@ | |||
2005-06-27 | rev 1.41 | Brad Smith | |
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@ | |||
2005-06-26 | typo by claudio | Theo de Raadt | |