| Age | Commit message (Expand) | Author |
| 2015-11-13 | comment out 0{b,B} handling. | christos |
| 2015-11-12 | Fix capitalization | christos |
| 2015-11-12 | Recognize 0[bB] as binary (base 2) | christos |
| 2015-10-18 | Fix 64-bit atomic operations on 32-bit kernel and userland, and add | nakayama |
| 2015-08-20 | Fixed typo: propertly -> property. | phx |
| 2015-07-10 | fix comment | mlelstv |
| 2015-07-04 | Improve the code in __sync_bool_compare_and_swap_{1,2,4}. | isaki |
| 2015-07-04 | atomic_cas_{8,16}: | isaki |
| 2015-06-23 | Always use sync if mips3 or later or not using O32 ABI. (A little redundant | matt |
| 2015-06-22 | #include "assym.h" | matt |
| 2015-06-07 | Back out last change; fixed in the correct place. | matt |
| 2015-06-07 | Use ${COPT} so it properly emits the right features doing MKCOMPAT | matt |
| 2015-06-07 | Require ARMv5TE to assemble. | joerg |
| 2015-06-07 | Add ARM EABI aliases for aligned arguments. | joerg |
| 2015-06-01 | Include OCTEON support for syncw and saa/saad (Store Atomic Add). | matt |
| 2015-05-29 | Don't compile if there is a macro of the same name. | matt |
| 2015-05-26 | force 2nd to argument to unsigned byte value. | matt |
| 2015-05-18 | Do not set CRT_ALIAS for rump kernel; symbols provided by toolchain | justin |
| 2015-05-17 | It is just the __ffssi2 alias we do not want in rump kernel | justin |
| 2015-05-17 | Move arm sync_* changes to Makefile.inc | justin |
| 2015-05-17 | Do not build arm toolchain symbols in the rump kernel | justin |
| 2015-05-12 | Now that _PROP_ISSPACE does not include the EOF check, put the check for | christos |
| 2015-05-11 | Don't treat NUL (EOF) as SPACE. All the code that uses _PROP_ISSPACE() checks | christos |
| 2015-05-11 | Limit size of xml buffer for userland requests (From Mateusz Kocielski) | christos |
| 2015-05-01 | - new test for strtoi | christos |
| 2015-04-21 | Sort includes. | riastradh |
| 2015-04-17 | Use the right register in previous. Spotted by matt@ | skrll |
| 2015-04-17 | ARM ARM D7.3.2 - ensure all previous accesses are observed before | skrll |
| 2015-04-15 | On big endian machines needs to include sys/endian.h for le32dec | justin |
| 2015-03-27 | Switch to new ABI (a0/a1 replace v0/v1) | matt |
| 2015-03-26 | Don't build the __eabi_ aliases in the arm rump kernel. | justin |
| 2015-03-18 | Switch to the suggested constant-time result conversion. | riastradh |
| 2015-01-18 | match variable names with man page (Kamil Rytarowski) | christos |
| 2015-01-16 | add strto{i,u} from Kamil Rytarowski as discussed in tech-userlevel. | christos |
| 2015-01-08 | Introduce membar_datadep_consumer. | riastradh |
| 2014-12-14 | add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for | chs |
| 2014-11-20 | Add atomic_c11_compare_exchange_cas_{8,16,32}.c | matt |
| 2014-11-04 | Provide prototypes to fix build with clang. | joerg |
| 2014-10-16 | Add missing C11 atomic support functions to repair prior | dennis |
| 2014-10-14 | Provide C++ 2011 <atomic> support functions for hppa and arm. | martin |
| 2014-10-13 | Provide <atomic> C++ 2011 support functions for mips and sh3. | martin |
| 2014-10-13 | Move the and_{16,8}_nv sources into the right (libc only) block. | martin |
| 2014-10-13 | Add C++ 2011 <atomic> support functions. | martin |
| 2014-10-13 | Provide __sync_and_and_fetch_2 and __sync_and_and_fetch_1 for pre-ARMv6, | martin |
| 2014-10-12 | Hook __atomic_compare_exchange_N into vax libc. | martin |
| 2014-10-12 | Provide __atomic_compare_exchange_N (as needed for the C11 2011 <atomic> | martin |
| 2014-09-22 | Look for the character to locate before checking for the NUL character | khorben |
| 2014-09-19 | New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) | matt |
| 2014-09-05 | Eliminate use of C++ keywords and don't nest struct definitions. | matt |
| 2014-09-03 | New files for OR1K support | matt |