summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow a comma-separated list of network interfaces to be specified via thecperciva2009-05-151-9/+16
* As the comment says, close() frees the variable, record. So we obtaindelphij2009-05-141-1/+1
* Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while).delphij2009-05-141-3/+3
* Try to workaround a race where bge_stop() may sneak in when bge_rxeof()delphij2009-05-141-0/+9
* - Use a separate sx lock to try to limit the number of concurrent userlandjhb2009-05-141-7/+16
* Trim the default set of device hints on i386 and amd64:jhb2009-05-142-51/+0
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-1410-74/+180
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andrwatson2009-05-142-9/+4
* Change the file names in the comments in sys/fs/nfs/nfs_var.h sormacklem2009-05-141-34/+30
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-147-93/+35
* Avoid floating point arithmetic while calculating iquiry length.emax2009-05-141-11/+14
* 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
OpenPOWER on IntegriCloud