Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-02 | Ignore the ata channel on 164SX when controller is the built-in one, when | Miod Vallat | |
looking for the boot device; PR #5895 | |||
2008-08-02 | do not write the pf state key pointer to the pkhdr. | Henning Brauer | |
effectively disables state key linking and pcb linking - unfortunatly, there seems to be a bug somewhere in there or triggered by it that we haven't tracked down yet, so we disable this for now to be on the safe side for release. lots of testing and analysis from todd and david. | |||
2008-08-02 | If a format descriptor doesn't contain any frame descriptors even if it | Marcus Glocker | |
claims to (as seen on the M$ LifeCam NX6000), abort further processing. Safes us from potential NULL pointer derefs. | |||
2008-08-02 | Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt. | Stefan Kempf | |
2008-08-02 | fixes from Alexander Holupirek, documentation/5899: | Jason McIntyre | |
- fix a typo in lkm.4 (different fix used) - document securelevel(7) (again, different fix taken) whilst here, some minor repair: - no need to wrap section names in quotes - tidy up FILES a little - new sentence, new line | |||
2008-08-02 | Fix typo. Reported by Maxim Belooussov. | Marcus Glocker | |
2008-08-02 | do not use IEEE80211_QOS_TID. its definition in ieee80211.h is | Damien Bergamini | |
wrong. hard-code 0xf for now. will be fixed post-release. | |||
2008-08-02 | fix printf format specifiers; ok krw@ millert@ deraadt@ | Otto Moerbeek | |
2008-08-02 | do not touch m after it has been enqueued with IFQ_ENQUEUE(). | Damien Bergamini | |
copy m_pkthdr.len and m_flags before and use that after to update the statistics. from altq(4) man page and for consistency with what is done in other parts of the tree. | |||
2008-08-02 | print the correct value in a debug message. | Damien Bergamini | |
2008-08-02 | typo in a comment. no binary change. | Damien Bergamini | |
2008-08-02 | Drop frames that are received unencrypted when WEP is on or when | Damien Bergamini | |
WPA is on and RX protection for TA is on. Keep track of the TX/RX protection for each node when WPA is on. tested by djm@ (ral+wpa), ckuethe@ (ath-noenc) and krw@ (wpi<->ral+wpa). hints from bluhm@ has been in snaps for a few days. pointed out by bluhm@ something like 1 year ago but we did not have the right infrastructure to fix it properly at that time. ok deraadt@ | |||
2008-08-02 | whitepsace -> whitespace. From Matthew Clarke via bugs@. | Kenneth R Westerback | |
2008-08-02 | usage() has to exit 1; Gleydson Soares | Theo de Raadt | |
2008-08-01 | Document the MAKEFILE variable as unreliable. | Alexander Bluhm | |
ok jmc espie | |||
2008-08-01 | - Use defined return values wherever possible instead inventing | Marcus Glocker | |
custom ones. - Define functions which use USB return values with usbd_status instead int. - Define functions which always return 0 with void instead int. - (void) function calls which don't check the return code. | |||
2008-08-01 | If no format descriptors have been found, abort attachment. Adjust some | Marcus Glocker | |
DPRINTF and printf messages while here. | |||
2008-08-01 | force route priority to RTP_DEFAULT unconditionally, effectively disabling | Henning Brauer | |
route prios. playing safe for 4.4-release, as not all parts of the system deal correctly with route prios yet. ok claudio | |||
2008-08-01 | silence failures to run scsi_prevent. dmesg spam sucks. | David Gwynne | |
ok krw@ marco@ miod@ deraadt@ | |||
2008-08-01 | This log message is an excruiciating pain in the ass when it repeats 4000 ↵ | Bob Beck | |
times a second on a machine you need debug log on, and is actually used as a cacheing nameserver. remove just this one line of debug log to save people's sanity ok djm@ | |||
2008-07-31 | Wait much longer for clock stabilization. | Damien Bergamini | |
From jcs@ and in accordance with what the Intel Linux driver does. | |||
2008-07-31 | Update to sudo 1.6.9p17 | Todd C. Miller | |
2008-07-31 | - Don't relay on bFormatIndex as an internal array index, since this | Marcus Glocker | |
field is unreliable and can start with any number. Use an own internal array index instead. - If the read buffer is too small, return a propper error to the calling functions. Just check the buffer size if we use the read(2) method since it doesn't affect mmap(2). Fixes kernel crashes seen with the M$ LifeCam NX-6000 and internal (laptop) Sonix chipsets. Tested by jcs@ (Sonix) and myself (NX-6000). OK deraadt@ | |||
2008-07-31 | don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt | Markus Friedl | |
2008-07-31 | ath(4) now in GENERIC; | Jason McIntyre | |
2008-07-31 | Do not allow negative or zero delay values from the command line, | Can Erkin Acar | |
use the same check as the -s option. Noticed by johan@ | |||
2008-07-30 | Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args; | Miod Vallat | |
ok deraadt@ | |||
2008-07-30 | In the .Fn entries for timeout_add_usec/nsec, don't call the parameter | Michael Knudsen | |
``sec''. Instead, use usec/nsec. Agreed with/no opposition from blambert. | |||
2008-07-30 | Add ath(4). | Brad Smith | |
ok deraadt@ | |||
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat | |
prints it. These should be the last offenders. | |||
2008-07-30 | Replace GNU tutorial with public domain one, written from scratch by | Kjell Wooding | |
Mayukh Bose. Minor additions from me. Thanks! | |||
2008-07-30 | wi@pci now works. | Miod Vallat | |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat | |
endianness conversion on pci bridges. ok deraadt@ jsing@ | |||
2008-07-30 | Proper interrupt values for pci interrupt pins B to D, found in some IRIX | Miod Vallat | |
developer documentation some time ago. | |||
2008-07-30 | Check and clear the bus space mapping size instead of the bus space | Brad Smith | |
handle in the detach function. Fixes compilation on sparc64. ok reyk@ | |||
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | repair comment | Theo de Raadt | |
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | add 2nd sierra MC5725 correctly | Theo de Raadt | |
2008-07-30 | Add an alternate ID for Sierra Wireless MC5725 modem, found | Can Erkin Acar | |
in a Lenovo T60, reported by Juan Delgado. ok you@, jsg@ deraadt@ | |||
2008-07-30 | Call ip6_clearpktopts() on error in copypktopts() instead of freeing | Can Erkin Acar | |
every field individually. ok claudio@ markus@ henning@ deraadt@ | |||
2008-07-30 | enable ix(4) on amd64 | Reyk Floeter | |
ok deraadt@ | |||
2008-07-30 | Prevent a divide by zero panic if trunkproto loadbalance is | Marco Pfatschbacher | |
used w/out any trunkports. Patch from Dmitri Alenitchev. OK reyk@ | |||
2008-07-30 | tweak previous; help/ok jsg yuo | Jason McIntyre | |
2008-07-30 | add missing quote; from yar@freebsd | Jason McIntyre | |
2008-07-30 | - fix spelling of Alan Shepard's name | Jason McIntyre | |
- note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812 | |||
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre | |
for remquof.3; | |||
2008-07-30 | spacing | Reyk Floeter | |
2008-07-30 | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables | Reyk Floeter | |
with different versions for various ar5212 variants and add an extra table for PCI-E devices. This fixes support for various newer devices (like the 1st generation MacBook, T61 variants) but it still does not work on a number of other devices. Tested by many ok deraadt@ |