]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-06-03 ngieMark :seek_overflow as an expected failure
2017-06-03 ngieStylistic tweaks
2017-06-03 alcEliminate duplication of the pmap and pv list unlock...
2017-06-03 andrewStop making cpu_initclocks weak when using event timers...
2017-06-03 alcThe data type returned by vmoff() is too narrow in...
2017-06-03 kibMitigate several problems with the softdep_request_clea...
2017-06-03 andrewAdd MULTIDELAY support to the mpcore timer driver....
2017-06-03 andrewAdd MULTIDELAY support to the sp804 driver.
2017-06-03 andrewAdd MULTIDELAY to the Beaglebone kenrel config to help...
2017-06-03 andrewEnable MULTIDELAY in the i.MX5 kernel configs. This...
2017-06-03 andrewRemove RT1310 from universe as it fails to build.
2017-06-03 emastemakefs: rename variable for NetBSD diff reduction
2017-06-03 jhbDecode the 'who' argument passed to getrusage().
2017-06-03 kibClean possible td_su reference on the struct mount...
2017-06-03 kibEnsure that cached struct thread does not keep spurious...
2017-06-03 jhbAdd a cross-reference to sysdecode_socket_protocol(3).
2017-06-03 emastetsan: set noexec stack on aarch64
2017-06-03 andrewMake it an error to build armv6 without INTRNG enabled...
2017-06-03 andrewMark the non-INTRNG armv6 configs with NO_UNIVERSE...
2017-06-03 emastelinux vdso: pass -fPIC to the assembler, not linker
2017-06-03 emastexz: set noexec stack flag on FreeBSD
2017-06-02 jhbDecode the argument passed to cap_getmode().
2017-06-02 stevekFix a memory leak with last
2017-06-02 emastemsdosfs: use mem{cpy,move,set} instead of bcopy,bzero
2017-06-02 npcxgbe(4): Update the statistics for compound tx work...
2017-06-02 glebiusRename accept filter getopt/setopt functions, so that...
2017-06-02 glebiusStyle: unwrap lines that doesn't have a good reason...
2017-06-02 glebiusRemove write only flag UNP_HAVEPCCACHED.
2017-06-02 glebiusFor UNIX sockets make vnode point not to the socket...
2017-06-02 hselaskyImprove kqueue() support in the LinuxKPI. Some applicat...
2017-06-02 hselaskyAdd support for setting the non-blocking I/O flag for...
2017-06-02 traszConsistently use lowercase hex numbers in ascii(7).
2017-06-02 loosstyle(9) fixes, remove unnecessary headers, remove...
2017-06-02 cognet- Don't bother flushing the data cache for pages we...
2017-06-02 andrewFix device lookup of for the stdout-path chosen property.
2017-06-02 jhbDecode the arguments passed to __cap_rights_get() and...
2017-06-02 cpercivaSkip setting the MTU in the netfront driver (xn# device...
2017-06-02 jhbRemove stale cap_rights_get(2) manpage.
2017-06-02 jhbAdd -H as an alias for --speed-large-file to match...
2017-06-02 araujoBump manpage date.
2017-06-02 araujoAdd VNC Authentication support based on RFC6143 section...
2017-06-02 bdrewerynative-xtools: Connect lld.
2017-06-01 bdreweryMETA_MODE: Move ignoring of /usr/local/etc/libmap.d...
2017-06-01 vangyzencrashinfo: add "batch" mode and use it during boot
2017-06-01 avosrtwn: drop obsolete (since r319460) code.
2017-06-01 jhbFix some new errors and a warning in cryptotest.
2017-06-01 vangyzengetenv(9): rename to "kern_getenv", etc.
2017-06-01 dimFor arm targets, place ABI at the end of the target...
2017-06-01 avosnet80211: initialize i_seq for A-MPDU frames.
2017-06-01 bdreweryRevert r319457.
2017-06-01 dimAdd a few missed files to ObsoleteFiles.inc.
2017-06-01 bdreweryMETA_MODE users should build with -DNO_META_IGNORE_HOST...
2017-06-01 ngietests/sys/opencrypto/runtests: apply minor polish to...
2017-06-01 ngieFix up `TEST_METADATA`
2017-06-01 jhbHonor the requested crid when running a test.
2017-06-01 stevekFix memory leak in edithost
2017-06-01 glebiusAs old prophecy says, some day UMA_DEBUG printfs shall...
2017-06-01 glebiusSimplify boot pages management in UMA.
2017-06-01 hselaskyMake sure the selrecord() function is only called from...
2017-06-01 stevekWhen sysctlbyname fails, free buf before returning.
2017-06-01 tuexenImprove comments to describe what the code does.
2017-06-01 traszUse proper capitalization with .Dd.
2017-06-01 hselaskyAllow communication between functions on the same host...
2017-06-01 hselaskyFree hardware queue resource after port is stopped...
2017-06-01 aeBuild kdebug_secreplay() function only when IPSEC_DEBUG...
2017-06-01 hselaskyTranslate the ERESTARTSYS error code into ERESTART...
2017-06-01 hselaskyAdd generic kqueue() and kevent() support to the LinuxK...
2017-06-01 manuipfw.8: Note that the ipfw_nat kernel module must be...
2017-06-01 delphij * limit size of buffers to RPC_MAXDATASIZE
2017-06-01 reneWelcome back bapt@ to portmgr
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-31 jkimImport ACPICA 20170531.
2017-05-31 stevekparse.c parse_string
2017-05-31 stevekAdd MD_VERIFY option to enable O_VERIFY in open for...
2017-05-31 hselaskyMinor code optimisation.
2017-05-31 jkimMFV: r319352
2017-05-31 ivadaszFix typo in Driver Type A/C/D capability checks in...
2017-05-31 adrian[ar71xx] rename AR724X_BASE -> std.AR724X
2017-05-31 emastemakefs: free buf in case of error
2017-05-31 hselaskyImplement print_hex_dump(), print_hex_dump_bytes() and
2017-05-31 hselaskyProperly implement idr_preload() and idr_preload_end...
2017-05-31 asomersFix integer overflow detection in dd
2017-05-31 hselaskyImplement in_atomic() function in the LinuxKPI.
2017-05-31 asomersFix integer overflow in "camcontrol format"
2017-05-31 asomersFix uninitialized variable in bootparamd.c
2017-05-31 hselaskyProperly set the .d_name field in the cdevsw structure...
2017-05-31 hselaskyMake sure the VMAP's "vm_file" field is referenced...
2017-05-31 hselaskyRemove the VMA handle from its list before calling...
2017-05-31 hselaskyDon't acquire a reference on the VM-space when allocati...
2017-05-31 hselaskyFix a reference count leak in the LinuxKPI due to calli...
2017-05-31 hselaskyFixes for refcounting "struct linux_file" in the LinuxKPI.
2017-05-31 hselaskyMake sure the thread's priority is restored for all...
2017-05-31 ngieUpdate the usr.bin/mkimg golden test output files after...
2017-05-31 ngieFix "make rebase" after ^/head@r315776
2017-05-31 ngieFormalize the dependent/dependency relationship for...
2017-05-31 danfe- Add a simple example to uname(1) manual page to show...
2017-05-31 cyRemove NORESOLVE (-R) option from poollist() (ippool...
2017-05-30 kibFix bug in r318997: remove the line which overrides...
2017-05-30 ngieRegenerate src.conf(5)
2017-05-30 ngieUse .Xr to reference libblacklist(3), blacklistctl...
next