summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/mutex_unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-21Fix binutils-2.17 configure script to build on amd64.matthew2-2/+2
ok miod
2012-05-21fix put usagegsoares1-2/+2
ok sthen@ henning@ dlg@ "looks right" deraadt@
2012-05-20remove .cvsignore from cvs source dir, ok deraadtsthen1-16/+0
building cvs fails after a forgotten 'make obj', but the problem is tough to spot because the files which cause a problem are hidden from 'cvs up' output (even with 'cvs up -I !') because they're listed in .cvsignore.
2012-05-20syncderaadt23-23/+0
2012-05-20do not need to pull in <time.h>deraadt1-2/+1
2012-05-20Make sure the generic bus_dmamem_alloc() routine restricts its allocation tomiod2-185/+11
the dma_constraint range. This allows the xbridge(4) bus_dma_tag_t to use the generic routines instead of rolling its own, now that the ATE code has been removed.
2012-05-19Split out the suspend/resume code into its own file to make it possible tokettenis5-1064/+1505
diff it against the Linux kernel sources. Fix a few bugs revealed by doing such a diff. Tested by myself and a few others on 915, 945, 965 and 6-series.
2012-05-19Document PermitOpen none. bz#2001, patch from Loganaden Velvindrondtucker1-2/+5
2012-05-19Reformat usage() to avoid the line wrap, and make it match the way itlteo1-4/+7
looks on the man page. ok haesbaert jmc henning
2012-05-18Port NetBSD's pci@gio driver for fast Ethernet expansion boards for themiod3-2/+512
IP22 family. This is just the bridge so far, as the underlying pci drivers will need some changes to work (dc(4) does not work correctly yet, and tl(4) needs to be bus_dma'ified).
2012-05-18Remove unused header.mpi1-173/+0
ok deraadt@
2012-05-18just warn if files from the *etc sets are missing. This will remindespie1-2/+12
people to run sysmerge, and is generally not a good hint things are out of synch. prompted by naddy@ and sthen@
2012-05-18rt6_flush should remove all routes configured via a specified gw,mikeb1-4/+7
not only CONNECTED ones. It should also be called when RA with a RouterLifetime set to 0 is sent to clear a redirect. While here make sure we use correct priorities when installing routes acquired via redirects. comments & ok bluhm
2012-05-18remove double word blunder;jmc1-3/+3
2012-05-18"int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattlijmc1-3/+3
ok tedu
2012-05-18Allow no-tab-mode to compile. From James Turner.lum3-6/+6
note: no-tab-mode needs more work done before removing the NOTABs.
2012-05-17Ignore line continuation when escaped as \\, from Simon Nicolussi.nicm2-5/+8
2012-05-17Yet another rework of the crucial gio_id() function responsible for correctlymiod2-65/+33
recognizing a GIO device or an id-less frame buffer in a GIO slot. Turns out that GIO32 devices (at least those with a 32-bit ID register, but likely all of them) do NOT like accesses to the minimal GIO register area NOT done on 32-bit boundaries. While frame buffers won't mind, especially if their slots are pipelined. This makes it a lot easier to tell them apart. While there, split gio_intr_establish() into gio_intr_map(), which will return a logical interrupt number out of a GIO slot number, and gio_intr_establish(), which will now expect a logical interrupt number, instead of a logical slot number. These two functions are still unused, but upcoming changes depend on this work. (Yes, I'm too lazy to make two commits for this tonite)
2012-05-17Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.miod1-11/+54
Previous change was a tad too optimistic. This repairs E++ and GIO SCSI board operation.
2012-05-17Correct virtual aliasing mask computation.miod1-2/+3
Note that this would only affect 4KB page size IP22 kernels, which is not the default IP22 configuration, and which noone not out of his or her mind would do. In other words: this is a correctness fix with no impact on Real Life (c)(R)TM
2012-05-17Quit if write(2) returns -1 when writing to the tty, which canmillert1-1/+6
happen if the tty is revoked. OK deraadt@
2012-05-17show the f_iflags; ok guentherderaadt2-3/+17
2012-05-17Also check permissions of .ssh/id_ecdsa.pascal1-2/+3
ok schwarze@
2012-05-17add I350jsg1-3/+7
2012-05-17Add support for i350 based devices, based in part on Intel codejsg3-16/+141
in FreeBSD. Workaround the apparently undocumented errata where the CRC is always stripped whether asked to or not, and take the FreeBSD workaround for a known errata when clearing the vlan filter. Thanks to Jens A. Griepentrog for donating a card. ok dlg@ mikeb@
2012-05-16Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask()millert1-2/+5
Addresses CVE 2012-2337
2012-05-16The PCIe link speed values are printed in GT/s not Gb/s.jsg1-2/+2
2012-05-16recognise 8.0 GT/s link speed for PCI Express 3.0jsg1-1/+4
2012-05-16rfc 4861 mandates that target link local address must be includedmikeb1-1/+7
with a neighbour advertisment sent to a multicast address; nits & ok bluhm
2012-05-16Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663.sthen13-0/+236
2012-05-15Allow for serial console on com@puc. Not perfect but should handle thekettenis1-1/+25
common cases. ok mikeb@
2012-05-15Fix confusing patch(1) output on failure when using -C. Frommillert1-8/+7
dragonflybsd via Loganaden Velvindron. OK mikeb@ and deraadt@
2012-05-15revert a chunk introduced in 1.7 which was not supposed to be there yetmiod1-2/+3
2012-05-15sync with lua.port.mkjasper1-1/+2
2012-05-15syncderaadt18-18/+18
2012-05-15.Xr mk.conf(5) from bsd.port.mk(5) as it has useful information aboutsthen1-2/+3
variables which affect port builds (DEBUG and so on). ok ajacoutot@ jasper@
2012-05-15Set the usb(4) unit number as bus number. This fixes a possiblempi1-2/+2
conflict where machines with two controllers with the same unit number (i.e. ehci0 and uhci0) would have reported to buses 0. ok miod@
2012-05-15Don't use a pointer to an opaque softc, we'll need to access its unitmpi2-13/+10
number. No functional change. ok miod@
2012-05-15sync lua.port.mk and sort a few variables.jasper1-4/+5
2012-05-15supplementary magic code, not active yetespie1-2/+45
2012-05-15less hackish test for LIB*VERSION: after building the element,espie1-5/+19
redo a check based on the non-subst version, so we can: - actually parse the library name - check we depend upon the right variable
2012-05-15allow elements to remove themselves from PackingList, adjust visitespie2-5/+21
accordingly. Make sure obsolete stuff ->add returns undef, unconfuses PkgCreate.
2012-05-15move the chroot path stripping into a different function to make surerobert1-4/+4
that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew5-89/+426
ok guenther, millert (and me); bulk build test by naddy
2012-05-14remove korea and china examples, as these files don't mirror reliablybeck1-18/+2
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@
2012-05-14fixup "couldn't establish interrupt" error printf; from brad, ok phesslermikeb1-5/+7
2012-05-14Don't display a nonsense uptime for an inactive interface. ldpd fix fromsthen2-4/+6
Rafael Zalamena on tech@, I also applied it to ospfd. ok phessler@
2012-05-14trigger tx start routine when link goes up to prevent a lockupmikeb1-4/+4
situation when send queue is full and no rx interrupt happen. initial diff and tests by erik lax, <erik at halon.se>, ok jsg
2012-05-14ansi. no binary changejsg1-5/+3
2012-05-14Remove the "vn_open() returning ENXIO means dup+close" hook thatguenther3-54/+19
was used by the now defunct portalfs. Zero out fd_ofileflags[fd] when allocating an fd instead of when releasing it. ok krw@ matthew@