| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r261296. This removes the WITHOUT_NCURSESW option. | Brooks Davis | 2014-05-15 | 1 | -7/+2 |
* | Remove dead files. | Dag-Erling Smørgrav | 2014-05-15 | 1 | -1/+0 |
* | Implement a PCI interrupt router to route PCI legacy INTx interrupts to | John Baldwin | 2014-05-15 | 2 | -0/+16 |
* | Upgrade to latest ldns (1.6.17) and unbound (1.4.22). | Dag-Erling Smørgrav | 2014-05-15 | 2 | -12/+14 |
* | Use the new -d option that was added to tblgen between llvm/clang 3.3 | Dimitry Andric | 2014-05-14 | 1 | -78/+93 |
* | Don't include the guest memory segments in the bhyve(8) process core dump. | Neel Natu | 2014-05-13 | 2 | -3/+18 |
*-. | Upgrade our copy of llvm/clang to 3.4.1 release. This release contains | Dimitry Andric | 2014-05-12 | 4 | -29/+15 |
|\ \ |
|
| | * | Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 r...vendor/llvm/llvm-release_34-r208032 | Dimitry Andric | 2014-05-11 | 57 | -240/+769 |
| | * | Vendor import of llvm RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/llvm/llvm-release_34-r197956 | Dimitry Andric | 2014-01-01 | 1 | -1/+1 |
| * | | Vendor import of clang RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 ...vendor/clang/clang-release_34-r208032 | Dimitry Andric | 2014-05-11 | 13 | -69/+106 |
| * | | Vendor import of clang RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/clang/clang-release_34-r197956 | Dimitry Andric | 2014-01-01 | 2 | -2/+8 |
* | | | libedit: add H_SAVE_FP which saves history to a file pointer. | Eitan Adler | 2014-05-11 | 4 | -9/+35 |
* | | | Invalidate the cache for the named posix semaphore when opened and | Konstantin Belousov | 2014-05-10 | 1 | -29/+36 |
* | | | Style. | Konstantin Belousov | 2014-05-10 | 1 | -2/+2 |
* | | | Sprinkle a few more .WAITs into the mix after csu, libc, msun and the | Warner Losh | 2014-05-10 | 1 | -1/+5 |
* | | | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no | Warner Losh | 2014-05-10 | 2 | -9/+6 |
* | | | Fix the rd_event_addr prototype and slightly clarify the use of the "event" | Mark Johnston | 2014-05-08 | 1 | -3/+3 |
* | | | Handle the different event types properly in rd_event_addr(). In particular, | Mark Johnston | 2014-05-08 | 2 | -10/+40 |
* | | | msync(2) must return ENOMEM and not EINVAL when the address is outside the | Peter Holm | 2014-05-07 | 1 | -5/+7 |
* | | | Sort .ALLSRC before concatenating files together. This makes sure that the | Xin LI | 2014-05-06 | 1 | -1/+1 |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 41 | -37/+42 |
* | | | Revert r265367: | Pedro F. Giffuni | 2014-05-05 | 1 | -1/+1 |
* | | | regex: Use calloc instead of malloc. | Pedro F. Giffuni | 2014-05-05 | 1 | -1/+1 |
* | | | If the traced process stops because it received a signal, libproc needs | Mark Johnston | 2014-05-04 | 3 | -24/+30 |
* | | | Fix a typo. | Mark Johnston | 2014-05-03 | 1 | -1/+1 |
* | | | Allow "a.out" as an alias for the executable if no other matching entries | Mark Johnston | 2014-05-03 | 4 | -19/+63 |
* | | | Properly free resources in case of error. | Christian Brueffer | 2014-05-02 | 1 | -8/+6 |
* | | | regex: Remove some unreachable breaks. | Pedro F. Giffuni | 2014-05-01 | 2 | -7/+1 |
* | | | citrus: Avoid invalid code points. | Pedro F. Giffuni | 2014-05-01 | 1 | -2/+1 |
* | | | Don't forget to remember previous element at the end of the loop. | Pawel Jakub Dawidek | 2014-04-30 | 1 | -0/+1 |
* | | | citrus: Avoid invalid code points. | Pedro F. Giffuni | 2014-04-29 | 1 | -0/+8 |
* | | | Allow a virtual machine to be forcibly reset or powered off. This is done | Neel Natu | 2014-04-28 | 2 | -3/+6 |
* | | | Set the new floating point exception mask correctly | Andrew Turner | 2014-04-28 | 1 | -1/+1 |
* | | | r261913 broke DES passwords, because the only way they could work, | Dag-Erling Smørgrav | 2014-04-26 | 1 | -77/+56 |
* | | | Spell NO_PROFILE= as MK_PROFILE=no. | Warner Losh | 2014-04-25 | 6 | -7/+8 |
* | | | Kill last remaining NO_INSTALLLIB in tree by converting it over to | Warner Losh | 2014-04-25 | 1 | -1/+1 |
* | | | Eliminate last vestigies of NO_MAN= in the tree. Also, remove | Warner Losh | 2014-04-25 | 1 | -1/+2 |
* | | | libc/stdio: Fail fdopen() on an execute-only fd. | Jilles Tjoelker | 2014-04-21 | 2 | -3/+5 |
* | | | Rename the fp{get,set}* files so they no longer conflict with the softfloat | Andrew Turner | 2014-04-21 | 7 | -2/+2 |
* | | | Add the deprecated fp{get,set}* functions, a few ports use them. | Andrew Turner | 2014-04-20 | 7 | -0/+304 |
* | | | Add a missing break in the TCP case. | Christian Brueffer | 2014-04-17 | 1 | -0/+1 |
* | | | Remove the libkse directory. It was unhooked from the build and kernel | Brooks Davis | 2014-04-16 | 179 | -27209/+0 |
* | | | Correct sorting. | Christian Brueffer | 2014-04-15 | 1 | -1/+1 |
* | | | Mention Capsicum. | Christian Brueffer | 2014-04-15 | 1 | -1/+7 |
* | | | Add support for emulating the slave PIC. | Tycho Nightingale | 2014-04-14 | 1 | -1/+1 |
* | | | Fix err() usage in libcapsicum(3) example. | Glen Barber | 2014-04-14 | 1 | -2/+2 |
* | | | Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the | Mark Johnston | 2014-04-14 | 1 | -3/+3 |
* | | | realpath(): Properly fail "." or ".." components after non-directories. | Jilles Tjoelker | 2014-04-13 | 1 | -20/+6 |
* | | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 10 | -12/+12 |
* | | | Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0 | Hans Petter Selasky | 2014-04-11 | 2 | -0/+5 |