]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-07-12 Bjoern A. ZeebTry to unbreak the build after r285390 removing the...
2015-07-12 Baptiste DaroussinMake getarg return NULL if args is NULL
2015-07-11 Baptiste DaroussinFix regression: ensure when try to create the group...
2015-07-11 Baptiste DaroussinRemove now unused variable
2015-07-11 Baptiste DaroussinReplace custom string array with stringlist(3)
2015-07-11 Baptiste DaroussinRework groupmod modification:
2015-07-11 Baptiste DaroussinRemove unused argument from pm_passwd
2015-07-11 Baptiste Daroussincheck the gecos format early: at the moment the -c...
2015-07-11 Luiz Otavio... Return the FDT node of the GPIO controller to gpiobus...
2015-07-11 Baptiste DaroussinRemove useless use of goto
2015-07-11 Baptiste DaroussinIsolate pw lock/unlock into a separate function
2015-07-11 Ed SchoutenImplement normal and abnormal process termination.
2015-07-11 Baptiste Daroussinhomedir can only be populate during useradd
2015-07-11 Baptiste DaroussinMake a separate groupdel/userdel from the main function
2015-07-11 Ed SchoutenUse FDDUP_NORMAL instead of hardcoding value 0.
2015-07-11 Ed SchoutenAdd missing function parameter.
2015-07-11 Baptiste DaroussinMake separate functions to show users and groups
2015-07-11 Justin Hibbitscpu_number and cpu_swapout are never used, and only...
2015-07-11 Baptiste DaroussinMove the quiet flag into the configuration structure
2015-07-11 Baptiste DaroussinSeparate usernext/groupnext from the main functions
2015-07-11 Mateusz Guziklinprocfs: vref the vnode passed to vn_fullpath
2015-07-11 Mateusz Guzikvfs: always clear VI_OWEINACT in consumers bumping...
2015-07-11 Mateusz Guzikvfs: move si_usecount manipulation to dedicated functions
2015-07-11 Mateusz GuzikCreate a dedicated function for ensuring that cdir...
2015-07-11 Mateusz GuzikMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 Andrew TurnerAlways send a SIGSEGV on a map failure. Use the code...
2015-07-11 Adrian ChaddRegenerate syscalls.
2015-07-11 Adrian ChaddAdd an initial NUMA affinity/policy configuration for...
2015-07-11 Baptiste DaroussinSince sh(1) now supports mulitbyte (only UTF-8) clarify...
2015-07-11 Jilles Tjoelkersh(1): libedit has supported multibyte encodings for...
2015-07-11 Konstantin... Do not allow creation of the dirty buffers for the...
2015-07-11 John-Mark Gurneysome additional improvements to the documentation...
2015-07-11 John-Mark GurneyComplete the move that was started w/ r263218.. For...
2015-07-10 Pawel Jakub... Spoil even can happen for some time now even on provide...
2015-07-10 Luigi Rizzoassorted algorithmic fixes from Paolo Valente (one...
2015-07-10 Luigi Rizzoone more warning suppression when compiling the test...
2015-07-10 Luigi Rizzoadd code to compute fairness indexes;
2015-07-10 Luigi Rizzostaticize functions only used in netmap.c
2015-07-10 Ed SchoutenAdd missing const keyword to kern_sigaction()'s 'act...
2015-07-10 Mateusz Guzikfd: further cleanup of kern_dup
2015-07-10 Mateusz Guzikfd: split kern_dup flags argument into actual flags...
2015-07-10 Konstantin... Convert between abridged (from FXSAVE) and unabridged...
2015-07-10 Konstantin... Duplicate the copyright from the i386/i386/machdep...
2015-07-10 Konstantin... Change the mb() use in the sched_ult tdq_notify() and...
2015-07-10 Andrew TurnerAdd support for makecontext. This supports up to 8...
2015-07-10 Luigi Rizzoadd netmap dependency when compiled as a module
2015-07-10 Ed SchoutenLet listen() return EDESTADDRREQ when not bound.
2015-07-10 Luigi RizzoSync netmap sources with the version in our private...
2015-07-10 Luigi Rizzorev.284898 removed _SHLIBDIRPREFIX so we need to recons...
2015-07-10 George V. Neville... Summary: Fix LINT build. The names of the new AES...
2015-07-09 Dimitry AndricFix swapped copyin(9) arguments in cxgb's iwch_arm_cq...
2015-07-09 Mariusz ZaborskiRename zfs nvpair files to not colidate with our nvlist.
2015-07-09 Andrew TurnerRemove checks for __ARM_EABI__, we only build for EABI...
2015-07-09 Andrew TurnerAdd support for __aeabi_memclr4, clang 3.7 calls it.
2015-07-09 George V. Neville... Add support for AES modes to IPSec. These modes work...
2015-07-09 Andrew TurnerClear the carry bit on the saved program state register...
2015-07-09 Glen BarberDocument r285329, OpenSSL update to 1.0.1p.
2015-07-09 Mateusz Guzikvfs: cosmetic changes to namei and namei_handle_root
2015-07-09 Jung-uk KimMerge OpenSSL 1.0.1p.
2015-07-09 Jung-uk KimImport OpenSSL 1.0.1p.
2015-07-09 Mateusz Guzikvfs: simplify error handling in namei
2015-07-09 Ermal LuçiCorrect issue presented in r285051,
2015-07-09 John-Mark Gurneyincrease buffer size to significantly increase performa...
2015-07-09 Ed SchoutenAdd implementations for some of the CloudABI file descr...
2015-07-09 Mateusz Guzikfd: prepare do_dup for being exported
2015-07-09 Mateusz Guzikvfs: avoid spurious vref/vrele for absolute lookups
2015-07-09 Mateusz Guzikvfs: plug a use-after-free of fd_rdir in namei
2015-07-09 Baptiste DaroussinDo not try to set password on group if the group is...
2015-07-09 Andrew TurnerAdd support for SMP. This uses the FDT data to find...
2015-07-09 Andrew TurnerAdd logging of synchronous exceptions.
2015-07-09 Andrew TurnerAdd the definition of the shareable bits in the pagetables
2015-07-09 Andrew TurnerClean up the types used in <machine/ucontext.h> on...
2015-07-09 Ed SchoutenDon't clobber td->td_retval[0] in proc_reap().
2015-07-09 Zbigniew BodekRework CPU identification on ARM64
2015-07-09 Konstantin... Cover a race between doselwakeup() and selfdfree()...
2015-07-09 Ed SchoutenAdd forward declaration of struct thread.
2015-07-09 Ed SchoutenGenerate CloudABI system call table with proper $FreeBS...
2015-07-09 Ed SchoutenImport the CloudABI datatypes and create a system call...
2015-07-08 Patrick KelseyMFV r285292:
2015-07-08 John-Mark Gurneyupon further examination, it turns out that _unregister...
2015-07-08 John-Mark Gurneyyet more documentation improvements... Many changes...
2015-07-08 Baptiste DaroussinFix typo which breaks build of manpages when WITHOUT_MA...
2015-07-08 Mateusz Guzikseq: use seq_consistent_nomb in seq_consistent
2015-07-08 Zbigniew BodekStyle cleanups after r285270
2015-07-08 Patrick KelseyMerge upstream fix to eliminate build-breaking gcc...
2015-07-08 John-Mark GurneyNow that aesni won't reuse fpu contexts (D3016), add...
2015-07-08 John-Mark Gurneyaddress an issue where consumers, like IPsec, can reuse...
2015-07-08 Mark MurrayAddress review.
2015-07-08 Konstantin... Reimplement the ordering requirements for the timehands...
2015-07-08 Konstantin... Use atomic_fence_fence_rel() to ensure ordering in the
2015-07-08 Luigi Rizzoonly enable immintrin when clang is used. The base...
2015-07-08 Konstantin... Add the atomic_thread_fence() family of functions with...
2015-07-08 Alan CoxThe intention of r254304 was to scan the active queue...
2015-07-08 Luigi Rizzoadd an extra tty for picobsd builds
2015-07-08 Luigi Rizzotrap some errors when building picobsd
2015-07-08 Hiroki SatoImplement PF_IMMUTABLE flag and apply it to "name"...
2015-07-08 Pedro F. Giffunicosmetic: whitespaces-tab before EOL
2015-07-08 Pedro F. GiffuniUse the __sentinel attribute.
2015-07-08 Patrick KelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 Andrew TurnerCorrectly set __WCHAR_MIN, there is no __UINT_MIN,...
next