| Commit message (Expand) | Author | Age | Files | Lines |
* | memmem(3): empty little string matches the beginning of the big string | emaste | 2015-05-26 | 1 | -1/+1 |
* | Upgrade our copy of clang and llvm to 3.6.1 release. | dim | 2015-05-25 | 105 | -4088/+1922 |
* | ipf(1): Use strchr(3) instead of deprecated index(3) | emaste | 2015-05-22 | 1 | -1/+1 |
* | Import proposed fix from upstream for | ngie | 2015-05-21 | 2 | -14/+22 |
* | MFV of 283077,tzdata2015d | edwin | 2015-05-18 | 2 | -57/+130 |
* | MFV of 283040,tzdata{2015c} | edwin | 2015-05-18 | 6 | -158/+111 |
* | Update intree gdb/kgdb to handle 2 dwarf types: | sbruno | 2015-05-17 | 8 | -4/+172 |
* | MFV r282927,r282928,r282930 (kientzle): | delphij | 2015-05-14 | 2 | -8/+16 |
* | Update to ELF Tool Chain r3197 | emaste | 2015-05-14 | 40 | -98/+161 |
* | Merge bmake-20150505 improve detection of malformed conditionals. | sjg | 2015-05-10 | 13 | -26/+106 |
* | MFV r282611: netcat from OpenBSD 5.7. | delphij | 2015-05-07 | 1 | -53/+227 |
* | Copy new attribute types when linking. bfd will copy attributes as needed, | andrew | 2015-05-05 | 1 | -0/+3 |
* | Remove "capability mode sandbox enabled" messages. | brooks | 2015-05-04 | 1 | -2/+0 |
* | MFV r225523, r282431: | gjb | 2015-05-04 | 13 | -268/+1130 |
* | MFV ntp 4.2.8p2 (r281348) | cy | 2015-05-04 | 305 | -9901/+13233 |
|\ |
|
* | | For eabi 5 (what FreeBSD uses), be sure to tag all executables and | imp | 2015-05-03 | 1 | -0/+10 |
* | | When merging the floating point type attribute, and reporting an error | imp | 2015-05-03 | 1 | -1/+14 |
* | | Import sqlite3 3.8.9 | bapt | 2015-05-01 | 6 | -3615/+7223 |
* | | libc now has reallocarray | bapt | 2015-05-01 | 1 | -1/+1 |
* | | libgomp: bring initial BSD support from upstream. | pfg | 2015-04-28 | 6 | -2/+134 |
* | | MFV r282150 | pfg | 2015-04-28 | 16 | -1246/+10975 |
|\ \ |
|
| * | | Reorganize the gcc vendor import work area. This flattens out a bunch | peter | 2008-06-01 | 3662 | -2367418/+0 |
* | | | Fix build breakage with GCC. | marcel | 2015-04-27 | 1 | -1/+1 |
* | | | libgomp: bring early CPU affinity support from FSF GCC-4_3 branch. | pfg | 2015-04-27 | 11 | -8/+387 |
* | | | Upgrade libxo to 0.3.2. | marcel | 2015-04-27 | 57 | -1265/+4293 |
* | | | Upgrade Unbound to 1.5.3. | des | 2015-04-27 | 52 | -219/+764 |
* | | | Add a script that runs configure for both ldns and drill. | des | 2015-04-27 | 3 | -2/+32 |
* | | | Restore packaging subdir to enable running unmodified configure script. | des | 2015-04-27 | 4 | -0/+299 |
|\ \ \ |
|
* | | | | The fmodl compat shims on arm/mips/powerpc aren't complete | ngie | 2015-04-27 | 1 | -0/+6 |
* | | | | Add #include sys/types.h for register_t for mips | ngie | 2015-04-25 | 1 | -0/+3 |
* | | | | Merge from CheriBSD: 1065cf515a7c2062598009c1318055aacbb39e80 | brooks | 2015-04-24 | 4 | -105/+111 |
* | | | | Merge bmake-20150418 | sjg | 2015-04-21 | 116 | -909/+3110 |
* | | | | Merge wpa_supplicant/hostapd 2.4. | rpaulo | 2015-04-21 | 503 | -22455/+104929 |
* | | | | Add llvm patch corresponding to r281775. | dim | 2015-04-20 | 1 | -0/+77 |
* | | | | Pull in r229911 from upstream llvm trunk (by Benjamin Kramer): | dim | 2015-04-20 | 1 | -9/+15 |
* | | | | Fix race when testing for ETXTBSY writing to ${n0} (process image) by making | ngie | 2015-04-16 | 2 | -0/+8 |
* | | | | Remove the const qualifier from iconv(3) to comply with POSIX: | tijl | 2015-04-15 | 4 | -16/+16 |
* | | | | Update nvi to 2.1.3 which fixes the data corruption when locale conversion | bapt | 2015-04-10 | 177 | -26258/+1844 |
|\ \ \ \ |
|
| * | | | | Post-cvs2svn flatten pass. | peter | 2013-08-11 | 292 | -98525/+0 |
| * | | | | Fix deadlock between warning display and refresh engines. This fix | sheldonh | 2002-01-31 | 1 | -8/+9 |
* | | | | | MFV r281278: | delphij | 2015-04-09 | 9 | -57/+328 |
* | | | | | compiler-rt: add floatditf and floatunditf | emaste | 2015-04-07 | 2 | -0/+92 |
* | | | | | compiler-rt: Implement multc3 - quad-precision complex multiplication | emaste | 2015-04-07 | 1 | -0/+73 |
* | | | | | Stop including if_var.h from userland. | glebius | 2015-04-06 | 9 | -27/+0 |
* | | | | | Update FREEBSD-Xlist for llvm. | dim | 2015-04-03 | 1 | -2/+6 |
* | | | | | Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS is | dim | 2015-04-03 | 17 | -0/+2370 |
* | | | | | More ARM EABI object attributes in binutils. This adds support to binutils | andrew | 2015-04-03 | 3 | -3/+11 |
* | | | | | Add clang patch corresponding to r281046. | dim | 2015-04-03 | 1 | -0/+50 |
* | | | | | Pull in r227115 from upstream clang trunk (by Ben Langmuir): | dim | 2015-04-03 | 1 | -3/+3 |
* | | | | | Fix merge error. | cy | 2015-04-03 | 1 | -33/+3 |