| Commit message (Expand) | Author | Files | Lines |
| 2013-09-10 | The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a. |  krw | 2 | -12/+12 |
| 2013-09-10 | Make splassert for IPL_NONE fail, if we're in interrupt context. |  patrick | 1 | -3/+6 |
| 2013-09-10 | Store the current interrupt depth in curcpu, so that it's per CPU |  patrick | 5 | -27/+26 |
| 2013-09-10 | Add support for the SM_PATH environment variable. This changes the |  ajacoutot | 2 | -7/+22 |
| 2013-09-10 | Document that wildcards can also be used when deleting communities. |  weerd | 1 | -2/+11 |
| 2013-09-10 | Enable some code that seems to relate to an errata for |  jsg | 1 | -2/+4 |
| 2013-09-09 | Calculate the lease time fields (expiry, renew, rebind) after |  krw | 1 | -29/+49 |
| 2013-09-09 | nl(1) is actually marked as an XSI (XPG 4.2) extension. |  jca | 1 | -14/+13 |
| 2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable |  reyk | 5 | -9/+44 |
| 2013-09-09 | Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15. |  patrick | 2 | -1/+413 |
| 2013-09-09 | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs |  guenther | 1 | -4/+10 |
| 2013-09-09 | Rename the 'pid' global to eliminate compiler warnings about shadowing |  guenther | 1 | -4/+4 |
| 2013-09-08 | tweak previous; |  jmc | 1 | -9/+8 |
| 2013-09-08 | Fix a typo. "jajaja" miod@, "+ja" mpi@ |  jca | 1 | -3/+3 |
| 2013-09-08 | Hook up nl(1). |  jca | 1 | -2/+2 |
| 2013-09-08 | Import nl(1) from the NetBSD source tree, with local changes discussed |  jca | 3 | -0/+593 |
| 2013-09-08 | Remove a.out leftovers. (it's september now) |  miod | 2 | -348/+0 |
| 2013-09-08 | Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10 |  miod | 1 | -10/+2 |
| 2013-09-08 | switch to using linux style pci match tables |  jsg | 5 | -1446/+857 |
| 2013-09-08 | Oops, typo. Found by Artturi Alm. |  patrick | 1 | -2/+2 |
| 2013-09-08 | fix next path selection so if the current path is NULL (which can occur if |  dlg | 1 | -5/+6 |
| 2013-09-08 | Enable vmx(4) on i386 and amd64. |  reyk | 4 | -6/+8 |
| 2013-09-08 | Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH |  reyk | 1 | -2/+2 |
| 2013-09-07 | sync |  patrick | 1 | -4/+4 |
| 2013-09-07 | Beagle has been replaced by armv7. |  patrick | 5 | -98/+96 |
| 2013-09-07 | Update ARMv7's release build process to build kernels and ramdisks |  patrick | 3 | -18/+35 |
| 2013-09-07 | Remove commented-out kerberos/gssapi config options from sample config, |  sthen | 1 | -11/+1 |
| 2013-09-07 | Add a new screen "cpu" that simply lists the usage of each CPU core. |  reyk | 7 | -13/+307 |
| 2013-09-07 | update man page with the new default HIGH:!aNULL |  reyk | 1 | -3/+3 |
| 2013-09-07 | Change default ciphers to HIGH:!aNULL. |  fgsch | 2 | -4/+4 |
| 2013-09-07 | Plug a memory leak when walking the pfTblAddrTable in PF-MIB |  joel | 1 | -1/+4 |
| 2013-09-07 | Whitespace fixes |  joel | 1 | -19/+19 |
| 2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for |  joel | 3 | -7/+151 |
| 2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show |  patrick | 1 | -2/+5 |
| 2013-09-06 | Support for FreeScale's i.MX6 SoC. |  patrick | 27 | -1/+7133 |
| 2013-09-06 | need sys/device.h |  deraadt | 1 | -1/+2 |
| 2013-09-06 | teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers |  okan | 4 | -26/+39 |
| 2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack |  bluhm | 2 | -2/+5 |
| 2013-09-06 | zap trailing space; |  jmc | 1 | -2/+2 |
| 2013-09-06 | When dumping FastCGI protocol headers during debug, dump the |  blambert | 1 | -8/+43 |
| 2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. |  mpi | 1 | -8/+7 |
| 2013-09-06 | Add ugold(4) and update uthum(4) description. |  mpi | 1 | -3/+5 |
| 2013-09-06 | Update Nd to be coherent with ugold(4) and match what the manufacturer |  mpi | 1 | -3/+3 |
| 2013-09-06 | Add a manual for ugold(4) with inputs from jmc@ |  mpi | 2 | -2/+49 |
| 2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. |  mpi | 1 | -3/+3 |
| 2013-09-06 | Missing semicolons. |  mpi | 1 | -3/+3 |
| 2013-09-06 | Use the correct buffer size for memory allocation and reads. |  blambert | 1 | -5/+9 |
| 2013-09-05 | gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra |  miod | 1 | -1/+1 |
| 2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 9 | -18/+9 |
| 2013-09-05 | Explicitely define USE_GAS for OpenBSD targets; the configure machinery in |  miod | 1 | -0/+2 |