]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-07-02 trocinyAdd a mib for worker process ID.
2013-07-02 pfgStyle fix: spaces.
2013-07-02 delphijPlug a memory leak.
2013-07-02 obrienProperly handle input lines containing NUL characters...
2013-07-02 obrienMake it so that 'patch < FUBAR' and 'patch -i FUBAR...
2013-07-02 hrs- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An...
2013-07-02 hrsFix a panic when leaving MC group in a kernel with...
2013-07-02 asomersExplicitly include <cstdarg> to fix compilation with...
2013-07-02 bmsWhen acquiring a lease, record the value of the BOOTP...
2013-07-02 gjb- Update newvers.sh to include svn revision in uname...
2013-07-02 lstewartImport an implementation of the CAIA Delay-Gradient...
2013-07-02 andrewWork around an ARM EABI issue where clang would sometim...
2013-07-02 mjgFix receiving fd over unix socket broken in r247740.
2013-07-02 hrsAdd Planex MZK-UE150N.
2013-07-02 rpauloFix indentation.
2013-07-02 rpauloAdd register definitions for the Wii IPC system.
2013-07-02 rpauloAdd RealTek 8192SU product IDs.
2013-07-01 grehanFix up option parsing to allow a colon in the config...
2013-07-01 markjBe sure to destory the fasttrap cleanup mutex when...
2013-07-01 wblockAdd a new gptboot(8) man page. Factor out the redundan...
2013-07-01 rmhWrap cxgbe declaration around MK_SOURCELESS_UCODE check
2013-07-01 delphijFix typo in vfs_mount(9) item.
2013-07-01 asomersstyle(9) fixes, including the removal of page break...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 rmacklemDocument the fact that an NFSv4 mount uses the host...
2013-07-01 asomersAdd a SIGINFO handler to devd. It will send useful...
2013-07-01 asomersAdd syslog(3) support to devd(8).
2013-07-01 delphijCorrect a typo in comment.
2013-07-01 rmacklemA recent version of the oldnfs NFS client in head/current
2013-07-01 grehanIgnore guest PAT settings by default in EPT mappings.
2013-07-01 tuexenEnable SCTP, since it is also enabled on GENERIC and...
2013-07-01 trocinyMake hastctl(1) ('list' command) output a worker pid.
2013-07-01 smhRemove forced timeout of in-flight commands from mfi_ti...
2013-07-01 npCount the number of hits for a filter by default.
2013-07-01 npAdd a sysctl to get the number of filters available.
2013-07-01 mavMove pos++ out of the complicated equation, introduced...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 peterIf strdup failed, don't try and free the wrong thing.
2013-07-01 peter__weak_alias() doesn't exist on FreeBSD. Use __weak_re...
2013-07-01 peterIf you've compiled your base system with WITH_ICONV...
2013-07-01 peterUpdate to current configuration.
2013-07-01 rpauloThe mbox driver is actually MP safe, so set the right...
2013-07-01 rpauloDisable debugging.
2013-07-01 rpauloUse the new FDT_FILE rpi.dts.
2013-07-01 rpauloSplit bcm2835-rpi-b.dts into bcm2835.dtsi and rpi.dts...
2013-07-01 glebDon't assume that UFS on-disk format of a directory...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 trocinyPlug up the lock lock leakage when exporting to a short...
2013-07-01 pfgChange i_gen in UFS to an unsigned type.
2013-07-01 kibFix issues with zeroing and fetching the counters,...
2013-06-30 rpauloAdd INET6.
2013-06-30 rmhEnable kernel-specific code for FreeBSD also on other...
2013-06-30 kaiwWhen decoding SLEB128, make sure sign extension is...
2013-06-30 jilleslibc: Access _sigintr more efficiently.
2013-06-30 mjgkillall: add -q flag to suppress error message when...
2013-06-30 rayReplace some spaces to tab.
2013-06-30 hrsAdd "ether" and "link" to ifconfig_alias{es,N}.
2013-06-30 rayDecrypt magic numbers - define names for fields of...
2013-06-30 cognetIn generic_bs_map(), use kmem_alloc_nofault() instead...
2013-06-30 bjkGrammar tweaks for locking.9
2013-06-30 mjgacct: create a special plimit object and set it for...
2013-06-30 schweikhCorrect some grammar.
2013-06-30 sjgUse && rather than ; when success of previous job matters.
2013-06-30 mjgacct: reduce code duplication by using acct_disable...
2013-06-30 mjgtruss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and...
2013-06-30 edMake atomic_fetch_add() and atomic_fetch_sub() work...
2013-06-30 edConvert this piece of code to use C11 atomics.
2013-06-30 edMake various fixes to <stdatomic.h>.
2013-06-30 hrsFix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.
2013-06-30 hrsDo not display a warning message in a jail without...
2013-06-30 rpauloFix a typo.
2013-06-30 rpauloFix the RSSI calculation.
2013-06-30 yongariFix triggering false watchdog timeout as done in bce...
2013-06-30 rpauloFix the ni_txrate calculation.
2013-06-30 yongariFix triggering false watchdog timeout when controller...
2013-06-30 rpauloFix a reference count bug in urtwn_ra_init().
2013-06-30 hirenAdding myself to the calendar!
2013-06-30 hirenFixing incorrect id for Intel Centrino Wireless-N 130.
2013-06-30 pfgext2fs: Use the complete random() range in i_gen.
2013-06-29 rayArndale Board (by Insignal) kernel config file.
2013-06-29 gonzo- Fix IMAPx registers values calculation
2013-06-29 rayTeach UART to attach Exynos/s3/s5 class driver.
2013-06-29 gonzoEnable patth-through of IRQ30 and IRQ31 to PIC just...
2013-06-29 smhstyle(9) fixes
2013-06-29 rayImport basic support for Samsung Exynos 5 support.
2013-06-29 smhRemove invalid ASSERT which causes a panic on zfs renam...
2013-06-29 delphij - Modify swapon(8) so that it uses most of geli(8...
2013-06-29 dimMake libsupc++'s __cxa_call_terminate() prototype consi...
2013-06-29 edDon't let hastd use C11 atomics.
2013-06-29 adrianDon't log anything if npkts == 0.
2013-06-29 scottlIntroduce accessors for the ccb status word. Convert...
2013-06-29 adrianCheck the return value from ath_hal_malloc()
2013-06-29 mmUnbreak "zfs jail" and "zfs unjail" (broken since r248571)
2013-06-29 joelmdoc: remove EOL whitespace.
2013-06-29 kientzleFix -Wunsequenced
2013-06-29 kientzleFix -Wunsequenced warning
2013-06-29 kientzleFix -Wunsequenced warning
2013-06-29 kientzleFix -Wunsequenced warning.
2013-06-29 kientzleFix a -Wunsequenced warning.
2013-06-29 kientzleEnable svnlite on armv6.
next