summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize hdrlen to 0 to avoid clang warning in NOINET case.rdivacky2012-11-101-0/+1
* Fix the build.kevlo2012-11-101-1/+1
* Several optimizations to sched_idletd():mav2012-11-101-18/+35
* More style(9) tabs vs. spaces:grog2012-11-101-25/+25
* Correct date and spelling of encounter between Stanley andgrog2012-11-101-1/+1
* Be a bit more paranoid.eadler2012-11-101-19/+23
* Allow maxusers to scale on machines with large address space.alfred2012-11-103-12/+30
* MFV r242729 (mm):delphij2012-11-104-51/+171
* Import jemalloc 3.2.0.jasone2012-11-1031-560/+1471
* Attempt toward a buildable universe by silenting a few warnings for OFED.delphij2012-11-102-2/+2
* Use %s when calling make_dev with a string pointer. This makesdelphij2012-11-091-1/+1
* Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-092-6/+6
* Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, asdim2012-11-091-4/+4
* Simplify sending keepalives.melifaro2012-11-091-47/+38
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-0921-35/+11
* Dont compile some files in drm with -finline-limit=1350. GCC 4.2.1 doesntrdivacky2012-11-091-3/+2
* Fix LOW and FULL speed USB INTERRUPT endpoint support for thehselasky2012-11-093-41/+159
* Do not try to enable new features in the %cr4 if running underkib2012-11-091-1/+15
* Give tw_osl_dbg_printf format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Give device_printf format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Cast VIA_READ to (void) where the result is unused.rdivacky2012-11-092-3/+3
* Remove unused static mn_timeout.rdivacky2012-11-091-18/+0
* Give panic format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Belatedly (by many years!) bump the version numbers in the src/-sidegjb2012-11-091-6/+6
* - Correct rev 242734, segments can sometimes get stuck. Be a bit morejeff2012-11-091-1/+4
* Add support for Advantech PCI-1602 RS-485/RS-422 serial cardeadler2012-11-091-0/+6
* Fix a very incorrect description.adrian2012-11-091-1/+1
* Replace spaces by tabs where appropriate.grog2012-11-081-38/+38
* Replace spaces with tabs where appropriate.grog2012-11-086-36/+36
* Shrink boot2 by 8 bytes, by eliminating some unneeded instructions indim2012-11-081-4/+2
* Fix the build - fix up the ath_alq code to not compile by default.adrian2012-11-081-4/+8
* Not only load pccard_ether settings, also load network settings. Thisn_hibma2012-11-081-0/+1
* Add some hooks into the driver to attach, detach and record EDMA descriptoradrian2012-11-086-8/+133
* Add my initial cut at driver-layer ALQ support.adrian2012-11-082-0/+254
* Oops, fix bogus spacing.adrian2012-11-081-8/+8
* Implement the ATH_RESET_NOLOSS path for TX stop and start; this is neededadrian2012-11-081-15/+30
* Convert this to a debug printf; it's working fine now.adrian2012-11-081-1/+1
* Make the USB ethernet methods constant again in if_udav.c,hselasky2012-11-081-5/+13
* sh: Add tests for modifying an alias (r242766).jilles2012-11-083-0/+21
* sh: Fix two issues when an alias is redefined:jilles2012-11-081-0/+11
* Add new USB device ID.kevlo2012-11-081-0/+1
* Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_addressmarius2012-11-081-2/+4
* Reduce differences between these two initarms a bit more.imp2012-11-082-20/+23
* Cleanup some whitspace in this file to get it out of an upcoming patch.bz2012-11-081-14/+14
* Zero the newly allocated md(4) swap-backed page to prevent randomkib2012-11-081-0/+9
* Make parameters to -c and -k options optional. If no parameters aregrog2012-11-082-13/+24
* Clarify that the ' flag is an apostrophe.grog2012-11-081-1/+1
* Add DTrace to 32-bit PowerPC GENERIC now.jhibbits2012-11-081-0/+3
* - Change ULE to use dynamic slice sizes for the timeshare queue in orderjeff2012-11-081-10/+48
* - Implement BIO_FLUSH support around journal entries. This will not 100%jeff2012-11-081-16/+121
OpenPOWER on IntegriCloud