| Commit message (Expand) | Author | Age | Files | Lines |
* | Failure of dropping privilege should be fatal, so test and bail out | delphij | 2015-09-01 | 1 | -3/+6 |
* | Mark unused parameters to reduce gcc 4.9 warnings. | rodrigc | 2015-09-01 | 1 | -2/+2 |
* | Use ANSI C prototypes. | rodrigc | 2015-09-01 | 15 | -395/+180 |
* | vtfontcvt: fix buffer overflow for non-default size .hex fonts | emaste | 2015-09-01 | 1 | -6/+22 |
* | Apply the noline attribute to vdev_queue_max_async_writes | allanjude | 2015-08-31 | 1 | -1/+1 |
* | vtfontcvt: introduce xmalloc to abort on out-of-memory | emaste | 2015-08-31 | 1 | -3/+13 |
* | Remove duplicate defines introduced in initial ZFS import (r168404) | allanjude | 2015-08-31 | 1 | -7/+0 |
* | Enable libproc symbol_lookup tests on arm64 | emaste | 2015-08-31 | 1 | -9/+0 |
* | Include stdlib.h to get devname() prototype. | rodrigc | 2015-08-31 | 1 | -0/+1 |
* | Restrict tso_max to IP_MAXPACKET to avoid the panic reported in: | sbruno | 2015-08-31 | 1 | -1/+1 |
* | ar: Deobfuscate a while loop | emaste | 2015-08-31 | 1 | -1/+1 |
* | ar: fix deterministic mode when running as ranlib | emaste | 2015-08-31 | 1 | -0/+3 |
* | Remove now unneeded includes. | glebius | 2015-08-31 | 1 | -7/+0 |
* | Clean up the style of the LEAVE_HYP macro. | andrew | 2015-08-31 | 1 | -15/+15 |
* | Add new USB quirk. | hselasky | 2015-08-31 | 2 | -0/+2 |
* | - uri is expected to be nul-terminated (strchr used later), | delphij | 2015-08-31 | 1 | -4/+3 |
* | Constify opt_f and opt_t and eliminate unneeded copying. This fixes | delphij | 2015-08-31 | 1 | -4/+4 |
* | Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state in | melifaro | 2015-08-31 | 3 | -19/+8 |
* | Add support for the UGA draw protocol. This includes adding a | marcel | 2015-08-30 | 3 | -56/+925 |
* | Add the LED definitions from vendor's DTS. | loos | 2015-08-30 | 4 | -1/+29 |
* | The vendor's DTS for Allwinner A20 uses a different way to map the gpio | loos | 2015-08-30 | 1 | -0/+13 |
* | oops - mis-commit. | adrian | 2015-08-30 | 1 | -2/+0 |
* | Convert this over to use the new cdev based ioctl path. | adrian | 2015-08-30 | 5 | -18/+16 |
* | Migrate the stats API for iwn(4) into a cdev ioctl, rather than tying | adrian | 2015-08-30 | 3 | -11/+74 |
* | A bibliography of FreeBSD and BSD related papers and books. | gnn | 2015-08-30 | 1 | -0/+363 |
* | Use P1B_PRIO_MAX to designate max posix priority for the RR/FIFO | kib | 2015-08-30 | 1 | -1/+1 |
* | Remove single-use macros obfuscating malloc(9) and free(9) calls. | kib | 2015-08-30 | 2 | -94/+71 |
* | sh: Fix read with escaped IFS characters at the end. | jilles | 2015-08-30 | 3 | -12/+28 |
* | Reduce the difference to vendor DTS by using the vendor compat strings (at | loos | 2015-08-30 | 1 | -1/+2 |
* | In preparation to support other A20 based boards, rename the CUBIEBOARD2 | loos | 2015-08-30 | 1 | -5/+2 |
* | Revert r286880: If at first this change made sense, it turns out | jch | 2015-08-30 | 1 | -11/+1 |
* | Put r284245 back in place: If at first this fix was seen as a temporary | jch | 2015-08-30 | 2 | -15/+45 |
* | Remove support for FreeBSD < 602110. | delphij | 2015-08-30 | 2 | -12/+0 |
* | Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'ed | adrian | 2015-08-30 | 1 | -2/+2 |
* | Don't assign 'ptr' without using it. | delphij | 2015-08-30 | 1 | -1/+0 |
* | Fix a mistake in r287292. Despite correctly stating intent in the | kib | 2015-08-30 | 1 | -2/+2 |
* | Add a gop command to help diagnose VT efifb problems. The gop | marcel | 2015-08-30 | 1 | -0/+95 |
* | - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() | rodrigc | 2015-08-29 | 30 | -196/+201 |
* | sh: Add set -o nolog. | jilles | 2015-08-29 | 4 | -5/+15 |
* | Support the ZTE MF112 HSUPA 3G USB stick. | gavin | 2015-08-29 | 2 | -0/+2 |
* | Use 5 times RTO.Max as the default for the shutdown guard timer | tuexen | 2015-08-29 | 3 | -7/+7 |
* | Remove 600 bytes of port_priv from struct ctl_io_hdr. | mav | 2015-08-29 | 2 | -41/+29 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | kib | 2015-08-29 | 22 | -121/+104 |
* | Attach pass driver to LUNs is OFFLINE state. | mav | 2015-08-29 | 7 | -11/+18 |
* | Use the userland exported states and handle them completely. | tuexen | 2015-08-29 | 1 | -7/+16 |
* | Fix a buffer overrun which may lead to data corruption, introduced in | delphij | 2015-08-29 | 1 | -8/+9 |
* | Fix the exporting of SCTP association states to userland. Without this, | tuexen | 2015-08-29 | 5 | -8/+49 |
* | Report CLOSED as state for bound sockets for consistency with | tuexen | 2015-08-29 | 1 | -3/+1 |
* | In r286705 (Illumos 5960/a2cdcdd), a separate thread is created with curproc | delphij | 2015-08-29 | 1 | -2/+2 |
* | Add reminder to run etcupdate or mergemaster to get updated | glebius | 2015-08-29 | 1 | -0/+8 |