]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix the other missing prototypes.
[FreeBSD/FreeBSD.git] / sys /
2012-03-13 melifaroUse rt_numfibs variable instead of compile-time RT_NUMFIBS.
2012-03-13 mavAdd kern.eventtimer.activetick tunable/sysctl, specifyi...
2012-03-13 kevloUse NULL instead of 0
2012-03-13 mavRewrite thread CPU usage percentage math to not depend...
2012-03-13 adrianRemove a now unneeded ARGE_UNLOCK().
2012-03-13 jmallettRemove some files not used by the FreeBSD kernel which...
2012-03-13 adrianFix link status handling on if_arge upon system boot...
2012-03-13 jmallettDon't build kernel.tramp on Octeon. Probably building...
2012-03-13 adrianCorrectly (I hope) deallocate the if_arge RX buffer...
2012-03-12 jmallettRemove TARGET_BIG_ENDIAN which should have been removed...
2012-03-12 jmalletto) Use ABI, not ISA_* options, to determine whether...
2012-03-12 adrianConfiguration changes/updates!
2012-03-12 scottlRemove a stale comment.
2012-03-12 scottlFinal pass at having devices use their bus parent for...
2012-03-12 jmallettRemove comments about creating DMA tags as children...
2012-03-12 jmallettUse 64-bit bus space constants on 64-bit kernels.
2012-03-12 scottlMore conversions of drivers to use the PCI parent DMA...
2012-03-12 jmallettRemove more unused stuff, primarily a set of (unused...
2012-03-12 adrianThis header file no longer exists when doing cross...
2012-03-12 melifaroFix VNET build broken by r232865.
2012-03-12 rrsThis fixes PR 165210. Basically we just
2012-03-12 melifaro- Add ipfw eXtended tables permitting radix to be used...
2012-03-12 phoAllways call fdrop().
2012-03-12 jmallettRemove more unused code and declarations, and add dire...
2012-03-12 scottlConvert a number of drivers to obtaining their parent...
2012-03-12 jmallettRemove platform APIs which are not used by any code...
2012-03-12 mavTune cpuset macros to optimize cases when CPU_SETSIZE...
2012-03-12 alcSimplify the error checking in one branch of trap_pfaul...
2012-03-12 yongariMake if_ierrors updated whenever any of the following...
2012-03-12 yongariShow PCI bus speed and width as well as running mode...
2012-03-12 yongariAdd workaround for PCI-X BCM5704 controller that live...
2012-03-12 gonzo- Rename apb_intr to apb_filter since it's a filter...
2012-03-12 gonzoImplement pmc_save_user_callchain and pmc_save_kernel_c...
2012-03-12 adrianBegin modifying the PB92 config file to actually genera...
2012-03-12 alcSimplify the error checking in one branch of trap_pfaul...
2012-03-11 jmallettWe've supported 64-bit PTEs for some time.
2012-03-11 kibRemove superfluous brackets.
2012-03-11 kibDo schedule delayed writes for async mounts.
2012-03-11 kibDo not fall back to slow synchronous i/o when low on...
2012-03-11 kibIn ffs_syncvnode(), pass boolean false as second argume...
2012-03-11 kibRemove not needed ARGSUSED lint command.
2012-03-11 kibELF image can have several PT_NOTE program headers...
2012-03-11 adrianUpgrade the netgraph vlan node to support 802.1q, encap...
2012-03-11 luigi- remove an extra parenthesis in a closing brace;
2012-03-11 kibUpdate comment.
2012-03-11 mariusFix a bug introduced in r223938; on big-endian machines...
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettReenable -Winline on MIPS now that we're not compiling...
2012-03-11 jmallettDisable the Simple Executive's error decoding/reporting...
2012-03-11 jmallettDo not try to use libfdt in FreeBSD.
2012-03-11 jmallettRemove files not needed by FreeBSD.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-11 jmallettDisable -Winline on MIPS in preparation for the import...
2012-03-11 jmallettFix promiscuous mode with if_octm:
2012-03-10 jmallettRemove some headers not used by kernel or world and...
2012-03-10 netchildregen
2012-03-10 netchild- add comments to syscalls.master and linux(32)_dummy...
2012-03-10 mavServerWorks HT1000 HPET reported to have problems with...
2012-03-10 adrianStick the if_drv_flags access (check and modify) behind...
2012-03-10 adrianFix a panic introduced in a previous commit - non-beaco...
2012-03-10 mavRevert r175376 and tune cpufreq(4) frequency comparison...
2012-03-10 jmallettFix reversed logic in previous commit that broke build...
2012-03-10 iwasakiFix wrong asresp frame parsing in iwi_checkforqos().
2012-03-10 nyanMFi386: revisions 232570 and 232754
2012-03-10 mavIdle ticks optimization:
2012-03-10 traszRemove useless thread_{lock,unlock}() in raccd.
2012-03-10 kibAdd brackets around bare '-1' used as the macro body.
2012-03-10 jmallettUse ABI to determine bus_addr_t for cnMIPS.
2012-03-10 jmalletto) Remove some CPU_CNMIPS-related magical thinking...
2012-03-10 jmallettGet rid of mainbus.c. The version in nexus.c is being...
2012-03-10 jmallettDon't truncate physical addresses to 32-bits.
2012-03-10 jmallettReduce diffs with freebsd32_sysarch.
2012-03-10 yongariAfter r232403, DMA transactions does not cross 4GB...
2012-03-10 jmalletto) Bump INTRCOUNT_COUNT to 256, since Octeon already...
2012-03-10 adrianDon't flood the cabq/mcastq with frames.
2012-03-10 adrianEnforce that wtap requires VIMAGE to be useful.
2012-03-09 jkimMake boot2 build with Clang again.
2012-03-09 adrianDocument that we may end up with some suboptimal handli...
2012-03-09 adrianShould the mcast queue be locked here? In case more...
2012-03-09 jmallettExport intrcnt correctly when running under 32-bit...
2012-03-09 phoPerform the parameter validation before assigning it...
2012-03-09 jhbMove i386's intr_machdep.c to the x86 tree and share...
2012-03-09 dimAdd casts to __uint16_t to the __bswap16() macros on...
2012-03-09 jhbAllow a native i386 kernel to be built with 'nodevice...
2012-03-09 jhbMFamd64:
2012-03-09 mavMake kern.sched.idlespinthresh default value adaptive...
2012-03-09 phoRevert r232692 as the correct place to fix this is...
2012-03-09 tijlCast the expression in __bswap16(x) to __uint16_t becau...
2012-03-09 jhbRemove PAE special-case 2GB DMA boundary and always...
2012-03-09 tuexenFix a warning reported by bz@
2012-03-09 tuexenAdd support for stf interfaces.
2012-03-09 tuexenFix a bug reported by Peter Holm which results in a...
2012-03-09 tijlClean up x86 endian.h:
2012-03-09 jmallett"Did you still want the not yet? I think we just arrive...
2012-03-09 adrianInsert extra paranoia into the ath(4) driver.
2012-03-09 jmallettEnable COMPAT_FREEBSD32 for the Octeon kernel config...
2012-03-09 mavBe more polite when setting state->nextevent inside...
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 adrianCorrectly initialise the TXQ link pointer to the last...
2012-03-08 adrianAdd missing \n's.
next