| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4_is_zeronet() and ipv4_is_loopback() expect an address in network | markj | 2015-08-07 | 1 | -2/+2 |
* | o Fix a typo. | marcel | 2015-08-07 | 1 | -2/+82 |
* | Fix mtx_assert() argument. | glebius | 2015-08-07 | 1 | -1/+1 |
* | Add unmapped I/O support to ata(4) driver. | mav | 2015-08-07 | 2 | -71/+168 |
* | Add more ifdefs to fix build with GCC after r286406. | mav | 2015-08-07 | 2 | -1/+13 |
* | Fix !MWL_DEBUG build. | glebius | 2015-08-07 | 1 | -4/+4 |
* | Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9) | jah | 2015-08-07 | 3 | -0/+107 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 81 | -6121/+4002 |
* | Manpage cleanup. | brueffer | 2015-08-07 | 1 | -12/+23 |
* | Attach dwmmc to the ofwbus, som devicetrees place it here. | andrew | 2015-08-07 | 1 | -0/+1 |
* | Stop including machine/fdt.h, it's unneeded, and purposefully | andrew | 2015-08-07 | 1 | -1/+0 |
* | Wrap some unused functions with notyet, it is necessary to be able to | araujo | 2015-08-07 | 1 | -1/+2 |
* | Minor style cleanup of the code surrounding r286404. | kib | 2015-08-07 | 1 | -5/+5 |
* | The condition to use direct processing for the unmapped bio is | kib | 2015-08-07 | 1 | -2/+2 |
* | Remove an extra new line on usage(). | araujo | 2015-08-07 | 1 | -2/+2 |
* | Fix variable 'old' is used uninitialized whenever '&&' condition is false. | araujo | 2015-08-07 | 1 | -1/+1 |
* | Remove unused i386 header privatespace.h. For the native kernel, its | kib | 2015-08-07 | 2 | -55/+0 |
* | Reminder to check tools/build/mk/OptionalObsoleteFiles.inc on new | gshapiro | 2015-08-07 | 1 | -0/+1 |
* | Rebase after r286395: rounding fix for dynamic VHD | marcel | 2015-08-07 | 28 | -402/+407 |
* | Fix the dynamic VHD format to work with qemu. The size of the disk | marcel | 2015-08-07 | 1 | -37/+55 |
* | Get closest as possible with style(9). No functional change. | araujo | 2015-08-07 | 1 | -14/+10 |
* | Add support for ASUS WL-100g. | kevlo | 2015-08-07 | 1 | -1/+2 |
* | Now that the portsnap buildbox is generating the raw bits for INDEX-11, | delphij | 2015-08-06 | 1 | -0/+1 |
* | Introduce a sysctl for reporting the number of fully populated reservations. | alc | 2015-08-06 | 1 | -0/+32 |
* | Document the recently added get-bitmode and eeprom read/write functionality. | ian | 2015-08-06 | 1 | -5/+61 |
* | Consistently use both leading and trailing spaces inside of the {}'s | jhb | 2015-08-06 | 1 | -10/+14 |
* | Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl. | ian | 2015-08-06 | 2 | -7/+16 |
* | Whitespace fixes to consistently use spaces before }'s and | jhb | 2015-08-06 | 1 | -15/+25 |
* | Add support to the uftdi driver for reading and writing the serial eeprom | ian | 2015-08-06 | 3 | -1/+112 |
* | Decode the arguments passed to the *at() family of system calls. This is | jhb | 2015-08-06 | 2 | -4/+118 |
* | Decode the arguments to mkfifo() and fix an off-by-one error in the arguments | jhb | 2015-08-06 | 1 | -1/+3 |
* | Don't mark the fcntl flag argument as an output parameter so that it is | jhb | 2015-08-06 | 1 | -1/+1 |
* | Now that stable/8 is EOL, stop building INDEX-8. | delphij | 2015-08-06 | 1 | -1/+0 |
* | Formally pair store_rel(&smp_started) with load_acq(&smp_started). | kib | 2015-08-06 | 1 | -1/+1 |
* | After crypto_dispatch() bio might be already delivered and destroyed, | pjd | 2015-08-06 | 2 | -14/+8 |
* | Remove some more vestiges of the Xen PV domu support. Specifically, | jhb | 2015-08-06 | 11 | -266/+6 |
* | The changes that introduced fo_mmap() treated all character device | jhb | 2015-08-06 | 1 | -6/+17 |
* | Add various tests to ensure that invalid arguments passed to mmap() | jhb | 2015-08-06 | 1 | -0/+72 |
* | Convert the map_at_zero test case to ATF. In particular, this will | jhb | 2015-08-06 | 2 | -37/+24 |
* | Remove guards around overwriting loader.rc and menu.rc | allanjude | 2015-08-06 | 10 | -47/+18 |
* | Make some debug printf's into DPRINTF's to reduce noise on attach/detach | ngie | 2015-08-06 | 1 | -4/+4 |
* | Fill in dump_avail based on the physical memory from EFI. | andrew | 2015-08-06 | 1 | -1/+6 |
* | Fix a typo. | gjb | 2015-08-06 | 1 | -1/+1 |
* | Make it compilable. No idea if it works. | glebius | 2015-08-06 | 2 | -3/+3 |
* | Whoops, wrong flag. | trasz | 2015-08-06 | 1 | -1/+1 |
* | Tweak mdconfig(8) manual page, in particular revise the EXAMPLES | trasz | 2015-08-06 | 1 | -47/+46 |
* | Add file_open(): the underlying system call of openat(). | ed | 2015-08-06 | 3 | -3/+148 |
* | Add recently added values of various flags and enumerations including | jhb | 2015-08-06 | 1 | -12/+20 |
* | nfsclient: Protest loudly when GETATTR responses are invalid | cem | 2015-08-05 | 1 | -5/+80 |
* | Pass SYNCHRONIZE CACHE command parameters to backends. | mav | 2015-08-05 | 3 | -52/+49 |