]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix VNET build broken by r232865.
[FreeBSD/FreeBSD.git] / sys /
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.
2012-03-08 kanSave more of config space for PCI Express and PCI-X...
2012-03-08 pfgAdd support for ns timestamps and birthtime to the...
2012-03-08 phoFree up allocated memory used by posix_fadvise(2).
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-08 jhbAdd a new sched_clear_name() method to the scheduler...
2012-03-08 phosyscall() fuzzing can trigger this panic. Return EINVAL...
2012-03-08 glebiusMerge from OpenBSD:
2012-03-08 hselaskyAdd new USB device IDs.
2012-03-08 emasteRemove unactionable message about label geometry
2012-03-07 kenMake the mps(4) module depend on the cam module.
2012-03-07 jhbRemove the PAE-specific 2GB DMA boundary since HEAD...
2012-03-07 jhbUse bus_get_dma_tag() to inherit the 4G boundary restri...
2012-03-07 jhbUse bus_get_dma_tag() to inherit the PCI bus' 4G bounda...
2012-03-07 jhbSimplify the PCI bus dma tag code a bit. First, don...
2012-03-07 kibThe pipe_poll() performs lockless access to the vnode...
2012-03-07 thompsaMove the vlan buffer space into the union which also...
2012-03-07 remkoAdd support for the MosChip MCS9904 four serial ports
2012-03-06 jmallettGet rid of duplicated versions of the KSU bits.
2012-03-06 thompsaAdd the ability to set which packet layers are used...
next