]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-01-17 kibAdd definitions for the FPU extended state header,...
2012-01-17 kibModernize the fpusave structures definitions by using...
2012-01-17 alcExplain why it is safe to unlock the vnode.
2012-01-17 theravenFix clang atomic to use for atomic_is_lock_free().
2012-01-17 glebiusAllocate our mbuf with m_get2().
2012-01-17 glebiusProvide a function m_get2() that allocates a minimal...
2012-01-17 kibImplement xsetbv(), xsave() and xrstor() providing...
2012-01-17 kibAdd definitions related to XCR0.
2012-01-17 kibAdd macro IS_BSP() to check whether the current CPU...
2012-01-17 pluknetFix the "lock &zrl->zr_mtx already initialized" asserti...
2012-01-17 kevloReturn EOPNOTSUPP since we only support update mounts...
2012-01-17 mckusickThere are several bugs/hangs when trying to take a...
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-17 nwhitehornRevert r212360 now that PowerPC can handle large sparse...
2012-01-17 alcImprove abstraction. Eliminate direct access by elf...
2012-01-16 stas- Add ID for the BeagleBone FTDI serial over usb port.
2012-01-16 hselaskyAdd support for more USB devices.
2012-01-16 ghelmerRemove unnecessary includes from these libutil man...
2012-01-16 ghelmerFix more disorder in prototypes and constants.
2012-01-16 pluknetBe pedantic and change // comment to C-style one.
2012-01-16 dasGenerate a warning if the kernel's arc4random() is...
2012-01-16 dasFix the value of float_t to match what is implied by...
2012-01-16 dasChange the definition of FLT_EVAL_METHOD from 1 to...
2012-01-16 jhChange checkpath() to not exit on error. This is a...
2012-01-16 theravenUse the signal fence builtin in stdatomic.h when using...
2012-01-16 ivorasAdd a bit of verbosity to the comment.
2012-01-16 kevloFix a style bug
2012-01-16 glebiusMake panic strings in m_gettype(), m_getzone(), m_cljset()
2012-01-16 glebiusAdd missing static.
2012-01-16 glebiusRemove some disabled NOTYET code. Probability of enabli...
2012-01-16 dumbbellsh: Fix execution of multiple statements in a trap...
2012-01-16 dumbbellsh: Test EXIT trap with multiple statements in it
2012-01-16 glebiusm_getzone() should return only cluster zones.
2012-01-16 hselaskyExport ttyname instead of ttyunit via the sysctl interface.
2012-01-16 kevloAdd nfs export support to tmpfs(5)
2012-01-16 glebiusDrop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBR...
2012-01-16 hselaskyExport information about USB serial port unit and port...
2012-01-16 davidxuInsert read memory barriers.
2012-01-16 delphijMatch surrounding style.
2012-01-16 dasRemove a confused comment and fix some minor bugs.
2012-01-16 dasFix the definition of FLT_EVAL_METHOD and some minor...
2012-01-16 adrianStop overloading opt_global.h.
2012-01-16 davidxuEliminate branch and insert an explicit reader memory...
2012-01-16 dasComputations on NaNs are supposed to return one of...
2012-01-16 dasAdd an implementation of fenv.h intended for platforms...
2012-01-16 dasImplement FLT_ROUNDS for arm. Some (all?) arm FPUs...
2012-01-16 dasRemove functions from softfloat's Symbol.map that don...
2012-01-16 dasConvert softfloat to use the standard exception flag...
2012-01-16 dasCorrect some bugs that resulted from arm/_fpmath.h...
2012-01-16 cpercivas/amd64/i386/ in comment.
2012-01-16 cpercivaCopy XENHVM config file from amd64, now that i386+XENHV...
2012-01-16 cpercivaMake XENHVM work on i386. The __ffs() function counts...
2012-01-16 mavAdd check to avoid assertion panic on duplicate stop.
2012-01-16 alcWhen tmpfs_write() resets an extended file to its origi...
2012-01-15 kientzleBeagleBone uses an FTDI chip with
2012-01-15 jillessh: Fix some bugs with exit status from case containing ;&.
2012-01-15 avgdadump: don't leak the periph lock on i/o error
2012-01-15 avgxlocale.h: consistently use __va_list
2012-01-15 eadlerMake man page wording more clear:
2012-01-15 jillessh: Fix two bugs with case and exit status:
2012-01-15 adrianFix the situation where net80211 is built with IEEE8021...
2012-01-15 adrianBuild some more things (random, bridge/gif/gre, gpio...
2012-01-15 adrianBegin breaking out the AR71xx specific functional drive...
2012-01-15 adrianAllow building the GPIO bus and associated bits as...
2012-01-15 adrianAdd the new option introduced in the previous commit.
2012-01-15 adrianSome of the atheros based embedded devices use one...
2012-01-15 adrianBreak out the "memory" EEPROM data read method from...
2012-01-15 trocinyIn kvm_argv(), the case when the supplied buffer was...
2012-01-15 trocinyAbrogate nchr argument in proc_getargv() and proc_geten...
2012-01-15 nwhitehornPick a constant high IRQ value for the PS3 IPI, which...
2012-01-15 mmFix missing in r230129:
2012-01-15 eadlerRemove duplicate line from usage
2012-01-15 nwhitehornFix some unreliability problems related to MSR bits...
2012-01-15 nwhitehornNow that we can tolerate LPAR context switches on the...
2012-01-15 tuexenSmall cleanup, no functional change.
2012-01-15 joelFix a few comment typos.
2012-01-15 tuexenTwo cleanups. No functional change.
2012-01-15 uqsRemove spurious 8bit chars, turning files into plain...
2012-01-15 uqsConvert files to UTF-8
2012-01-15 uqsRemove spurious 8bit chars, turning files into plain...
2012-01-15 uqsConvert files to UTF-8
2012-01-15 uqsReencode morse.c to UTF-8. This does not make it Unicod...
2012-01-15 mavMajor snd_hda driver rewrite:
2012-01-15 mmIntroduce vn_path_to_global_path()
2012-01-15 glebiusUse getopts instead of getopt(1).
2012-01-15 glebiusRestore functionality to pack several kernels into...
2012-01-15 eadler- Fix undefined behavior when device_get_name is null
2012-01-15 nwhitehornRework SLB trap handling so that double-faults into...
2012-01-14 dougbFor the mass rc.d changes, add a command line to make...
2012-01-14 jillessh: Add testcases that should not be broken by future...
2012-01-14 alcNeither tmpfs_nocacheread() nor tmpfs_mappedwrite(...
2012-01-14 csjpRevert to the old behavior of allocating table/table...
2012-01-14 jillessh: Change input buffer size from 1023 to 1024.
2012-01-14 jillessh: Fix out of bounds array access when trap is used...
2012-01-14 dougbRemove documentation for set_rcvar() now that it has...
2012-01-14 dasAdd .t files for tests, missed in prior checkins, so...
2012-01-14 dasUpdate the tests for arm and other ports where long...
2012-01-14 glebiusNo need to run buildworld before generate-release.sh.
2012-01-14 eadler- Document TheDraw splash screens in the default loader...
2012-01-14 eadler- Fix trivial typo
next