]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-08-19 andreMove the global M_SKIP_FIREWALL mbuf flags to a protoco...
2013-08-19 andreMove ip_reassemble()'s use of the global M_FRAG mbuf...
2013-08-19 andreRemove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG taggin...
2013-08-19 andreRemove unused and incomplete support for delayed fragme...
2013-08-19 andrewEnable VFP on the Arndale Board.
2013-08-19 rpauloStyle changes and typos fixed.
2013-08-19 peterPass pidfile to bsnmpd if it's been changed (parts...
2013-08-19 peterRevert r254508.
2013-08-19 jhibbitsFix some ppc64 dtrace bugs, and enable systrace_freebsd...
2013-08-19 peterAdd the optional ability to run as a different user.
2013-08-19 ianAllow a hardware driver to pass clock frequencies into...
2013-08-18 adrianDon't return ENOTSUPP here - the net80211 pluggable...
2013-08-18 kibWhen code from r254064 in pmap_ts_referenced() drops...
2013-08-18 adrianReturn the correct status if ieee80211_ff_check() consu...
2013-08-18 pjdImplement fdclosedir(3) function, which is equivalent...
2013-08-18 pjdRemove redundant space.
2013-08-18 tijlChange the return type of the fallback implementation...
2013-08-18 ianAdd a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware...
2013-08-18 cognetIncrease the max KVA available for general consumption...
2013-08-18 andrewEnable VFP in the Versatile PB (QEMU) kernel. Tested...
2013-08-18 andrewEnable VFP on the CubieBoard and CubieBoard 2.
2013-08-18 pjdRegenerate after r254491.
2013-08-18 pjdThe cap_rights_limit(2) system calls needs a wrapper...
2013-08-18 pjdMove the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO...
2013-08-18 jillesDisallow opening a POSIX message queue for execute.
2013-08-18 jillesdup3(3): Replace copyright notice.
2013-08-18 andrewEnable VFP support on EFIKA MX.
2013-08-18 pjdCast argument of is*() ctype functions to unsigned...
2013-08-18 pjdMake the "FD" column one character wider, so that ...
2013-08-18 pjdConsistently use 'af' as an argument name for address...
2013-08-18 pjdMake example more correct (errstr is a pointer, not...
2013-08-18 pjdRegenerate after r254481.
2013-08-18 pjdImplement 32bit versions of the cap_ioctls_limit(2...
2013-08-18 pjdAdd process descriptors support to the GENERIC kernel...
2013-08-18 pjdBetter organize the filecaps structure, which reduces...
2013-08-18 adrianAdd in missing events for Sandy Bridge Xeon.
2013-08-17 hrsUse sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_...
2013-08-17 markjUpdate the SDT(9) man page with the macros added in...
2013-08-17 markjAdd a "translated type" argument to SDT_PROBE_ARGTYPE...
2013-08-17 markjRemove a couple of unused macros.
2013-08-17 neelBump up the maximum addressable memory on amd64 systems...
2013-08-17 emasteCorrect implementation of atomic_flag_test_and_set
2013-08-17 ianEnable VFP support for BeagleBone.
2013-08-17 jilleslibc: Access _logname_valid more efficiently.
2013-08-17 hrs- Remove struct ifinfo *iflist. It is no longer used.
2013-08-17 andrewRename device vfp to option VFP and retire the ARM_VFP_...
2013-08-17 hrs- Use getnameinfo(3) instead of gethostbyaddr(3) or...
2013-08-17 bryanvDo not use potentially stale thread in kthread_add()
2013-08-17 andrewRemove the armfpe config options. These files don't...
2013-08-17 andrewRemove the ARMFPE option. It is unsupported, and appear...
2013-08-17 pjdCorrect function name and return value.
2013-08-17 andrewRemove fpe_sp_state as we don't support fpe.
2013-08-17 andrewRemove unused FPE code. This is not enabled anywhere...
2013-08-17 andrewEnsure we set all fpu registers to zero by using the...
2013-08-17 andrewSilence a warning that is incorrect on ARMv6 and later...
2013-08-17 pjdRegenerate after r254447.
2013-08-17 pjdMake pdfork(2), pdkill(2) and pdgetpid(2) syscalls...
2013-08-17 pjdIn r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list...
2013-08-17 pjdRemove redundant variable.
2013-08-17 hrsReturn 0 in nbi->expire when la_expire == 0. Conversio...
2013-08-17 hrsUnbreak rwhod(8):
2013-08-17 kibRemove the arbitrary binding of the pagedaemon threads...
2013-08-17 hselaskyFix some USB controller names according to pciconf...
2013-08-17 sjgDon't let user specified DESTDIR, break building our...
2013-08-17 mjacobCorrect sentence syntax too.
2013-08-17 adrianLog the MAC address of the node in question rather...
2013-08-17 obrienCorrect spelling.
2013-08-17 delphijFix build.
2013-08-17 ianConsistently init all mmc request, command, and data...
2013-08-16 ianHandle command retries for commands originating at...
2013-08-16 jhbAdd new mmap(2) flags to permit applications to request...
2013-08-16 ianDuring card identification, run the bus at 400KHz,...
2013-08-16 jillessh: Remove unnecessary reset functions.
2013-08-16 ianPrint the card relative address in hex, because that...
2013-08-16 ianAdd named constants for 8-bit bus support. The sdhci...
2013-08-16 ianWhen the timeout clock is based on the SD clock, the...
2013-08-16 sjgAdd .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)
2013-08-16 sjgWhen we need to build using the in-tree make,
2013-08-16 kenAdd unmapped I/O and larger I/O support to the sa(4...
2013-08-16 kibRestore the previous sendfile(2) behaviour on the block...
2013-08-16 jillespselect(2): Add xref to sigsuspend(2).
2013-08-16 jillessh: Recognize "--" as end of options in bg/fg/jobid...
2013-08-16 jillessh: Add test for the non-standard jobid builtin.
2013-08-16 jillesAdd tests for dup3().
2013-08-16 jillesAdd man page dup3(3).
2013-08-16 jillesAdd dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC...
2013-08-16 desGC unused source file.
2013-08-16 kevloBring datasheet URL up to date.
2013-08-16 glebiusProvide UTF-8 version of russian calendars.
2013-08-16 gjbMark the makefs(8) '-p' flag as deprecated in preferenc...
2013-08-16 markjUse strdup(9) instead of reimplementing it.
2013-08-16 grehanFix ordering of legacy IRQ reservations.
2013-08-15 kenChange the way that unmapped I/O capability is advertised.
2013-08-15 jillessigsuspend(2): Add xrefs to pselect(2) and sigwait...
2013-08-15 jeff - Fix bug in r254304. Use the ACTIVE pq count for...
2013-08-15 jkimSimplify check for CMPXCHG8B instruction. Note CMPXCHG...
2013-08-15 cpercivaChange the queue of locks in kern_rangelock.c from...
2013-08-15 jkimAvoid potential redefinition of the macro.
2013-08-15 traszTurn comments about locking into actual lock assertions.
2013-08-15 brooksUse an ANSI C definition of initializecpucache() to...
next