summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-26Add monitor mediaopt. Diff from brad@Marcus Glocker
Disable HostAP and IBSS mediaopt while there.
2007-09-26regenDeanna Phillips
2007-09-26Add Sigmatel to vendors.Deanna Phillips
ok brad, dlg.
2007-09-26Clean up STAC7661 codec: sort mixer items, add prev and next pointersDeanna Phillips
for master, remove useless pin direction calls, add mixer item for mic boost, remove useless item for the volume knob.
2007-09-26From Tamas TEVESZ:Ray Lai
- Use strcspn to strip \r and \n. OK chl.
2007-09-26From Tamas TEVESZ:Ray Lai
- atoi -> strtonum with proper bounds check - Use vfprintf and vsyslog in the appropriate places. OK millert.
2007-09-25Handle incoming protocol reject packets now that we haveCan Erkin Acar
more than one protocol. From FreeBSD, reported and tested by jmc@
2007-09-25When adding a key that already exists, update the propertiesCan Erkin Acar
(time, confirm, comment) instead of discarding them. ok djm@ markus@
2007-09-25fix emulated encodingsAlexandre Ratchov
ok jakemsr@
2007-09-25tweak previous; ok claudio henningJason McIntyre
2007-09-25- sort options and sync usage()Jason McIntyre
- kill some .Tn whilst here
2007-09-25more accurate description of -U; from Tamas TEVESZJason McIntyre
ok millert
2007-09-25Upgrade the firmware to version SNIC 0xf.David Gwynne
Here's the issue this fixes: Problem description: Tehuti NIC generated RxD descriptor with UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. This behavior is not in accordance with UDP RFC which defines that packets with zero UDP checksum should not be verified by receiver. Solution description: Never raise RxD UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. Many thanks to Alexander Indenbaum and the rest of Tehuti generally for notifying us and providing the new firmware under the same license as the previous revision.
2007-09-25handle empty strings returned by fgetsCharles Longeau
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@
2007-09-25Last missing piece in the equal cost multipath support for ospfd.Claudio Jeker
Send all possible nexthops to the parent process and correctly sync the RIB, FIB and kernel routing table. Based on initial work by pyr@. OK pyr@ norby@ PS: don't forget that you need to enable multipath support via a sysctl
2007-09-25handle empty strings returned by fgetsCharles Longeau
ok ray@
2007-09-25missing header for strptimeCharles Longeau
ok joris@
2007-09-25remove unused extern variableCharles Longeau
ok joris@
2007-09-25pull from ragge's repo:Otto Moerbeek
Do not try to print out common symbols if errors, from Stefan Kempf.
2007-09-25missing header for mkstempCharles Longeau
check mkstemp return value against -1 instead of NULL ok joris@
2007-09-25missing header for mkstempCharles Longeau
ok joris@
2007-09-25remove unneeded feofCharles Longeau
with help and ok ray@
2007-09-25check fgets return valueCharles Longeau
use sizeof input intead of BUFSIZ remove unneeded feof handle empty strings returned by fgets properly remove newline and white space at the end of buffer with help and ok ray@
2007-09-25make route flush obey the rtable IDHenning Brauer
From: Pierre Riteau <pierre.riteau@free.fr>
2007-09-25Introduce two new functions to be able to load certificates whilePierre-Yves Ritschard
already chrooted and with privileges dropped. This is the very first step in being able to reload a layer 7 configuration. not ok reyk who's away but should be glad to see this in.
2007-09-25better wording; from Tamas TEVESZJason McIntyre
2007-09-25remove unneeded files, from Mark LumsdenOtto Moerbeek
2007-09-25pull from ragge's repo:Otto Moerbeek
Give a better error message for too many {, "from otto".
2007-09-24oops i was suppose to pass cvs_directory_tag to cvs_file_classify().Joris Vink
2007-09-24updatecomment and manpage toemtion optional seventh level (rtable id)Henning Brauer
From: Pierre Riteau <pierre.riteau@free.fr>
2007-09-24Ooops, i386 entry was enabled by mistake. Disable it. Sorry.Marcus Glocker
2007-09-24Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but stillMarcus Glocker
disabled for now. From brad@
2007-09-24Remove BCM4311 and BCM4312 which are PCIe chipsets and therefore will notMarcus Glocker
come in Cardbus devices. From brad@
2007-09-24Broadcom -> Broadcom AirForce. Add new device to HW list.Marcus Glocker
From brad@
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-24Add radio tap support. We still need to calculate correct RX rate andMarcus Glocker
RX signal strength.
2007-09-24accept values > 1 for "output_muted". That's what SunOS do. SuggestedAlexandre Ratchov
by deanna@ ok jakemsr@
2007-09-24fix audioctl(1) returning bugus values of 'output_muted' because ofAlexandre Ratchov
uninitialized variable. found by deanna@, ok jackmsr@
2007-09-24another init problemOtto Moerbeek
2007-09-24Pull from ragge's repo:Otto Moerbeek
Add support for signed bitfields, this has been missing ~forever. Bug reported by TAKAHASHI Tamotsu. Fix bitfield overflow bug, reported by TAKAHASHI Tamotsu.
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
Fix init error to give an error message instead of segfault, as reported by Otto Muerbeek.
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24newly discovered init problemOtto Moerbeek
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-24Fix carp(4) after the switch to dynamic imo_membership allocation.Claudio Jeker
The multicast code is still a mess but will no longer crash the box. With input from pascoe@ who hit the same bug. OK markus@, henning@, mpf@ (on a previous version)
2007-09-24keep the hardware list sorted;Jason McIntyre
2007-09-24Add new device reported by brad@. Remove dummy device.Marcus Glocker
2007-09-23Fix page fault kernel crash when changing media and device is up.Marcus Glocker