]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-03-06 Dag-Erling... Explicitly disable lastlog, utmp and wtmp.
2013-03-06 Ulrich SpörleinFix 'make depend'
2013-03-06 Xin LIUpdate driver to version 4.6.95.0.
2013-03-06 Peter GrehanSimplify virtio ring num-available calculation.
2013-03-06 Bryan VenteicherRemove the virtio dependency entry for the VirtIO devic...
2013-03-06 Peter GrehanReorder code to avoid the stat buffer being used uninit...
2013-03-06 Andrew TurnerFix stack alignment in the kernel to be on an 8 byte...
2013-03-06 Hiroki SatoFix SIGSEGV when set_short_delay() is called when ifi...
2013-03-06 Jung-uk KimUse build_iovec() to make it less cryptic. This also...
2013-03-05 Jung-uk KimGC unused mount_* directories. mount_reiserfs was...
2013-03-05 Jung-uk KimUpdate the manual page to reflect reality. With r13850...
2013-03-05 Jung-uk KimGC unused variables. Prefer NULL over 0 for pointers.
2013-03-05 Oleksandr Tymoshenko- Reset DMA channel if error occured
2013-03-05 Navdeep ParharFix compile warning by including ctype.h for isdigit().
2013-03-05 Martin MatuskaMFV r247845:
2013-03-05 Konstantin... Fix build with gcc, do not use unnamed union.
2013-03-05 Konstantin... Fix build with gcc, remove redundand declarations.
2013-03-05 Martin MatuskaUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-03-05 Martin MatuskaUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2013-03-05 Baptiste Daroussinchoose in priority the allocated ABI if any to do the...
2013-03-05 Alexander V... Write lock is not required for find&compare operation.
2013-03-05 Baptiste DaroussinAdd the ability to correctly read pkg.conf is exists.
2013-03-05 Baptiste DaroussinAdd a stub manpage modeled over the libexpat one to...
2013-03-05 Jean-Sébastien... drm_global.c: Destroy sx in drm_global_release()
2013-03-05 Konstantin... Correct the r247832.
2013-03-05 Jean-Sébastien... g_label_ntfs.c: Mark structures as __packed
2013-03-05 Fabien ThomasAdd a generic way to call per event allocate / release...
2013-03-05 Konstantin... Import the preliminary port of the TTM.
2013-03-05 Konstantin... Import the drm_global references helpers.
2013-03-05 Konstantin... Import the drm_mm_debug_table() function.
2013-03-05 Konstantin... Import the likely() compat macro.
2013-03-05 Gleb SmirnoffSimplify TAILQ usage and avoid additional memory alloca...
2013-03-05 Bryan VenteicherOnly set the barrier flag if the feature was negotiated
2013-03-04 Jack F VogelFix a small, but important bug, a task drain was mistakenly
2013-03-04 Jack F VogelFirst, sync to internal shared code, and then
2013-03-04 Davide Italiano- Bump __FreeBSD_version after recent callout(9) changes.
2013-03-04 Justin T. GibbsFix assertion failure when using userland DTrace probes...
2013-03-04 Davide ItalianoComplete r247813:
2013-03-04 Alexander MotinAdd quirk to enable headphones redirection on Lenovo...
2013-03-04 Kenneth D.... Re-enable CTL in GENERIC on i386 and amd64, but turn...
2013-03-04 Davide ItalianoUse C99 'bool' rather than Machish 'boolean_t'.
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Alexander V... Do not suddenly fail on some rulesets if -n (syntax...
2013-03-04 Dag-Erling... Merge upstream r634:646: correctly parse mixed quoted...
2013-03-04 Dag-Erling... Merge upstream r634:646: correctly parse mixed quoted...
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Davide ItalianoMFcalloutng (r244251 with minor changes):
2013-03-04 Davide ItalianoMFcalloutng (r236314 by mav):
2013-03-04 Davide ItalianoMFcalloutng (r244255 by mav, with minor changes):
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Davide ItalianoFix build with DIAGNOSTIC/CALLOUT_PROFILING options...
2013-03-04 Davide ItalianoMFcalloutng (r244249, r244306 by mav):
2013-03-04 Eitan AdlerModernize some portions of the ports man page.
2013-03-04 Attilio RaoMerge from vmcontention:
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Davide ItalianoStyle fix: remove useless braces. Sorry, my bad.
2013-03-04 Davide ItalianoMFcalloutng:
2013-03-04 Devin TeskeFix VERBOSE reporting on results when removing _PATH_LO...
2013-03-04 Baptiste DaroussinImport libyaml as libbsdyml (private brand name)
2013-03-04 Davide ItalianoMFcalloutng (r244355):
2013-03-04 Davide Italiano- Make callout(9) tickless, relying on eventtimers...
2013-03-04 Olivier HouchardIf we're using a PIPT L2 cache, only merge 2 segments...
2013-03-04 Adrian Chaddadd a method to set/clear the VMF field in the TX descr...
2013-03-04 Eitan AdlerRemove check for NULL prior to free(9) and m_freem(9).
2013-03-04 Eitan Adlerdevd: Correct typo in comment.
2013-03-04 Eitan Adlerdevd: Use simpler dst += *x instead of str.append(x...
2013-03-04 Eitan Adlerdevd: Use string::empty() instea of string::length...
2013-03-04 Eitan Adlerdevd: Remove unnecessary empty default constructors.
2013-03-04 Eitan Adlerdevd: Remove empty virtual destructor from class, which...
2013-03-04 Eitan Adlerdevd: Avoid unnecessary temporary objects (and simplify...
2013-03-04 Eitan Adlerdevd: Use the standard constructor of std::string inste...
2013-03-04 Eitan Adlerdevd: Simplify while (1) { if (x) break; } to while...
2013-03-04 Eitan Adlerdevd: Remove call to _exit() from signal handler, which...
2013-03-04 Eitan Adlerdevd: Use volatile sig_atomic_t for the flag set by...
2013-03-04 Eitan AdlerFix typo ('1' != 'l')
2013-03-04 Eitan AdlerDue to calendar(1)'s abuse of the C preprocessor "unix...
2013-03-04 Eitan AdlerConstify where possible.
2013-03-03 Pawel Jakub... For some reason when I started to pass filedescent...
2013-03-03 Baptiste DaroussinImport libyaml 0.1.4 into vendor
2013-03-03 Pawel Jakub... Use dedicated malloc type for filecaps-related data...
2013-03-03 Pawel Jakub... Plug memory leaks in file descriptors passing.
2013-03-03 Josh PaetzelUse GNOP to force ZFS pools to 4k.
2013-03-03 Josh PaetzelImproves and enhances using the "installPackages="...
2013-03-03 David MaloneAdd an option for finding sparse files.
2013-03-03 Alexander MotinFix typos in hint names.
2013-03-03 Jilles Tjoelkersh: When executing a trap, keep exit status along with...
2013-03-03 Ulrich SpörleinFix 'make depend'
2013-03-03 Jilles TjoelkerMAINTAINERS: Document my maintainership of sh(1).
2013-03-03 Davide Italianocallwheelmask and callwheelsize are always greater...
2013-03-03 Davide ItalianoRemove a couple of unused include.
2013-03-03 Jilles Tjoelkerlibedit: Revert r247683 to fix buildworld.
2013-03-03 Alexander V... Implement buffer size checking in ipfw(8) add cmd.
2013-03-03 Antoine BrodinAdd more obsolete files.
2013-03-03 Josh PaetzelFix a bug extracting files from dist scheme
2013-03-03 Alexander MotinMFcalloutng:
2013-03-03 Rui PauloRemove the extra parenthesis from the cv_init() macro...
2013-03-03 Pedro F. Giffunilibedit does not need to be linked with ncurses
2013-03-03 Attilio RaoFix-up r247622 by also renaming pv_list iterator into...
next