| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ddb(9) to show how to print 64-bit values with "examine". | rwatson | 2013-09-30 | 1 | -1/+3 |
* | Add the newest NetBSD releases. | eadler | 2013-09-29 | 1 | -1/+10 |
* | Make the mac_policy_rm lock recursable, which allows reentrance into | kib | 2013-09-29 | 1 | -1/+2 |
* | Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob | bdrewery | 2013-09-29 | 5 | -5/+5 |
* | Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on | nwhitehorn | 2013-09-29 | 1 | -3/+8 |
* | For vunref(), try to upgrade the vnode lock if the function was called | kib | 2013-09-29 | 1 | -2/+4 |
* | Reimplement r255797 using LK_TRYUPGRADE. | kib | 2013-09-29 | 1 | -2/+14 |
* | Add LK_TRYUPGRADE operation for lockmgr(9), which attempts to | kib | 2013-09-29 | 2 | -0/+14 |
* | Fix ixp425 boot2 with ARM EABI: | andrew | 2013-09-29 | 3 | -0/+19 |
* | Yet more BIND files that weren't listed in OptionalObsoleteFiles. | des | 2013-09-29 | 1 | -5/+27 |
* | Implement GET_STACK_USAGE. | marius | 2013-09-29 | 1 | -0/+11 |
* | DEBUG_FLAGS -g is default for GENERIC and its presence interferes with | philip | 2013-09-29 | 1 | -1/+1 |
* | Add pagemask debugging output in "show tlb" in the debugger. | adrian | 2013-09-29 | 1 | -2/+5 |
* | Update head/ to -ALPHA4. | gjb | 2013-09-29 | 1 | -1/+1 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 104 | -3522/+25082 |
* | Fix a bug in ld, where indirect symbols are not handled properly during | dim | 2013-09-28 | 1 | -3/+19 |
* | Allow the path to the system source directory to be passed in to | ian | 2013-09-28 | 2 | -3/+8 |
* | Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh. | nwhitehorn | 2013-09-28 | 1 | -1/+3 |
* | Use the correct EtherType for logging IPv6 packets. | philip | 2013-09-28 | 1 | -2/+9 |
* | Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSD | nwhitehorn | 2013-09-28 | 3 | -1/+1035 |
* | Fix a fallout from r241610. One enc interface must be created on startup. | glebius | 2013-09-28 | 1 | -1/+1 |
* | Remove ftp5.se.f.o, as per request to -hubs@ | gavin | 2013-09-28 | 2 | -2/+0 |
* | Fix make depend, apply a bit of style. | uqs | 2013-09-28 | 5 | -16/+16 |
* | Fix powerpc/161045. ams_poll() needs to return that any data is available, not | jhibbits | 2013-09-28 | 1 | -1/+2 |
* | Fix Fx syntax. | sjg | 2013-09-27 | 1 | -1/+1 |
* | Make sure the CCB xflags field is initialized to zero so that | nwhitehorn | 2013-09-27 | 2 | -0/+5 |
* | Remove duplicate entry for the host(1) man page. | des | 2013-09-27 | 1 | -1/+0 |
* | sys/x86/xen/hvm.c: | gibbs | 2013-09-27 | 1 | -2/+3 |
* | Return 0 for a rdmsr of MSR_IA32_PLATFORM_ID. This | grehan | 2013-09-27 | 1 | -1/+5 |
* | Rework handling of ofw_quiesce(), making it the responsibility of the | nwhitehorn | 2013-09-27 | 4 | -29/+41 |
* | Make sure that ref and changed bits propagate back to the VM layer | nwhitehorn | 2013-09-27 | 1 | -6/+13 |
* | - Remove the is (Iceland) mirror per mail from the admins. | brd | 2013-09-27 | 2 | -2/+0 |
* | Allow Open Firmware syscons to attach to devices without an "address" | nwhitehorn | 2013-09-26 | 3 | -30/+74 |
* | As idling the CPU no longer causes hangs on QEMU, reenable the pSeries | nwhitehorn | 2013-09-26 | 1 | -2/+0 |
* | Fix bug where UART unit number was not set properly, which prevented | nwhitehorn | 2013-09-26 | 1 | -4/+1 |
* | Improve bsdpatch usability: | delphij | 2013-09-26 | 2 | -5/+8 |
* | Temporarily disable iconv for non-shared library builds. The dynamic | delphij | 2013-09-26 | 1 | -1/+3 |
* | it must be the last member, not might... | jmg | 2013-09-26 | 1 | -1/+1 |
* | Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). | delphij | 2013-09-26 | 1 | -0/+3 |
* | Fix incorrect assertion on the minimum side. ZFS would | grehan | 2013-09-26 | 1 | -1/+1 |
* | Eliminate the declaration for a method that is no longer used. (This | alc | 2013-09-26 | 1 | -11/+0 |
* | Do not allow negative timeouts for kqueue timers, check for the | kib | 2013-09-26 | 1 | -2/+10 |
* | Acquire a hold reference on the vnode when a knote is instantiated. | kib | 2013-09-26 | 1 | -0/+2 |
* | Now that the portsnap buildbox is generating the raw bits for INDEX-10, | cperciva | 2013-09-26 | 1 | -0/+1 |
* | Make the callout arithmetic more robust adding checks for overflow. | davide | 2013-09-26 | 1 | -1/+6 |
* | Add an elf note on ARM to store the MACHINE_ARCH an executable was built | andrew | 2013-09-26 | 4 | -0/+18 |
* | Correct a NULL pointer deference in nslookup and nsupdate that would | delphij | 2013-09-25 | 2 | -2/+4 |
* | Additional BIND files. | des | 2013-09-25 | 1 | -0/+28 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 16 | -30/+59 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 6 | -90/+399 |