| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an off-by-one error when checking whether a given address is within | markj | 2013-10-29 | 1 | -2/+2 |
* | Revert r257248 and fix the problem in a way that doesn't violate style(9). | markj | 2013-10-29 | 2 | -4/+3 |
* | Remove ng_fec(4). | glebius | 2013-10-28 | 1 | -2/+0 |
* | Fix the build with gcc. | markj | 2013-10-28 | 1 | -1/+2 |
* | Remove an incorrect debug printf. | markj | 2013-10-28 | 1 | -1/+0 |
* | Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It can | cognet | 2013-10-27 | 1 | -1/+1 |
* | Clean up the debug printing in libproc a bit. In particular: | markj | 2013-10-27 | 6 | -33/+35 |
* | Update the hard-float version of the fenv functions to use the VFP unit. | andrew | 2013-10-27 | 1 | -36/+53 |
* | Mention in login.conf.5 which fields may be infinite and how to specifify inf... | eadler | 2013-10-27 | 1 | -0/+10 |
* | All man pages refer to FreeBSD so there is no need to mention "In .Fx" | eadler | 2013-10-27 | 1 | -3/+1 |
* | Set up the /usr/tests hierarchy. | rpaulo | 2013-10-25 | 2 | -0/+7 |
* | Add a resource limit for the total number of kqueues available to the | kib | 2013-10-21 | 3 | -0/+4 |
* | Drop cm_lock before calling mapper_close, which in turn could call | delphij | 2013-10-21 | 1 | -0/+2 |
* | syslog: Use SOCK_CLOEXEC instead of separate fcntl() call. | jilles | 2013-10-20 | 1 | -2/+2 |
* | popen(): Try to prevent inappropriate fd passing even if 'e' is not used. | jilles | 2013-10-20 | 1 | -13/+12 |
* | Clearly split the logic to build ATF and plain tests apart. | rpaulo | 2013-10-19 | 1 | -1/+1 |
* | Fix the libproc build when DEBUG is defined. | markj | 2013-10-17 | 1 | -2/+2 |
* | Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose | neel | 2013-10-16 | 1 | -0/+1 |
* | Make it possible to seek within a gzip stream. | delphij | 2013-10-16 | 1 | -2/+8 |
* | Revert r256514 for libkvm. It wasn't correct actually and breaks build. | glebius | 2013-10-15 | 1 | -3/+1 |
* | Make getutxent(3) more robust against bad utx.log files. Whenever we read | glebius | 2013-10-15 | 1 | -0/+11 |
* | - While we are spreading the counter(9) across network stack, more userland | glebius | 2013-10-15 | 1 | -1/+3 |
* | Rename libbsdyml to libyaml, make private, and bump | bdrewery | 2013-10-14 | 2 | -69/+3 |
* | Remove most of the ATF tools and the _atf user. | rpaulo | 2013-10-12 | 1 | -1/+1 |
* | Bump OS versions in the toolchain triples to 11.0, and bump the | dim | 2013-10-10 | 1 | -2/+2 |
* | Unbreak zfsloader with LOADER_TFTP_SUPPORT on | kan | 2013-10-09 | 1 | -2/+6 |
* | Handle the cases where NULL is passed as cap_rightsp to the | pjd | 2013-10-09 | 1 | -10/+14 |
* | Parse the memory size parameter using expand_number() to allow specifying | neel | 2013-10-09 | 2 | -0/+28 |
* | don't assert on bad args, instead return an error.. | jmg | 2013-10-07 | 2 | -37/+54 |
* | Merge projects/bhyve_npt_pmap into head. | neel | 2013-10-05 | 2 | -2/+27 |
* | accept(2): Update portability note for accept4(). | jilles | 2013-10-01 | 1 | -3/+10 |
* | Remove BIND. | des | 2013-09-30 | 18 | -6851/+0 |
* | Temporarily disable iconv for non-shared library builds. The dynamic | delphij | 2013-09-26 | 1 | -1/+3 |
* | Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). | delphij | 2013-09-26 | 1 | -0/+3 |
* | Add an elf note on ARM to store the MACHINE_ARCH an executable was built | andrew | 2013-09-26 | 2 | -0/+15 |
* | Add LLDB bmake infrastructure | emaste | 2013-09-20 | 38 | -9/+963 |
* | Minor mdoc improvements. | joel | 2013-09-19 | 1 | -4/+4 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 3 | -0/+146 |
* | Remove an unused variable and fix a memory leak in sctp_connectx(). | tuexen | 2013-09-19 | 1 | -3/+4 |
* | Move libldns to the correct (ordered) library list. | des | 2013-09-15 | 1 | -1/+1 |
* | Build and install the Unbound caching DNS resolver daemon. | des | 2013-09-15 | 2 | -0/+39 |
* | After r255294, building lib/msun's symbol map (using clang as the | dim | 2013-09-12 | 1 | -1/+1 |
* | Consistently reference file descriptors as "fd". 55 other manpages | bdrewery | 2013-09-12 | 6 | -37/+37 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+14 |
* | LDNS needs OpenSSL. This wasn't a problem as long as it was only build | des | 2013-09-08 | 1 | -0/+3 |
* | Make libldns and libssh private. | des | 2013-09-08 | 2 | -1/+2 |
* | Update to OpenPAM Nummularia. | des | 2013-09-07 | 1 | -1/+6 |
|\ |
|
| * | Vendor import of OpenPAM Nummularia.. | des | 2013-09-07 | 86 | -424/+1837 |
* | | MFV (r255364): move the code around in preparation for Nummularia. | des | 2013-09-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Prepare for OpenPAM Nummularia by reorganizing to match its new directory | des | 2013-09-07 | 76 | -0/+0 |