]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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 jmallettImport Cavium Octeon SDK 2.3.0 Simple Executive from...
2012-03-11 adrianStop some of the output from wrapping at 80 characters.
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 edPerform even more style changes.
2012-03-10 edFix whitespace.
2012-03-10 gavinMove determination of socket buffer sizes from startup...
2012-03-10 traszCross-reference sigqueue(2) and kill(2).
2012-03-10 kibOptimize tls_get_addr_common(). The change provides...
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 dimPartially undo r228693, by removing NO_WFORMAT.clang...
2012-03-09 dimAfter r232745, which makes sure __bswap16(), ntohs...
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 traszImprove error reporting in diskinfo(8) by not displayin...
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 kibRemove the use of toupper() from rtld_printf.c. Use...
2012-03-09 jhbRemove PAE special-case 2GB DMA boundary and always...
2012-03-09 tuexenFix a warning reported by bz@
2012-03-09 emasteRemove undesired sysctl(3) xref
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 nwhitehornMake sure not to tar up CVS directories if this ports...
2012-03-09 eadlerFix a variety of grammar and style nits
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 emasteCorrect markup, use proper reference for sysctl(3)
2012-03-08 kibDocument P_ORPHAN.
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 emasteWork around broken BIOS memory reporting
2012-03-08 emasteRemove unactionable message about label geometry
2012-03-08 hrs- Clean up extra ${.OBJDIR}.
2012-03-08 emasteInbound TCP-MD5 digest validation is now supported
2012-03-07 jkimMake parallel build more safer.
2012-03-07 kenMake the mps(4) module depend on the cam module.
2012-03-07 pluknetAdd lib32 part for libutil after its version bump to 9.
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 emasteImprove multi-line kernel ident parsing
2012-03-07 kibIn batch mode, exit after receiving SIGINT, instead...
2012-03-07 pluknetMove struct if_data basic description to a more suitabl...
2012-03-07 maximo Sync LOCK_PROFILING manpage with the current code...
2012-03-07 pluknetReflect that if_output changed to take a struct route...
2012-03-07 pluknetUpdate ifa_rtrequest() description after post-4.4BSD...
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-07 thompsaFix typo and bump the document date which I also forgot.
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...
2012-03-06 rayBreak long lines.
2012-03-06 rayRemove EoL whitespaces.
2012-03-06 dimFix build of libc.so after r232620. This caused a...
2012-03-06 adrianModify HWMP to be able to allocate memory for PREQ...
next