summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-23- Fix potential uvm_fault crash inMarcus Glocker
2008-07-23Clear correctable errors after handling them. From Bjorn Andersson.Mark Kettenis
2008-07-23 - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It'sArtur Grabowski
2008-07-23Document the new timeout_add_* functions.Artur Grabowski
2008-07-23validate packet length in debug dns packet logging before printing the header.Reyk Floeter
2008-07-23syncMarcus Glocker
2008-07-23Unbreak the tree.Marcus Glocker
2008-07-23do not try to print options that have been compile-time disabledDamien Miller
2008-07-23syncTheo de Raadt
2008-07-23new ati goo; giovanniTheo de Raadt
2008-07-23move the aml_register_notify() call below for better debugging output.Federico G. Schwindt
2008-07-22Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired byReyk Floeter
2008-07-22use arc4random_uniform(); ok djm millertTheo de Raadt
2008-07-22FAKE (the variable) died about 2 years ago...Marc Espie
2008-07-22None of the pceb EISA alpha designs has more than 8 physical slots, so don'tMiod Vallat
2008-07-22remez -> Remes here, too. for consistencyMartynas Venckus
2008-07-22Add another working cam reported by Jerome Pinot.Marcus Glocker
2008-07-22Proper interrupt swizzling for devices behind bridges; matches what SRMMiod Vallat
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2008-07-22Use cgbase() instead of doing arithmetic on fs_fpg, for the former doesMiod Vallat
2008-07-22Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to preventMiod Vallat
2008-07-22There are devices out there which are UVC compatible, but do not showMarcus Glocker
2008-07-22- added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN,Martynas Venckus
2008-07-22after pf_state_key_atach nothing must use the state keys passed to it anyHenning Brauer
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-22Spelling, negotation -> negotiation.Marcus Glocker
2008-07-22Fix uvm_fault crash in uvideo_vs_negotation() which was reported by someMarcus Glocker
2008-07-22If isakmpd is started with -4 or -6, virtual_get_default() mayAlexander Bluhm
2008-07-22Assign the struct size to sin6_len instead of sin6_family.Alexander Bluhm
2008-07-22change the bcachestats structures members to int64_t's and do theThordur I. Bjornsson
2008-07-22use generalised PBKDF#2 from bioctl; ok damien@Damien Miller
2008-07-22deactivate the code to display location in the sensor descriptionMarc Balmer
2008-07-22syncTheo de Raadt
2008-07-22Add signed size printing functions, as requested by deraadt@.Can Erkin Acar
2008-07-22implement the fetching of a scsi devices "devid". recent hardware providesDavid Gwynne
2008-07-22tweak comment to reflect the new reality after my last change.David Gwynne
2008-07-21when probing a device the midlayer queries its inquiry data andDavid Gwynne
2008-07-21vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX dMartynas Venckus
2008-07-21spelling fix from Mark Pecaut;Jason McIntyre
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21NetBSD's C library supplies these functions -> OpenBSD's C libraryMartynas Venckus
2008-07-21rename lround.c lroundf.c llround.c llroundf.c to s_lround.cMartynas Venckus
2008-07-21gives this a chance to work on architectures with strict alignmentDamien Bergamini
2008-07-21syncDamien Bergamini
2008-07-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-21add ieee80211_priv.h file: contains definitions private to net80211.Damien Bergamini
2008-07-21fix ugly debug dump output. found with bluhm@Rainer Giedat
2008-07-21move processing of EAPOL frames away from ieee80211_{input,output}.cDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-21Extra sanity checking for afree(); OK deraadt@ and pvalchev@Todd C. Miller