summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve style(9)raj2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.raj2009-05-146-57/+77
* add missing type for SYSCTL_PROC items; w/o a type you can view the valuesam2009-05-141-6/+6
* correct handling of ctl frames: the sender's address is always i_addr2 forsam2009-05-141-12/+0
* MFi386: revision 192050nyan2009-05-143-0/+10
* - Add a void pointer to the ata-pci controller softc to allowjhb2009-05-143-21/+26
* Compare the correct variable against NULL.brueffer2009-05-141-1/+1
* Remove usb_ethersubr.c missed reference -- we don't build ousbrwatson2009-05-141-1/+0
* Do not advance req->oldidx when sysctl_old_user returning ankib2009-05-141-3/+5
* Remove an unused variable.brueffer2009-05-141-2/+0
* Set crashinfo_enable to "YES" by default.rodrigc2009-05-141-1/+1
* Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop...qingli2009-05-141-1/+5
* Call drbr_stats_update to update ifp stats directly when we bypass the buf_ri...kmacy2009-05-141-3/+6
* - Implement a lockless file descriptor lookup algorithm injeff2009-05-146-77/+117
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-1425-234/+948
* Snip redundant assignment.des2009-05-131-1/+1
* Apply a one line change to nfs_clbio.c (which is largely a copyrmacklem2009-05-131-1/+2
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* Keep this line shorter than 80 columns.ed2009-05-131-2/+2
* - Make SPI bus bridge be non-arch dependent by using more genericgonzo2009-05-132-2/+2
* - Remove nonexistent header file from includes listgonzo2009-05-131-1/+0
* Ensure the bmRequestType is the right type for the incoming control request.thompsa2009-05-131-2/+4
* Add parenthesis around the xfer macro argument.thompsa2009-05-131-3/+3
* Make sure collections have the usage field set.thompsa2009-05-131-3/+9
* Check the correct variable for IO_NDELAY.thompsa2009-05-131-2/+2
* Add debug lines for fullspeed and highspeed xfer completion.thompsa2009-05-131-0/+4
* Sync to P4thompsa2009-05-132-64/+90
* The transfer must return USB_ERR_CANCELLED when the device is gone due to thethompsa2009-05-131-1/+5
* Implement simple machine check support for amd64 and i386.jhb2009-05-1314-0/+1238
* Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the globalrwatson2009-05-132-11/+5
* Remove now-unused NETISR_USB.rwatson2009-05-131-1/+0
* Garbage collect legacy upgt driver now that it is available in the newrwatson2009-05-134-3211/+0
* Add a comment to motivate my last change.nwhitehorn2009-05-131-0/+2
* ifp->if_softc is managed entirely by the driver. We never set it toimp2009-05-131-8/+0
* Add a short delay after programming PHY registers to give some time fornwhitehorn2009-05-131-0/+1
* Fix print_syscall_ret parameter order.dds2009-05-131-1/+1
* Fix compilation error introduced in r192025.dds2009-05-131-1/+2
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* Correct a rare use-after-free error in pmap_copy(). This error wasalc2009-05-132-3/+7
* Eliminate page queues locking from bufdone_finish() through thealc2009-05-133-11/+82
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.mav2009-05-131-1/+1
* Eliminate duplicate error messages from "tar c".kientzle2009-05-131-0/+1
* Remove unused variables.brueffer2009-05-122-7/+1
* Remove unused variables.brueffer2009-05-121-4/+1
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* Correct r190283 (partially reverting it) as on sparc64 BUS_DMA_NOCACHEmarius2009-05-121-5/+13
* Add -c option to summarize number of calls, errors, and system time.dds2009-05-1213-145/+247
* Remove unused variable.brueffer2009-05-121-3/+0
OpenPOWER on IntegriCloud