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