Age | Commit message (Expand) | Author |
2013-09-10 | Store the current interrupt depth in curcpu, so that it's per CPU | Patrick Wildt |
2013-09-10 | Add support for the SM_PATH environment variable. This changes the | Antoine Jacoutot |
2013-09-10 | Document that wildcards can also be used when deleting communities. | Paul de Weerd |
2013-09-10 | Enable some code that seems to relate to an errata for | Jonathan Gray |
2013-09-09 | Calculate the lease time fields (expiry, renew, rebind) after | Kenneth R Westerback |
2013-09-09 | nl(1) is actually marked as an XSI (XPG 4.2) extension. | Jeremie Courreges-Anglas |
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter |
2013-09-09 | Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15. | Patrick Wildt |
2013-09-09 | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs | Philip Guenther |
2013-09-09 | Rename the 'pid' global to eliminate compiler warnings about shadowing | Philip Guenther |
2013-09-08 | tweak previous; | Jason McIntyre |
2013-09-08 | Fix a typo. "jajaja" miod@, "+ja" mpi@ | Jeremie Courreges-Anglas |
2013-09-08 | Hook up nl(1). | Jeremie Courreges-Anglas |
2013-09-08 | Import nl(1) from the NetBSD source tree, with local changes discussed | Jeremie Courreges-Anglas |
2013-09-08 | Remove a.out leftovers. (it's september now) | Miod Vallat |
2013-09-08 | Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10 | Miod Vallat |
2013-09-08 | switch to using linux style pci match tables | Jonathan Gray |
2013-09-08 | Oops, typo. Found by Artturi Alm. | Patrick Wildt |
2013-09-08 | fix next path selection so if the current path is NULL (which can occur if | David Gwynne |
2013-09-08 | Enable vmx(4) on i386 and amd64. | Reyk Floeter |
2013-09-08 | Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH | Reyk Floeter |
2013-09-07 | sync | Patrick Wildt |
2013-09-07 | Beagle has been replaced by armv7. | Patrick Wildt |
2013-09-07 | Update ARMv7's release build process to build kernels and ramdisks | Patrick Wildt |
2013-09-07 | Remove commented-out kerberos/gssapi config options from sample config, | Stuart Henderson |
2013-09-07 | Add a new screen "cpu" that simply lists the usage of each CPU core. | Reyk Floeter |
2013-09-07 | update man page with the new default HIGH:!aNULL | Reyk Floeter |
2013-09-07 | Change default ciphers to HIGH:!aNULL. | Federico G. Schwindt |
2013-09-07 | Plug a memory leak when walking the pfTblAddrTable in PF-MIB | Joel Knight |
2013-09-07 | Whitespace fixes | Joel Knight |
2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for | Joel Knight |
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt |
2013-09-06 | Support for FreeScale's i.MX6 SoC. | Patrick Wildt |
2013-09-06 | need sys/device.h | Theo de Raadt |
2013-09-06 | teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers | Okan Demirmen |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-09-06 | zap trailing space; | Jason McIntyre |
2013-09-06 | When dumping FastCGI protocol headers during debug, dump the | Bret Lambert |
2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot |
2013-09-06 | Add ugold(4) and update uthum(4) description. | Martin Pieuchot |
2013-09-06 | Update Nd to be coherent with ugold(4) and match what the manufacturer | Martin Pieuchot |
2013-09-06 | Add a manual for ugold(4) with inputs from jmc@ | Martin Pieuchot |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot |
2013-09-06 | Missing semicolons. | Martin Pieuchot |
2013-09-06 | Use the correct buffer size for memory allocation and reads. | Bret Lambert |
2013-09-05 | gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra | Miod Vallat |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-09-05 | Explicitely define USE_GAS for OpenBSD targets; the configure machinery in | Miod Vallat |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |