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