aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop...Qing Li2009-05-141-1/+5
* Call drbr_stats_update to update ifp stats directly when we bypass the buf_ri...Kip Macy2009-05-141-3/+6
* - Implement a lockless file descriptor lookup algorithm inJeff Roberson2009-05-146-77/+117
* Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn2009-05-1425-234/+948
* Snip redundant assignment.Dag-Erling Smørgrav2009-05-131-1/+1
* Apply a one line change to nfs_clbio.c (which is largely a copyRick Macklem2009-05-131-1/+2
* - Set MAC address in ateinit, so it can be changed later.Stanislav Sedov2009-05-131-8/+7
* - Style(9) and consistency nitpicking.Stanislav Sedov2009-05-131-72/+88
* Keep this line shorter than 80 columns.Ed Schouten2009-05-131-2/+2
* - Make SPI bus bridge be non-arch dependent by using more genericOleksandr Tymoshenko2009-05-132-2/+2
* - Remove nonexistent header file from includes listOleksandr Tymoshenko2009-05-131-1/+0
* Ensure the bmRequestType is the right type for the incoming control request.Andrew Thompson2009-05-131-2/+4
* Add parenthesis around the xfer macro argument.Andrew Thompson2009-05-131-3/+3
* Make sure collections have the usage field set.Andrew Thompson2009-05-131-3/+9
* Check the correct variable for IO_NDELAY.Andrew Thompson2009-05-131-2/+2
* Add debug lines for fullspeed and highspeed xfer completion.Andrew Thompson2009-05-131-0/+4
* Sync to P4Andrew Thompson2009-05-132-64/+90
* The transfer must return USB_ERR_CANCELLED when the device is gone due to theAndrew Thompson2009-05-131-1/+5
* Implement simple machine check support for amd64 and i386.John Baldwin2009-05-1314-0/+1238
* Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the globalRobert Watson2009-05-132-11/+5
* Remove now-unused NETISR_USB.Robert Watson2009-05-131-1/+0
* Garbage collect legacy upgt driver now that it is available in the newRobert Watson2009-05-134-3211/+0
* Add a comment to motivate my last change.Nathan Whitehorn2009-05-131-0/+2
* ifp->if_softc is managed entirely by the driver. We never set it toWarner Losh2009-05-131-8/+0
* Add a short delay after programming PHY registers to give some time forNathan Whitehorn2009-05-131-0/+1
* Fix memory leak in an error case.Christian Brueffer2009-05-131-0/+3
* Correct a rare use-after-free error in pmap_copy(). This error wasAlan Cox2009-05-132-3/+7
* Eliminate page queues locking from bufdone_finish() through theAlan Cox2009-05-133-11/+82
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.Alexander Motin2009-05-131-1/+1
* Remove unused variables.Christian Brueffer2009-05-122-7/+1
* Remove unused variables.Christian Brueffer2009-05-121-4/+1
* - Resurrect the debug printf message I accidentally droppedStanislav Sedov2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storeStanislav Sedov2009-05-121-16/+28
* Remove unused variable.Christian Brueffer2009-05-121-3/+0
* Remove unused variable.Christian Brueffer2009-05-121-2/+0
* Add missing 'break' statement.Edward Tomasz Napierala2009-05-121-0/+1
* Check return value of gctl_get_asciiparam().Edward Tomasz Napierala2009-05-121-0/+4
* Remove dead code.Edward Tomasz Napierala2009-05-121-4/+0
* Remove dead code.Edward Tomasz Napierala2009-05-121-2/+0
* - Implement detach path.Stanislav Sedov2009-05-121-82/+143
* Modify the experimental nfs server to use the new nfsd_nfsd_argsRick Macklem2009-05-122-40/+39
* Add missing free(9) in error case.Edward Tomasz Napierala2009-05-121-0/+1
* Add missing 'break' statements.Edward Tomasz Napierala2009-05-121-0/+2
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniqueKonstantin Belousov2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringKonstantin Belousov2009-05-121-2/+7
* This patch adds a host route to an interface address (that is assignedQing Li2009-05-121-1/+47
* Eliminate gratuitous clearing of the page's dirty mask.Alan Cox2009-05-123-3/+6
* fix bug introduced by last changeKip Macy2009-05-121-1/+1
* connect upgt(4) to the build. It should work on all architectures.Weongyo Jeong2009-05-121-1/+1
* Add WUSB54AG and XM142 entries for upgt(4)Weongyo Jeong2009-05-121-0/+2