summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Remove unused variable.brueffer2009-05-121-2/+0
* Add missing 'break' statement.trasz2009-05-121-0/+1
* Check return value of gctl_get_asciiparam().trasz2009-05-121-0/+4
* Remove dead code.trasz2009-05-121-4/+0
* Remove dead code.trasz2009-05-121-2/+0
* - Implement detach path.stas2009-05-121-82/+143
* Modify the experimental nfs server to use the new nfsd_nfsd_argsrmacklem2009-05-122-40/+39
* Add missing free(9) in error case.trasz2009-05-121-0/+1
* Add missing 'break' statements.trasz2009-05-121-0/+2
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniquekib2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringkib2009-05-121-2/+7
* This patch adds a host route to an interface address (that is assignedqingli2009-05-121-1/+47
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-123-3/+6
OpenPOWER on IntegriCloud