| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Implement CloudABI memory management system calls. | ed | 2015-07-17 | 2 | -17/+110 |
* | | Move assignments around to avoid a false-positive uninitialized variable | des | 2015-07-17 | 1 | -2/+2 |
* | | cxgbe(4): Ask the firmware for the start of the RSS slice for a port and | np | 2015-07-17 | 2 | -0/+13 |
* | | Describe how to load gmultipath at boot time. | araujo | 2015-07-17 | 1 | -1/+11 |
* | | Mention the dd-like recoverdisk(1) to help folks find this great BSD command. | obrien | 2015-07-16 | 1 | -0/+1 |
* | | sqlite: clean a couple of invocations of memcpy(3) | pfg | 2015-07-16 | 1 | -2/+2 |
* | | When checking for the valid value of the frame pointer, verify that it | kib | 2015-07-16 | 4 | -18/+18 |
* | | ssh: canonicize the host name before looking it up in the host file | vangyzen | 2015-07-16 | 1 | -0/+17 |
* | | Add a sysentvec for CloudABI on x86-64. | ed | 2015-07-16 | 8 | -23/+416 |
* | | Document r285550, w(1) now displays the full IPv6 address of a remote | gjb | 2015-07-16 | 1 | -0/+4 |
* | | Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESS | sbruno | 2015-07-16 | 1 | -0/+2 |
* | | Optimise the DWC OTG host mode driver's transmit path: | hselasky | 2015-07-16 | 3 | -114/+77 |
* | | Fix a small typo: "the the". | ed | 2015-07-16 | 1 | -2/+2 |
* | | fd: partially deduplicate fdescfree and fdescfree_remapped | mjg | 2015-07-16 | 1 | -49/+37 |
* | | Get rid of lim_update_thread and cred_update_thread. | mjg | 2015-07-16 | 6 | -42/+22 |
* | | vfs: implement v_holdcnt/v_usecount manipulation using atomic ops | mjg | 2015-07-16 | 6 | -155/+198 |
* | | Split out the arm and armv6 parts of atomic.h to new files. While here use | andrew | 2015-07-16 | 3 | -1026/+1113 |
* | | Add a -s option which adds a column listing the connection state if | des | 2015-07-16 | 2 | -8/+33 |
* | | Fix warnings about unused functions for UP build. | kib | 2015-07-16 | 1 | -3/+7 |
* | | Actually recognize all Intel Lynx Point devices we have device IDs for. | brueffer | 2015-07-16 | 1 | -0/+29 |
* | | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 20 | -2/+30 |
* | | Set-up proper TCR values for memory related to Translation Table Walking | zbb | 2015-07-16 | 2 | -1/+24 |
* | | Fix typo in register definition. | kevlo | 2015-07-16 | 1 | -1/+1 |
* | | Implement CloudABI's exec() call. | ed | 2015-07-16 | 5 | -9/+202 |
* | | Fix formatting. | jhibbits | 2015-07-16 | 1 | -1/+1 |
* | | Fix userland program exception handling for powerpc64. | jhibbits | 2015-07-16 | 1 | -5/+1 |
* | | If uart interrupts are not functioning then schedule the callout to do the | neel | 2015-07-16 | 1 | -2/+10 |
* | | Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will break | araujo | 2015-07-16 | 1 | -26/+31 |
* | | Comment out usr/sbin/mailwrapper removal | ache | 2015-07-16 | 1 | -1/+4 |
* | | Do not use atomic_swap_int(9), it is not available on all | kib | 2015-07-15 | 1 | -2/+2 |
* | | fix the docs, the number of frags per inode (NFPI) changed in r228794 | jmg | 2015-07-15 | 1 | -4/+4 |
* | | Fix trimming spaces writing at index -1 if an empty string is passed | bapt | 2015-07-15 | 1 | -2/+7 |
* | | Reset non-zero it_need indicator to zero atomically with fetching its | kib | 2015-07-15 | 1 | -12/+10 |
* | | Style. Remove excessive brackets. Compare non-boolean with zero. | kib | 2015-07-15 | 1 | -4/+4 |
* | | Fix an infinite loop when a node doesn't have an interrupt-parent property. | andrew | 2015-07-15 | 1 | -1/+1 |
* | | MULTI_ID supported does not mean it is used. | mav | 2015-07-15 | 2 | -2/+2 |
* | | Implement the trivial socket system calls: shutdown() and listen(). | ed | 2015-07-15 | 1 | -4/+27 |
* | | Add identify_cpu() to ARM64 init_secondary routine | zbb | 2015-07-15 | 1 | -0/+7 |
* | | Make posix_fallocate() and posix_fadvise() work. | ed | 2015-07-15 | 1 | -5/+32 |
* | | fix error message... errx since errno may not be set (if we didn't | jmg | 2015-07-15 | 1 | -1/+1 |
* | | Add a new option to gpart(8) to fix Lenovo BIOS boot issue | allanjude | 2015-07-15 | 2 | -1/+23 |
* | | Revert inadvertent change to amd64/GENERIC. | pkelsey | 2015-07-15 | 1 | -1/+1 |
* | | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). | pkelsey | 2015-07-15 | 5 | -16/+77 |
* | | Remove FreeBSD version check for deprecated M_FLOWID. | hiren | 2015-07-15 | 1 | -4/+0 |
* | | Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address for | pkelsey | 2015-07-15 | 3 | -6/+8 |
* | | Remove the r282727 entry for now, pending refinement based | gjb | 2015-07-14 | 1 | -4/+0 |
* | | Document r279824, dtb module for AM335x systems. | gjb | 2015-07-14 | 1 | -0/+4 |
* | | Document r278340, rpi.dtb installed into /boot/dtb for the | gjb | 2015-07-14 | 1 | -0/+5 |
* | | Document r278338, rpi.dtb module. | gjb | 2015-07-14 | 1 | -0/+4 |
* | | Document r283514, sfxge(4) 7XXX-series NIC support. | gjb | 2015-07-14 | 2 | -0/+6 |