Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-24 | Be sure to print device name in debug messages, remove | Jonathan Gray | |
a few surplus dmesg messages while here. | |||
2006-08-24 | Similar to the sample pf.conf, comment out everything. Suggested | Hans-Joerg Hoexer | |
by okan@demirmen.com, thanks! | |||
2006-08-24 | Add support for HMACs to the via c3/c7 crypto driver. For now, we | Hans-Joerg Hoexer | |
just use the software implemented algorithms. This is needed to make this driver useable for ipsec. ok deraadt@ | |||
2006-08-24 | We've switched from aesctr to aes as default cipher quite some time | Hans-Joerg Hoexer | |
ago. Therefore adjust the example encryption key from 160 to 128 bits. Noticed by jmc@. | |||
2006-08-24 | when shutting down, wrap the variable manipulation in splusb() so weird | Jason Wright | |
stuff doesn't happen if we're interrupted. | |||
2006-08-24 | recognize xauth vendor payload | Hans-Joerg Hoexer | |
ok ho markus | |||
2006-08-24 | new 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-24 | too much copy and paste. report raid 1 correctly. | David Gwynne | |
2006-08-24 | ignore passthru volumes, struct bioc_vol isnt smart enough to know what | David Gwynne | |
they are. | |||
2006-08-24 | figure out the raid level of the volume. | David Gwynne | |
2006-08-24 | oops, im unlocking too often | David Gwynne | |
2006-08-24 | a start at the BIOC INQ, VOL, and DISK ioctls for fetching information | David 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-24 | add .Ex; | Jason McIntyre | |
2006-08-24 | - expand the text on priorities: from netbsd | Jason McIntyre | |
- move WARNINGS to BUGS: from netbsd | |||
2006-08-24 | reword a scary sentence; | Jason McIntyre | |
2006-08-24 | sort options; | Jason McIntyre | |
2006-08-24 | regen | Gordon Willem Klok | |
2006-08-24 | Add vendor "miro computer products AG" and device MiroVIEDO DC20 plus | Gordon Willem Klok | |
three others found at pcidatabase.com. | |||
2006-08-24 | 0x00000c05 type specifies an Ethernet frame. Print the src MAC | Kevin Steves | |
with -v or the frame in hex with -vv. | |||
2006-08-24 | regen | Brad Smith | |
2006-08-24 | add the Epson Perfection 1670 and Stylus CX3650. | Brad Smith | |
From FreeBSD | |||
2006-08-24 | Move d_secpercyl test to after setting default size. Missed in earlier | Kenneth 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-23 | Support arm libraries with DT_TEXTREL, has no affect for other libraries. | Dale Rahn | |
ok kettenis, 'in then' deraadt@ | |||
2006-08-23 | use the correct variable in error and warning messages | Joris Vink | |
2006-08-23 | pull in latest change from openrcs: | Joris Vink | |
Add missing checks for EOF when parsing rcs file sections. by millert@ | |||
2006-08-23 | Protect 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-23 | the maximum MTU allowed for IEEE802.11 is 2290 which is greater than | Damien 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-23 | in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN since | Damien Bergamini | |
the CRC is not included in the xfer. check against sizeof(struct ieee80211_frame_min) instead. | |||
2006-08-23 | regen | Brad Smith | |
2006-08-23 | add SiS 191 Gig Ethernet PCI id. | Brad Smith | |
2006-08-23 | wording; | Jason McIntyre | |
2006-08-23 | missing full stop; | Jason McIntyre | |
2006-08-23 | Add missing checks for EOF when parsing rcs file sections. | Todd C. Miller | |
OK xsa@ joris@ niallo@ | |||
2006-08-23 | esm(4) also gives status (sometimes ;) | Michael Shalayeff | |
2006-08-23 | one more sample | Michael Shalayeff | |
2006-08-23 | allow monitoring sensors with their own status reporting such as ipmi or ↵ | Michael Shalayeff | |
raid controllers; marco@ ok | |||
2006-08-23 | Add a comment about the empty imsg_event_add() function to make it clear | Claudio Jeker | |
why it is needed. | |||
2006-08-23 | Extend 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-23 | Extend show rib interface code so that it is possible to show the adj-rib-in | Claudio Jeker | |
and adj-rib-out. Additionally it is now possible to limit the output to a specified peer. OK henning@ | |||
2006-08-23 | Add Nova Tech NV-902W, and mention another Zinwell ural(4) device. | Jonathan Gray | |
2006-08-23 | regen | Jonathan Gray | |
2006-08-23 | Add another ural(4) device, Nova Tech NV-902W. | Jonathan Gray | |
2006-08-23 | Remove 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 .Dt | Jason McIntyre | |
- sort the hardware list - remove a duplicate | |||
2006-08-22 | sync | Theo de Raadt | |
2006-08-22 | Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua> | Marco Peereboom | |
2006-08-22 | More register defines. | Miod Vallat | |
2006-08-22 | Wrap dmesg | Miod Vallat | |