| Commit message (Expand) | Author | Age | Files | Lines |
* | bthidd: Consider usage ranges when dealing with array inputs. | rakuco | 2015-04-05 | 1 | -1/+13 |
* | Fix thinko/copypaste error. | jpaetzel | 2015-04-04 | 1 | -1/+1 |
* | Allow fetching pkg(8) even if servers/proxies are not passing Content-length | bapt | 2015-04-03 | 1 | -13/+6 |
* | arp(8): add support for printing and deleting entries of type | markj | 2015-04-02 | 1 | -0/+4 |
* | Prior to aborting due to an instruction emulation error, it is always | tychon | 2015-04-01 | 1 | -7/+12 |
* | Whoops! "arc commit --revision" != "arc diff --update" | dteske | 2015-04-01 | 1 | -3/+0 |
* | Add "GELI Passphrase:" prompt to boot loader. | dteske | 2015-04-01 | 1 | -0/+3 |
* | Fix typo in a comment. | dteske | 2015-03-31 | 1 | -1/+1 |
* | MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284) | cy | 2015-03-30 | 32 | -1587/+5227 |
* | pmcstat.8: fix -a flag description; improve -m flag to match | vangyzen | 2015-03-28 | 2 | -3/+9 |
* | crunchide: arm64 support | emaste | 2015-03-27 | 1 | -1/+2 |
* | Move legacy interrupt allocation for virtio devices to common code. | grehan | 2015-03-27 | 3 | -4/+5 |
* | Rough first mdoc, spelling and grammar cleanup pass. | brueffer | 2015-03-26 | 1 | -27/+39 |
* | Opps its section 8 not 1 silly. | rrs | 2015-03-26 | 1 | -1/+1 |
* | Update the manual page to be a bit more sane. It still | rrs | 2015-03-26 | 4 | -66/+137 |
* | Fix typo in jail(8) man page | allanjude | 2015-03-22 | 1 | -1/+1 |
* | Update copyright(s) | dteske | 2015-03-21 | 1 | -2/+2 |
* | Whitespace cleanup(s). | dteske | 2015-03-21 | 1 | -43/+49 |
* | Add missing variable initialization. | mav | 2015-03-20 | 1 | -1/+1 |
* | Add comment explaining existing powerd behavior on SMP systems. | mav | 2015-03-20 | 1 | -0/+6 |
* | Remove a non-required unsafe condition added in the previous commit | allanjude | 2015-03-18 | 1 | -4/+0 |
* | Fix the handbook install option in bsdinstall | allanjude | 2015-03-18 | 1 | -1/+8 |
* | Report that we may have write cache, and that we do support FLUSH. | mav | 2015-03-16 | 1 | -0/+2 |
* | Increase S/G list size of 32 to 33 entries. | mav | 2015-03-16 | 2 | -8/+6 |
* | Pre-allocate one extra request per processing thread. | mav | 2015-03-15 | 1 | -1/+1 |
* | According to Linux and QEMU, s/n equal to buffer is not zero-terminated. | mav | 2015-03-15 | 1 | -1/+3 |
* | Close potential race on blockif_close(). | mav | 2015-03-15 | 1 | -0/+2 |
* | Fix networking problem after r280026. | mav | 2015-03-15 | 3 | -2/+17 |
* | Give AHCI disk serial based on backing file path same as for virtio block. | mav | 2015-03-15 | 1 | -4/+16 |
* | Rewrite virtio block device driver to work asynchronously and use the block | mav | 2015-03-15 | 2 | -78/+76 |
* | Modify virtqueue helpers added in r253440 to allow queuing. | mav | 2015-03-15 | 5 | -39/+24 |
* | Block delete capability for read-only devices. | mav | 2015-03-15 | 2 | -2/+5 |
* | Give block I/O interface multiple (8) execution threads. | mav | 2015-03-14 | 1 | -53/+76 |
* | Add checksums to identify data and NCQ command error log. | mav | 2015-03-14 | 1 | -0/+16 |
* | Slightly polish virtual AHCI CD reporting. | mav | 2015-03-14 | 1 | -23/+67 |
* | Fix NOP and IDLE commands for virtual AHCI disks. | mav | 2015-03-14 | 1 | -2/+5 |
* | Add support for NCQ variant of DSM TRIM for virtual AHCI disks. | mav | 2015-03-14 | 1 | -4/+24 |
* | Improve NCQ errors reporting for virtual AHCI disks. | mav | 2015-03-14 | 1 | -11/+53 |
* | Remove incorrect SERR register setting. | mav | 2015-03-13 | 1 | -2/+0 |
* | Change prdbc value reporting. | mav | 2015-03-13 | 1 | -7/+6 |
* | Polish AHCI disk identify data and fix speed negotiation. | mav | 2015-03-13 | 2 | -17/+49 |
* | Add support for PIO variants of READ/WRITE commands for AHCI disks. | mav | 2015-03-13 | 1 | -4/+16 |
* | Use ahci_write_fis_d2h() for commands completion. | mav | 2015-03-13 | 1 | -21/+11 |
* | Add DSM TRIM command support for virtual AHCI disks. | mav | 2015-03-13 | 3 | -8/+166 |
* | Add -noauto autofs map, for automatic handling of fstab entries | trasz | 2015-03-13 | 1 | -1/+6 |
* | Get executable direct maps to work. | trasz | 2015-03-13 | 1 | -10/+23 |
* | Rework the concat() algorithm to be correct in all cases. | trasz | 2015-03-13 | 1 | -7/+16 |
* | Make "automount -LL -o whatever" present options in the same order | trasz | 2015-03-12 | 3 | -9/+16 |
* | Make concat() accept NULL arguments. | trasz | 2015-03-12 | 3 | -17/+8 |
* | Options from auto_master must be appended to options from maps, | trasz | 2015-03-12 | 1 | -1/+5 |