]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-12-20 baptmake installation of the 220.backup-pkgdb periodic...
2012-12-20 yongariRecognize 5720S PHY and treat it as 5708S PHY.
2012-12-20 yongariFor fiber PHYs, BRGPHY_MII_1000CTL register is not...
2012-12-20 gonzoReplace generic ARM11 option with more specific
2012-12-20 gonzoFix misleading comment
2012-12-20 pfgMore constant renaming in preparation for newer features.
2012-12-20 cognetWe want to build subr_busdma_bufalloc.c on arm.
2012-12-20 cognetUse C comments instead of C++ comments.
2012-12-20 cognetBusdma enhancements, especially for managing small...
2012-12-20 cognetUse the new allocator in bus_dmamem_alloc().
2012-12-20 cognetCreate an architecture-agnostic buffer pool manager...
2012-12-20 cognetGet the old NFSCLIENT to compile by adding now needed...
2012-12-19 pjdReplace expand_name() function with corefile_open(...
2012-12-19 pjdUse correct file permissions when looking for available...
2012-12-19 rmacklemPost r243965 the nfsd daemon will not start up for...
2012-12-19 gonzoUse NFSCL since NFSCLIENT build is broken at the moment
2012-12-19 jeff - Add new machine parsable KTR macros for timing events.
2012-12-19 jeff - Correctly handle EWOULDBLOCK in quiesce_cpus
2012-12-19 aeWhen we have some address to forward (e.g. it was speci...
2012-12-19 aeMake dst_sa initialization only when it is actually...
2012-12-19 aeThe selectroute functions does own account of EHOSTUNRE...
2012-12-19 emasteSupport restrict qualifier in dwarf debug info
2012-12-19 pjdThe 'flags' argument can be modified in vn_open_cred...
2012-12-19 pjdDo not audit paths we try when kern.corefile contains %I.
2012-12-19 pjdStyle cleanups.
2012-12-19 pjdThe expand_name() function isn't called with the proces...
2012-12-19 mavFix bug in r242720, that caused additional status page...
2012-12-19 alcEliminate some definitions that haven't been used in...
2012-12-19 markjAdd myself as a new src committer.
2012-12-19 cognetProperly implement pmap_[get|set]_memattr
2012-12-18 jimharrisMap BAR 4/5, because NVMe spec says devices may place...
2012-12-18 gonzoAdd sysctls for changing GPIO pins function
2012-12-18 jimharrisSimplify module definition by adding nvme_modevent...
2012-12-18 jimharrisDo not use taskqueue to defer completion work when...
2012-12-18 eadlerAdd an additional regression tests for other cases...
2012-12-18 emasteNo reason to install debug data with the schg flag
2012-12-18 eadlerPOSIX requires that non-existent or null arguments...
2012-12-18 delphijUpdate arcmsr(4) to vendor version 1.20.00.26, this...
2012-12-18 dumbbellpsm: Support detection of Synaptics touchpad v7.5 and...
2012-12-18 mjgprison_racct_detach can be called for not fully initial...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-18 monthadarwtap should not set the IEEE80211_F_DATAPAD flag;
2012-12-18 monthadarwtap fix malloc/free.
2012-12-18 monthadarwtap should check if ieee80211_vap_setup fails.
2012-12-18 monthadarwtap: fix clang warning.
2012-12-18 glebiusFix !INET6 build after r244365.
2012-12-18 glebiusClear correct flag in INET6 case.
2012-12-18 zont- Add sysctl to allow unprivileged users to call mlock...
2012-12-18 zont- Fix locked memory accounting for maps with MAP_WIREFU...
2012-12-18 zont- Set memorylocked limit to 64Kb for default login...
2012-12-18 andrewGet libcompiler-rt and libgcc building on ARM with...
2012-12-18 kevloFix typo in comment.
2012-12-18 acheMore correct version of prev. fix.
2012-12-18 rmacklemPiete.Brooks at cl.cam.ac.uk reported via email a crash...
2012-12-18 jimharrisUse CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to...
2012-12-17 emasteHide OBJCOPY and others in POSIX mode
2012-12-17 aeSince we use different flags to detect tcp forwarding...
2012-12-17 acheFix:
2012-12-17 aeUse M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2...
2012-12-17 eadlerFix warning from valgrind when a failed entry is tested.
2012-12-17 pjdMinor style tweaks.
2012-12-17 pjdBetter variables naming in expand_name() to be more...
2012-12-17 jilleslibc/iconv: Fix race condition with setting FD_CLOEXEC.
2012-12-17 gabor- Fix handling of .mps files
2012-12-17 pjdWarn about reaching various PF limits.
2012-12-17 gabor- Use unsigned int for values obtained with sysctlbynam...
2012-12-17 yongariMake sure to stop both TX and RX MACs in ale_stop_mac...
2012-12-17 rpauloamd64 only has rela sections.
2012-12-17 rmacklemFix the gssd daemon so that it uses syslog() to report
2012-12-16 hrs- Fix strtol() error handling.
2012-12-16 pjdUse new savecore(8) option and limit number of kernel...
2012-12-16 pjdWith rotating kernel dumps the higest dump number is...
2012-12-16 pjdImplement -m option to savecore(8) that allows to limit...
2012-12-16 pjdMake use of the fact that we changed working directory...
2012-12-16 eadlerMinor wording improvments to some manual pages
2012-12-16 pjdSort flags properly.
2012-12-16 pjdPrefer snprintf() over sprintf().
2012-12-16 mariusRevert r237842 and switch back to SCHED_ULE. All proble...
2012-12-16 mariusRestore pre-r234898 printing of boot loader and path.
2012-12-16 pjdMove expand_name() after process lock is released.
2012-12-16 traszWhen growing a filesystem, don't leave unused space...
2012-12-16 pjdDon't add audit record when coredumps are disabled...
2012-12-16 pjdMake the check easier to read.
2012-12-16 pjdUse 'cred' variable.
2012-12-16 gonzoFix comment to represent actual file purpose
2012-12-15 pjdsbuf_trim() cannot be used on sbuf with drain function...
2012-12-15 andrewIgnore a warning in ubldr where clang doesn't understan...
2012-12-15 andrewAlso remove -Werror on arm with clang as there are...
2012-12-15 andrewDon't define CTORS_SECTION_ASM_OP and DTORS_SECTION_ASM...
2012-12-15 andrewRecognise vfpv2 as a value for the ARM .fpu asm directi...
2012-12-15 andrewFix a comment in an asm block to work with compilers...
2012-12-15 aeIn additional to the tailq of IPv6 addresses add the...
2012-12-15 trocinyChange `iostat -Ix` to display total duration of transa...
2012-12-15 trocinyNew devstat metrics for devstat_compute_statistics():
2012-12-15 phkUpdate to the new and brighter pkg world
2012-12-15 trocinyIn pfioctl, if the permission checks failed we returned...
2012-12-15 rwatsonFour .c files from OpenBSM are used, in modified form...
2012-12-15 rwatsonMerge OpenBSM 1.2-alpha3 from the vendor branch to...
2012-12-15 hselaskyRegenerate usb.conf
2012-12-15 mmMFV r244245:
next