]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-12-30 Ulrich SpörleinReencode files to UTF-8. Drop CP1252 em-dash.
2011-12-30 Ulrich SpörleinSpelling fixes for tools/
2011-12-30 Ulrich SpörleinSet fbsd:nokeywords for contributed sources.
2011-12-29 Robert WatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-29 Jilles Tjoelkerlibc: Eliminate some relative relocations in file flags...
2011-12-29 Dimitry AndricFor sys/dev/ce/tau32-ddk.c, disable the following warni...
2011-12-29 Sergey KandaurovFix manual section for acl_get(3) and mac_get(3) family...
2011-12-29 John BaldwinDefer the work of freeing IPv4 multicast options from...
2011-12-29 Pyun YongHyeonUpdate if_obytes and if_omcast after successful transmit.
2011-12-29 John BaldwinUse queue(3) macros instead of home-rolled versions...
2011-12-29 Dimitry AndricFix clang warnings in sys/dev/ce/if_ce.c and sys/dev...
2011-12-29 John BaldwinUse curthread rather than PCPU_GET(curthread). 'curthr...
2011-12-29 John BaldwinFurther relax the strictness of enforcing allocations...
2011-12-29 John BaldwinCap the priority calculated from the current thread...
2011-12-29 Gleb SmirnoffDon't fallback to a CARP address in BACKUP state.
2011-12-29 John BaldwinRegen.
2011-12-29 John BaldwinImplement linux_fadvise64() and linux_fadvise64_64...
2011-12-29 Robert WatsonFix typo in comment.
2011-12-29 Ed SchoutenDon't define static_assert for C++.
2011-12-29 Ulrich SpörleinReencode files from latin1 to UTF-8.
2011-12-29 Sergey KandaurovUpdate LOCKLEAF comment: it should say "vnode".
2011-12-29 Konstantin... Add PCI Id for the Intel AMT serial interface as found...
2011-12-29 Baptiste DaroussinI'm not yet an alumni, add myself in the right section
2011-12-29 Adrian ChaddFlesh out the RSPRO GPIO config, including the RF LED.
2011-12-29 Adrian ChaddBreak out the AR71XX config file into _BASE and board...
2011-12-28 Jilles Tjoelkersh: Allow quoting ^ and ] in bracket expressions.
2011-12-28 Jilles Tjoelkersh: Use dirent.d_type in pathname generation.
2011-12-28 Jilles Tjoelkersh: Cache de->d_namlen in a local variable.
2011-12-28 Xin LIImport the first release of HighPoint RocketRAID 27xx...
2011-12-28 Alexander MotinSet maximum I/O size for mps(4) to MAXPHYS. Looking...
2011-12-28 Doug Barton1. Correct capitalization of the nobility particle for
2011-12-28 Jilles Tjoelkersh: Do not force special builtins non-special in optimi...
2011-12-28 Alan CoxOptimize vm_object_split()'s handling of reservations.
2011-12-28 Alan CoxFix a bug in the Xen pmap's implementation of pmap_extr...
2011-12-28 Ulrich SpörleinPrefer ASCII apostrophes over Unicode ones like the...
2011-12-28 Baptiste DaroussinAdd myself as a src committer
2011-12-28 Olivier HouchardOops, if we want to check from 0 to nsock, the test...
2011-12-28 Kevin LoFix incorrect uses of sizeof().
2011-12-28 Oleksandr Tymoshenko- Add generic GPIO driver for Cavium Octeon. At the...
2011-12-28 Xin LIIn POSIX.1-2008:
2011-12-27 Alan CoxEliminate many of the unnecessary differences between...
2011-12-27 Jilles Tjoelkerlibc: Eliminate some relative relocations in getusershe...
2011-12-27 Jilles Tjoelkerlibc: Eliminate some relative relocations in setlocale().
2011-12-27 Ed SchoutenDocument restriction on 32-bits and 64-bits datatypes.
2011-12-27 Ed SchoutenAdd locally implemented atomic intrinsics to libcompile...
2011-12-27 David ChisnallDefine NULL to nullptr in C++11 mode (not strictly...
2011-12-27 Xin LI - Fail when the utility is not invoked as rtprio nor...
2011-12-27 Sergey KandaurovClean up from the 4.x era.
2011-12-27 Matt JacobFix target mode compilation issues that arose after...
2011-12-27 Ed SchoutenAdd missing \.
2011-12-27 Ed SchoutenAdd manual page for atomic operations.
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-27 Xin LIUpdate rtprio(2) manual page to reflect the latest...
2011-12-27 Doug Barton1. Remove a bunch of duplicates. Usually this means...
2011-12-27 Martin MatuskaUpdate to vendor revision 4016
2011-12-27 Michael TuexenAddress issues found by clang. While there, fix also...
2011-12-26 Ed SchoutenFix some bugs in <stdatomic.h>.
2011-12-26 Martin MatuskaUpdate to vendor revision 3982
2011-12-26 Ed SchoutenAdd libstdthreads.
2011-12-26 Adrian ChaddOops, my bad. Fix a broken thing I introduced earlier.
2011-12-26 Ed SchoutenAs per C11, add static_assert() to <assert.h>.
2011-12-26 Ed SchoutenImprove C11 bits in <stdlib.h>:
2011-12-26 Ed SchoutenAdd cdefs-magic to add optional C11 bits to headers.
2011-12-26 Christian BruefferAdd missing -l flag to usage().
2011-12-26 Ed SchoutenThe standard is now called C11 -- C12.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-26 Xin LIImport nc from OpenBSD 5.0.
2011-12-26 Adrian ChaddAR5416 has 14 GPIO pins, from 0->13.
2011-12-26 Adrian ChaddSince the only thing with a mux is the AR5416 and later...
2011-12-26 Adrian ChaddFlesh out configurable hardware based LED blinking.
2011-12-26 Adrian ChaddSetup the initial LED state on attach and resume.
2011-12-26 Adrian ChaddUpdate the hardware LED blinking code to do something...
2011-12-26 Adrian ChaddRefactor out the software LED config code into a common...
2011-12-26 Adrian ChaddFirst pass of LED related code changes.
2011-12-26 Adrian ChaddDo a quick style(9) pass of some of the code introduced...
2011-12-26 Glen BarberAdd missing opening and closing brackets in getopt_long...
2011-12-25 Ed SchoutenAdd the C11 standard to groff. This allows us to refer...
2011-12-25 Ed SchoutenMake white space in this file a bit more consistent.
2011-12-25 Luigi Rizzoremove a variable definition which shadows the correct...
2011-12-25 Ed SchoutenFix field name.
2011-12-25 Ed SchoutenAdd <stdalign.h> and <stdnoreturn.h>.
2011-12-25 Ed SchoutenRemove unneeded guard.
2011-12-25 Eitan Adler- Add some information about sh(1) changes.
2011-12-25 Eitan Adler- The -h option was removed shortly after it was added
2011-12-25 David ChisnallRestore __is_threaded in C++ mode. Some Google stuff...
2011-12-25 Bjoern A. ZeebQuite the tinderbox for the holidays. Remove the asser...
2011-12-25 Jilles Tjoelkersh: Add some testcases for pasting $*/$@ directly to...
2011-12-24 Oleksandr Tymoshenko- Initialize compact_flash_attribute_base_addr from...
2011-12-24 Eitan Adler- Add fallthrough comment
2011-12-24 Justin HibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-24 Dimitry AndricWhen building the kernel for amd64 with clang, don...
2011-12-24 Dimitry AndricMake another clang warning, -Wparentheses-equality...
2011-12-24 John BaldwinFix a bug where TAILQ_FIRST(&V_ifnet) was accessed...
2011-12-24 Dimitry AndricAmend r228781 by also disabling -Warray-bounds warnings...
2011-12-24 Kevin LoDiscard local array based on return values.
2011-12-24 David Chisnall...and actually install it.
2011-12-24 David ChisnallInitial implementation of stdatomic.h. Works (at least...
2011-12-24 Dimitry AndricSet WERROR= for the nve(4) module. This driver gives...
2011-12-24 Dimitry AndricMake another clang warning, -Wempty-body, non-fatal...
2011-12-24 David ChisnallSome GCC-compatibility definitions. Define clang's...
next