summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/mutex_unix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-20Do not delay video(4) attachment if the device does not need to loadmpi1-2/+5
2015-12-20Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.mpi1-3/+3
2015-12-20improve CTASSERT man pagesf2-4/+6
2015-12-20Clean up a condition. No functional change. ok tb@mmcc1-4/+2
2015-12-19No need for an extra log.hreyk2-40/+23
2015-12-19Remove NULL-check before free().mmcc1-3/+2
2015-12-19Remove NULL-checks before free().mmcc1-5/+3
2015-12-19Remove NULL-check before free().mmcc1-2/+1
2015-12-19Replace 'arc4random() % x' by 'arc4random_uniform(x)'.tb1-2/+2
2015-12-19Remove NULL-check before free().mmcc1-3/+2
2015-12-19Remove NULL-check before free().mmcc1-3/+2
2015-12-19Add pledge(2). It is not currently possible to pledge -u and -Utb1-1/+22
2015-12-19move to 5.9-betaderaadt1-2/+2
2015-12-19make things fit, by skipping pcn* for now -- randomly firing a driver.deraadt1-2/+2
2015-12-19syncderaadt36-970/+970
2015-12-19move to 5.9-betaderaadt4-16/+16
2015-12-19gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withtim1-6/+8
2015-12-19Style cleanup and removal of needless casts. ok tb@mmcc1-41/+31
2015-12-19Remove NULL-checks before free(). ok tb@mmcc9-52/+30
2015-12-19Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.reyk6-87/+103
2015-12-19Remove code that has been unused ever since we removed the agp ioctl interface.kettenis3-655/+21
2015-12-19Move agp_generic_enable() prototype to agpvar.h to unbreak the build onkettenis2-3/+3
2015-12-19Don't exit if a route can't be added. Just log particulars andkrw1-4/+18
2015-12-19After starting, unconditionally wait up to $daemon_timeout seconds to check thatajacoutot1-7/+2
2015-12-19Move log_sockaddr() to from log.c to util.c as it is a local additionreyk4-18/+20
2015-12-19Child will not return a config parsing error to the parent so rc.d will lie andajacoutot5-6/+28
2015-12-19Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.mpi1-3/+20
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).mpi1-3/+3
2015-12-19Do not match Uninorth bridges until we have a working KMS with AGPmpi1-1/+3
2015-12-19Make carp_output() mpsafe.mpi1-5/+12
2015-12-19Tidy up _rc_wait().ajacoutot1-11/+8
2015-12-19UTF-8 support:schwarze2-9/+38
2015-12-19Tweak pexp.ajacoutot1-2/+2
2015-12-19Add xs_setprop to set device propertiesmikeb2-2/+32
2015-12-19Fixup a few bugs in xen_intr_{establish,disestablish}mikeb1-10/+6
2015-12-19Make input off flag (selectp -d) apply to synchronize-panes too.nicm1-2/+4
2015-12-19Delete superfluous "continue;" just before end of loop.krw1-2/+1
2015-12-19More style improvement and removal of NULL/allocation casts.mmcc2-47/+26
2015-12-19Delete superfluous "close(s);return" just before "close(s);<functionkrw1-3/+1
2015-12-18Remove code for unimplemented ElGamel support that's been disabled formmcc1-20/+1
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexkettenis1-73/+52
2015-12-18Fix SO_REUSE* flags effects when binding multicast addresses. Novgross2-4/+4
2015-12-18Check ioctl() result with == -1, not < 0. Break long line.krw1-3/+4
2015-12-18Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.stsp1-1/+6
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexkettenis2-7/+6
2015-12-18KNF: add a missing space after an 'if'.tb1-2/+2
2015-12-18A few more NULL casts and style tweaks. No functional change.mmcc1-20/+16
2015-12-18Cleanup and modernization. No functional change. Discussed with halex@.mmcc1-51/+34
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc2-11/+2
2015-12-18Add library-based __sync functions for mips64.visa2-1/+321