summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-20Missing splx() in hil_thread(). This turned out to be harmless due to theMiod Vallat
2010-11-20remove bs_list occurrences. fixes panic on destroy.Federico G. Schwindt
2010-11-20some more installboot cleanup from gapz@dud-t.orgTheo de Raadt
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-19typo; from ilya a. kovalenko <shadow () oganer ! net>Mike Belopuhov
2010-11-19miscellanous->miscellaneousMiod Vallat
2010-11-19Sync MAKEDEV against conf.c, and both against GENERIC.Miod Vallat
2010-11-19Sync usb device list with macppc.Miod Vallat
2010-11-19Add urio, uscanner and pseudo-device hotplug.Miod Vallat
2010-11-19Add urio and uscanner.Miod Vallat
2010-11-19add pseudo-device hotplug.Miod Vallat
2010-11-19Do not allow malloc() to wait in uhci_device_setintr(), instead check forMiod Vallat
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2010-11-19gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock isTheo de Raadt
2010-11-18Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>Miod Vallat
2010-11-18Make sure readdir cookies are actually allocated with the correct sizeMiod Vallat
2010-11-18Don'tMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-18Remove unused DK_NDRIVE define. ok krw@ deraadt@Miod Vallat
2010-11-18Mark NVIDIA MCP89 SATA controllers as such. Makes them use DMA instead of PIOMark Kettenis
2010-11-18regenMark Kettenis
2010-11-18Split the NVIDIIA MCP89 disk controller IDs into SATA, AHCI and RAID, followingMark Kettenis
2010-11-17make ifa_ifwithaddr use the RB tree for lookups instead of nested listHenning Brauer
2010-11-17add ifa_print_rb(), dumps the RB tree to the console, can be called fromHenning Brauer
2010-11-17maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs,Henning Brauer
2010-11-17an extra parameter for in_ifinit, indicating wether the ifaddr passed to itHenning Brauer
2010-11-17use ifa_update_broadaddr and make sure bcast address is set before callingHenning Brauer
2010-11-17introduce ifa_update_broadaddr to update an ifaddr's broadcast address,Henning Brauer
2010-11-17move the ifa_add call to in_ifinit() so it is called AFTER the ifaddrHenning Brauer
2010-11-17Make the comment for dk_timestamp more accurate.Alexander Bluhm
2010-11-17the text editor sucksKevin Lo
2010-11-17Teach msdosfs_mount() how to handle disklabel UIDs.Joel Sing
2010-11-17Add support for Marvell 88E8059, found in HP mini 5102.Kevin Lo
2010-11-16BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark PeoplesTheo de Raadt
2010-11-16syncTheo de Raadt
2010-11-16- add a define for CMDBUFLEN, and use it for scsireq.cmdJasper Lievisse Adriaanse
2010-11-16If the interface address referenced by a cloning route did not pointAlexander Bluhm
2010-11-16attach FeiXun products.Damien Bergamini
2010-11-16regenDamien Bergamini
2010-11-16new "FeiXun Communication" vendor id and two associatedDamien Bergamini
2010-11-16periodically measure temperature and redo LC calibration if temperatureDamien Bergamini
2010-11-15fix up a pointer bug introduced in the previous revisionMike Belopuhov
2010-11-15Aesthetic improvements to make it appear more normal and knf'y.Kenneth R Westerback
2010-11-15Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.Damien Bergamini
2010-11-15add urtwn(4) to more USB 2.0 capable architectures, since it worksDamien Bergamini
2010-11-15print board type in human readable form in dmesg.Damien Bergamini
2010-11-15rename aesni_sess to aesni_session; bugged me all the timeMike Belopuhov
2010-11-15do session allocations from the poolMike Belopuhov
2010-11-15thrash less cache lines and zero out only what we've touchedMike Belopuhov