summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-1014-6854/+9869
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andSam Leffler2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justSam Leffler2009-03-101-22/+44
* - Remove code to set SAVENAME for CREATE or RENAME requests that get a -veJohn Baldwin2009-03-101-4/+4
* Remove unused v6 macro aliases for inpcb fields:Robert Watson2009-03-101-20/+0
* Complete removal of cardbus_write_ivar which was left hanging.George V. Neville-Neil2009-03-101-3/+0
* Don't print inm_print() chatter when KTR_IGMPV3 is not enabledBruce M Simpson2009-03-101-0/+3
* bring in ddb "show gpio" support from Cambria branchSam Leffler2009-03-101-10/+51
* Small cleanup of memory resource allocation from Cambria branch:Sam Leffler2009-03-101-38/+92
* - Remove a recently added comment from kernel_sysctlbyname() that isn'tJohn Baldwin2009-03-101-9/+1
* catch up with r189306; handle delayed activation of resourcesSam Leffler2009-03-102-25/+57
* Add an ABI compat shim for the vfs.bufspace sysctl for sysctl requests thatJohn Baldwin2009-03-101-0/+27
* When attaching a geli on boot make sure that it is detachedGuido van Rooij2009-03-101-0/+1
* Do not use bypass for vop_vptocnp() from nullfs, call standardKonstantin Belousov2009-03-101-0/+1
* Disable zerocopy by default for now. It's causing some problems in pcapChristian S.J. Peron2009-03-101-1/+1
* When freeing all the resources of the card, it is better to turn offWarner Losh2009-03-101-15/+11
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-106-37/+39
* Restore the return statement. It was accidentally removed by rev 188429.Yoshihiro Takahashi2009-03-101-0/+1
* Remove now-unused INP_UNMAPPABLEOPTS.Robert Watson2009-03-101-2/+0
* Fix a buglet in revision 189401: when restoring a 64-bit BAR,Marcel Moolenaar2009-03-101-1/+1
* Eliminate the last use of the recursive mapping to access user-space pageAlan Cox2009-03-101-27/+12
* add cfid and geom_redbootSam Leffler2009-03-092-1/+7
* add geom_redboot, a geom module that exports RedBoot FIS partitions as namedSam Leffler2009-03-092-0/+322
* Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler2009-03-095-2/+330
* replace if_watchdog w/ private callout; probably can merge this with theSam Leffler2009-03-092-14/+21
* remove ar9160Detach; it does nothingSam Leffler2009-03-091-14/+1
* Fix uninitialized use of ifp for ii.Bruce M Simpson2009-03-091-1/+3
* Add type specific suspend/resume ata channel functions. Add checks to avoidAlexander Motin2009-03-093-6/+73
* MFp4 //depot/projects/usb 158942,158948Andrew Thompson2009-03-093-21/+40
* Fix musb_otg.h include filename.Andrew Thompson2009-03-091-1/+1
* Don't call into the TTY layer when inside kdb.Ed Schouten2009-03-091-1/+1
* Adjust some variables (mostly related to the buffer cache) that holdJohn Baldwin2009-03-099-53/+60
* Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured theJohn Baldwin2009-03-091-0/+2
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-0915-1282/+5702
* Mark the bsdextended rules sysctl as being mpsafe.Christian S.J. Peron2009-03-091-2/+2
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTJohn Baldwin2009-03-095-3/+40
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to theAndrew Thompson2009-03-091-1/+1
* MFp4 //depot/projects/usb@158916Andrew Thompson2009-03-091-58/+61
* Prefer prototypes to k&r definitions.Warner Losh2009-03-091-12/+6
* Make generic_intr routines match prototype.Warner Losh2009-03-092-2/+2
* __LP64__ is what's defined, not _LP64_, according to the manual (andWarner Losh2009-03-091-1/+1
* Fix prototypes to be consistent.Warner Losh2009-03-096-11/+11
* o Add declarations for a few more nodes widely used.Warner Losh2009-03-091-1/+4
* remove now-redunant cardbus attachment lines.Warner Losh2009-03-095-5/+0
* remove now-redunant cardbus attachment.Warner Losh2009-03-0919-19/+0
* Fix a long-standing bug in newbus. It was introduced when subclassingWarner Losh2009-03-091-9/+53
* Use a u_int for p_lock instead of a char: this avoids a (somewhatRobert Watson2009-03-091-1/+1
* Trim comments about the MP-safety of various bits of the amd64/i386Robert Watson2009-03-093-22/+0
* Remove two now-defunct KSE fields from struct thread: td_uuticks andRobert Watson2009-03-091-2/+0
* Add a new thread-private flag, TDP_AUDITREC, to indicate whether orRobert Watson2009-03-094-5/+16