summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
header (pointed out by matthew@). Let only pflogd and tcpdump include pcap-int.h directly since they need it for privilege separation. "looks good" sthen feedback/ok deraadt matthew millert
2013-06-17these libraries are either obsolete or got moved to kerberosV/libRobert Nagy
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@
2013-06-15s/zlib/fuse/ in comment.Jasper Lievisse Adriaanse
2013-06-14style change.syl
2013-06-14hard code default values in the struct stat returned by getattr.syl
Some poor fuse client does not set all the struct stat fields... OK pirofti@ and beck@
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
OK pirofti@ and beck@ "assuming I am getting to setting the initial pid/gid/uid values correctly soon".
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl
Ok beck@ and pirofti@.
2013-06-12style for loopsTed Unangst
2013-06-12correct realloc usageTed Unangst
2013-06-12styleTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
proceed through to crash and show the bug. ok miod
2013-06-11spacingTheo de Raadt
2013-06-09sort;Jason McIntyre
2013-06-09And remove files removed in upstream tarball. Duh.Landry Breuil
2013-06-09Bump major to 23. last dead kitten for today.Landry Breuil
2013-06-09Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctLandry Breuil
version info.
2013-06-09merge conflictsLandry Breuil
2013-06-09Update to sqlite 3.7.17.Landry Breuil
See for changes: http://www.sqlite.org/releaselog/3_7_16.html http://www.sqlite.org/releaselog/3_7_16_1.html http://www.sqlite.org/releaselog/3_7_16_2.html http://www.sqlite.org/releaselog/3_7_17.html tested by sebastia@ on vax & sparc, by myself on hppa/amd64/sparc64/sgi/i386/macppc. looks ok to espie@ (a lot of kittens died during the preparation of this cvs import)
2013-06-09Constify the mib argument of sysctl().Miod Vallat
ok matthew@ millert@
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-06-08Fix parsing of ambiguous options, the whole loop must be processed.Todd C. Miller
From FreeBSD. OK miod@
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
counters. ok guenther, feedback jmc
2013-06-05On second thought, do not use a tcnd instruction to test for divide-by-zero,Miod Vallat
as it forces a pipeline synchronization; replace it with a bcnd + unconditional trap, to only synchronize when the trap is needed.
2013-06-05...also add __modsi3 and __umodsi3, and make these symbols weak by default.Miod Vallat
2013-06-05[[:>:]] anchors the character preceding it to end of word, not theJason McIntyre
character following it; From: Peter Fraser
2013-06-05Add __divsi3 and __udivsi3 gcc-compatible routines. Not used by anything yetMiod Vallat
(as gcc does not emit code calling them), but will be shortly; belatedly riding the libc minor bump.
2013-06-05rename should be working now, from Sylvestre GallonTed Unangst
2013-06-05Move _Exit() from the exit() manpage to the _exit() manpage, as it'sPhilip Guenther
just an alias of the latter. ok matthew@ tedu@
2013-06-05i copied .Fd just like everybody else. use .InTed Unangst
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-04fix readdir, from sylvestreTed Unangst
2013-06-04fix typo in commentMiod Vallat
2013-06-04revert. check is < 1, not < 0.Ted Unangst
2013-06-04oops, rounds is unsigned nowTed Unangst
2013-06-04\-1;Jason McIntyre
2013-06-04remove some incredible lies about overlapping buffersTheo de Raadt
ok guenther
2013-06-03not much use for sha1 .XrTed Unangst
2013-06-03Add bcrypt_pbkdf, a password based key derivation function using bcrypt.Ted Unangst
Technically, it's a slight variant of bcrypt better suited for use as a pluggable hash with PKCS #5 PBKDF2. ok djm (also tweak pkcs5_pbkdf2() prototype to have consistent types.)
2013-06-03first stab at rewordingTed Unangst
2013-06-035.4Ted Unangst
2013-06-03rcsidsTed Unangst
2013-06-03unbreakMiod Vallat
2013-06-03add userland fuse library. ok beck deraadtTed Unangst
from Sylvestre Gallon ccna.syl gmail.com