Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-26 | Add monitor mediaopt. Diff from brad@ | Marcus Glocker | |
Disable HostAP and IBSS mediaopt while there. | |||
2007-09-26 | regen | Deanna Phillips | |
2007-09-26 | Add Sigmatel to vendors. | Deanna Phillips | |
ok brad, dlg. | |||
2007-09-26 | Clean up STAC7661 codec: sort mixer items, add prev and next pointers | Deanna Phillips | |
for master, remove useless pin direction calls, add mixer item for mic boost, remove useless item for the volume knob. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- Use strcspn to strip \r and \n. OK chl. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- atoi -> strtonum with proper bounds check - Use vfprintf and vsyslog in the appropriate places. OK millert. | |||
2007-09-25 | Handle incoming protocol reject packets now that we have | Can Erkin Acar | |
more than one protocol. From FreeBSD, reported and tested by jmc@ | |||
2007-09-25 | When adding a key that already exists, update the properties | Can Erkin Acar | |
(time, confirm, comment) instead of discarding them. ok djm@ markus@ | |||
2007-09-25 | fix emulated encodings | Alexandre Ratchov | |
ok jakemsr@ | |||
2007-09-25 | tweak previous; ok claudio henning | Jason McIntyre | |
2007-09-25 | - sort options and sync usage() | Jason McIntyre | |
- kill some .Tn whilst here | |||
2007-09-25 | more accurate description of -U; from Tamas TEVESZ | Jason McIntyre | |
ok millert | |||
2007-09-25 | Upgrade 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-25 | handle empty strings returned by fgets | Charles Longeau | |
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@ | |||
2007-09-25 | Last 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-25 | handle empty strings returned by fgets | Charles Longeau | |
ok ray@ | |||
2007-09-25 | missing header for strptime | Charles Longeau | |
ok joris@ | |||
2007-09-25 | remove unused extern variable | Charles Longeau | |
ok joris@ | |||
2007-09-25 | pull from ragge's repo: | Otto Moerbeek | |
Do not try to print out common symbols if errors, from Stefan Kempf. | |||
2007-09-25 | missing header for mkstemp | Charles Longeau | |
check mkstemp return value against -1 instead of NULL ok joris@ | |||
2007-09-25 | missing header for mkstemp | Charles Longeau | |
ok joris@ | |||
2007-09-25 | remove unneeded feof | Charles Longeau | |
with help and ok ray@ | |||
2007-09-25 | check fgets return value | Charles 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-25 | make route flush obey the rtable ID | Henning Brauer | |
From: Pierre Riteau <pierre.riteau@free.fr> | |||
2007-09-25 | Introduce two new functions to be able to load certificates while | Pierre-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-25 | better wording; from Tamas TEVESZ | Jason McIntyre | |
2007-09-25 | remove unneeded files, from Mark Lumsden | Otto Moerbeek | |
2007-09-25 | pull from ragge's repo: | Otto Moerbeek | |
Give a better error message for too many {, "from otto". | |||
2007-09-24 | oops i was suppose to pass cvs_directory_tag to cvs_file_classify(). | Joris Vink | |
2007-09-24 | updatecomment and manpage toemtion optional seventh level (rtable id) | Henning Brauer | |
From: Pierre Riteau <pierre.riteau@free.fr> | |||
2007-09-24 | Ooops, i386 entry was enabled by mistake. Disable it. Sorry. | Marcus Glocker | |
2007-09-24 | Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but still | Marcus Glocker | |
disabled for now. From brad@ | |||
2007-09-24 | Remove BCM4311 and BCM4312 which are PCIe chipsets and therefore will not | Marcus Glocker | |
come in Cardbus devices. From brad@ | |||
2007-09-24 | Broadcom -> Broadcom AirForce. Add new device to HW list. | Marcus Glocker | |
From brad@ | |||
2007-09-24 | typos; from Pierre Riteau | Jason McIntyre | |
2007-09-24 | Add radio tap support. We still need to calculate correct RX rate and | Marcus Glocker | |
RX signal strength. | |||
2007-09-24 | accept values > 1 for "output_muted". That's what SunOS do. Suggested | Alexandre Ratchov | |
by deanna@ ok jakemsr@ | |||
2007-09-24 | fix audioctl(1) returning bugus values of 'output_muted' because of | Alexandre Ratchov | |
uninitialized variable. found by deanna@, ok jackmsr@ | |||
2007-09-24 | another init problem | Otto Moerbeek | |
2007-09-24 | Pull 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-24 | pull from ragge's repo: -v flag and reg class check | Otto Moerbeek | |
2007-09-24 | from ragge's repo: | Otto Moerbeek | |
Fix init error to give an error message instead of segfault, as reported by Otto Muerbeek. | |||
2007-09-24 | unused vars | Joris Vink | |
2007-09-24 | add support to commit modified files to branches. | Joris Vink | |
2007-09-24 | newly discovered init problem | Otto Moerbeek | |
2007-09-24 | zap unused stuff, cleans it up a bit. | Joris Vink | |
2007-09-24 | Fix 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-24 | keep the hardware list sorted; | Jason McIntyre | |
2007-09-24 | Add new device reported by brad@. Remove dummy device. | Marcus Glocker | |
2007-09-23 | Fix page fault kernel crash when changing media and device is up. | Marcus Glocker | |