summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-24Be sure to print device name in debug messages, removeJonathan Gray
a few surplus dmesg messages while here.
2006-08-24Similar to the sample pf.conf, comment out everything. SuggestedHans-Joerg Hoexer
by okan@demirmen.com, thanks!
2006-08-24Add support for HMACs to the via c3/c7 crypto driver. For now, weHans-Joerg Hoexer
just use the software implemented algorithms. This is needed to make this driver useable for ipsec. ok deraadt@
2006-08-24We've switched from aesctr to aes as default cipher quite some timeHans-Joerg Hoexer
ago. Therefore adjust the example encryption key from 160 to 128 bits. Noticed by jmc@.
2006-08-24when shutting down, wrap the variable manipulation in splusb() so weirdJason Wright
stuff doesn't happen if we're interrupted.
2006-08-24recognize xauth vendor payloadHans-Joerg Hoexer
ok ho markus
2006-08-24new post-soviet order in poland (from Mikolaj Kucharski <eth0@o2.pl>) and ↵Michael Shalayeff
also slovenia and yugoslavia (from Mitja Muzenic <mitja@muzenic.net>)
2006-08-24too much copy and paste. report raid 1 correctly.David Gwynne
2006-08-24ignore passthru volumes, struct bioc_vol isnt smart enough to know whatDavid Gwynne
they are.
2006-08-24figure out the raid level of the volume.David Gwynne
2006-08-24oops, im unlocking too oftenDavid Gwynne
2006-08-24a start at the BIOC INQ, VOL, and DISK ioctls for fetching informationDavid Gwynne
about the disks that are configured on the controller. so far this fetches the right volumes and disks in each volume, but doesnt properly fill in the status, the size of both the volumes and disks, the type of raid, or the firmware version of the physical disks.
2006-08-24add .Ex;Jason McIntyre
2006-08-24- expand the text on priorities: from netbsdJason McIntyre
- move WARNINGS to BUGS: from netbsd
2006-08-24reword a scary sentence;Jason McIntyre
2006-08-24sort options;Jason McIntyre
2006-08-24regenGordon Willem Klok
2006-08-24Add vendor "miro computer products AG" and device MiroVIEDO DC20 plusGordon Willem Klok
three others found at pcidatabase.com.
2006-08-240x00000c05 type specifies an Ethernet frame. Print the src MACKevin Steves
with -v or the frame in hex with -vv.
2006-08-24regenBrad Smith
2006-08-24add the Epson Perfection 1670 and Stylus CX3650.Brad Smith
From FreeBSD
2006-08-24Move d_secpercyl test to after setting default size. Missed in earlierKenneth R Westerback
adjustment of other disksubr.c's.
2006-08-23- fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ↵Niall O'Higgins
should never happen, but sometimes it does on my amd64. ok damien@
2006-08-23Support arm libraries with DT_TEXTREL, has no affect for other libraries.Dale Rahn
ok kettenis, 'in then' deraadt@
2006-08-23use the correct variable in error and warning messagesJoris Vink
2006-08-23pull in latest change from openrcs:Joris Vink
Add missing checks for EOF when parsing rcs file sections. by millert@
2006-08-23Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@Pedro Martelletto
and fgsch@, uwe@ time-out :(
2006-08-23- add regression test for rcs parser's handling of truncated files.Niall O'Higgins
ok xsa@
2006-08-23the maximum MTU allowed for IEEE802.11 is 2290 which is greater thanDamien Bergamini
MCLBYTES (usually 2048). allocate tx xfer buffers of IEEE80211_MTU_MAX instead of MCLBYTES. rx buffers are still limited to MCLBYTES though.
2006-08-23in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN sinceDamien Bergamini
the CRC is not included in the xfer. check against sizeof(struct ieee80211_frame_min) instead.
2006-08-23regenBrad Smith
2006-08-23add SiS 191 Gig Ethernet PCI id.Brad Smith
2006-08-23wording;Jason McIntyre
2006-08-23missing full stop;Jason McIntyre
2006-08-23Add missing checks for EOF when parsing rcs file sections.Todd C. Miller
OK xsa@ joris@ niallo@
2006-08-23esm(4) also gives status (sometimes ;)Michael Shalayeff
2006-08-23one more sampleMichael Shalayeff
2006-08-23allow monitoring sensors with their own status reporting such as ipmi or ↵Michael Shalayeff
raid controllers; marco@ ok
2006-08-23Add a comment about the empty imsg_event_add() function to make it clearClaudio Jeker
why it is needed.
2006-08-23Extend show rib command. Following new options are added:Claudio Jeker
in: show the unfiltered input of a neighbor aka adj-rib-in out: show only the prefixes that are sent to a specified neighbor (adj-rib-out) neighbor <IP>: limit the output of the command to prefixes sent by the specified neighbor OK henning@ manpage with help by jmc@ but the show rib section needs some rework because it starts to be confusing. Actually the parser needs to get smarter.
2006-08-23Extend show rib interface code so that it is possible to show the adj-rib-inClaudio Jeker
and adj-rib-out. Additionally it is now possible to limit the output to a specified peer. OK henning@
2006-08-23Add Nova Tech NV-902W, and mention another Zinwell ural(4) device.Jonathan Gray
2006-08-23regenJonathan Gray
2006-08-23Add another ural(4) device, Nova Tech NV-902W.Jonathan Gray
2006-08-23Remove line length limit when reading format strings from a file.Ray Lai
Fixes PR 5208. Problem reported and fix tested by jared rr spiegel <jrrs at hklocal dot nodeless dot net>. OK weingart@ and millert@.
2006-08-22- full month name for .DtJason McIntyre
- sort the hardware list - remove a duplicate
2006-08-22syncTheo de Raadt
2006-08-22Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua>Marco Peereboom
2006-08-22More register defines.Miod Vallat
2006-08-22Wrap dmesgMiod Vallat