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