Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-09 | sort; | Jason McIntyre | |
2013-06-09 | And remove files removed in upstream tarball. Duh. | Landry Breuil | |
2013-06-09 | Bump major to 23. last dead kitten for today. | Landry Breuil | |
2013-06-09 | Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct | Landry Breuil | |
version info. | |||
2013-06-09 | merge conflicts | Landry Breuil | |
2013-06-09 | Update 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-09 | Constify the mib argument of sysctl(). | Miod Vallat | |
ok matthew@ millert@ | |||
2013-06-09 | add some basic descriptions for the fuse sysctls | Ted Unangst | |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie | |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |
2013-06-08 | Fix parsing of ambiguous options, the whole loop must be processed. | Todd C. Miller | |
From FreeBSD. OK miod@ | |||
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko | |
counters. ok guenther, feedback jmc | |||
2013-06-05 | On 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 the | Jason McIntyre | |
character following it; From: Peter Fraser | |||
2013-06-05 | Add __divsi3 and __udivsi3 gcc-compatible routines. Not used by anything yet | Miod Vallat | |
(as gcc does not emit code calling them), but will be shortly; belatedly riding the libc minor bump. | |||
2013-06-05 | rename should be working now, from Sylvestre Gallon | Ted Unangst | |
2013-06-05 | Move _Exit() from the exit() manpage to the _exit() manpage, as it's | Philip Guenther | |
just an alias of the latter. ok matthew@ tedu@ | |||
2013-06-05 | i copied .Fd just like everybody else. use .In | Ted Unangst | |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-06-04 | fix readdir, from sylvestre | Ted Unangst | |
2013-06-04 | fix typo in comment | Miod Vallat | |
2013-06-04 | revert. check is < 1, not < 0. | Ted Unangst | |
2013-06-04 | oops, rounds is unsigned now | Ted Unangst | |
2013-06-04 | \-1; | Jason McIntyre | |
2013-06-04 | remove some incredible lies about overlapping buffers | Theo de Raadt | |
ok guenther | |||
2013-06-03 | not much use for sha1 .Xr | Ted Unangst | |
2013-06-03 | Add 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-03 | first stab at rewording | Ted Unangst | |
2013-06-03 | 5.4 | Ted Unangst | |
2013-06-03 | rcsids | Ted Unangst | |
2013-06-03 | unbreak | Miod Vallat | |
2013-06-03 | add userland fuse library. ok beck deraadt | Ted Unangst | |
from Sylvestre Gallon ccna.syl gmail.com | |||
2013-06-03 | Despite tedu's efforts, fix ERRNOPTR_OFFSET which has changed due to recent | Miod Vallat | |
struct pthread layout change. | |||
2013-06-03 | THE MACHINE DEPENDENT CERROR CODE HAS HARD CODED OFFSETS INTO PTHREAD_T! | Ted Unangst | |
found the hard way by miod. resize and realign all the locks and semaphores back to the way they were. sometimes i just can't win. | |||
2013-06-02 | somehow missed spinlock.h here. broke bmercer's build. | Ted Unangst | |
2013-06-02 | Add mentions about net.mpls and net.inet.ip.ifq. | YASUOKA Masahiko | |
input from jmc claudio | |||
2013-06-02 | Two small cleanups to atexit: remove unneeded __atexit_invalid, and | Matthew Dempsky | |
move the call_depth decrement so it happens unconditionally and can still return to 0 when called with dso!=NULL. ok millert | |||
2013-06-02 | fix id, from brad | Ted Unangst | |
2013-06-02 | Make arm compile again. -moj | Mats O Jansson | |
2013-06-02 | Fix wcsto{f,d,ld}() C99 compliance to now correctly | Matthew Dempsky | |
1. handle "inf", "infinity", "nan", and "nan(whatever)", 2. reject bare minus and plus signs, 3. handle multi-byte characters, and 4. set *endptr = nptr for all failure cases. Fixes libc++'s test cases for std::sto{f,d,ld}(). ok stsp | |||
2013-06-02 | improve the divert-* description a bit more | Sebastian Benoit | |
ok lteo & jmc | |||
2013-06-01 | something's not quite right yet. ticket locks result in more CPU usage | Ted Unangst | |
and spinning in kernel. partially back out, but in a way that makes going forward again easy. seen by ajacoutot | |||
2013-06-01 | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | Stefan Sperling | |
Catalogs had an arbitrary character set which was used regardless of locale. Add UTF-8-encoded catalogs for libc error messages, and rename existing ones to indicate their character sets. catopen(3) now chooses a catalog which matches the locale's encoding, if available. help & ok matthew, man page bits ok jmc, input from naddy and bluhm | |||
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst | |
it's now atomic_lock to better reflect its usage, and librthread now features a new spinlock that's really a ticket lock. thrlseep can handle both types of lock via a flag in the clock arg. (temp back compat hack) remove some old stuff that's accumulated along the way and no longer used. some feedback from dlg, who is concerned with all things ticket lock. (you need to boot a new kernel before installing librthread) | |||
2013-06-01 | Change the naming scheme used for directories in /usr/share/locale to | Stefan Sperling | |
eliminate redundant copies of LC_CTYPE files. Instead of names using "language_territory.codeset" permutations, use just the codeset component to name directories storing LC_CTYPE files. Suggested by bluhm@ while discussing the idea of using symlinks in /usr/share/locale like FreeBSD does. Future locale features which store language and/or territory specific data can name directories after language or territory names. | |||
2013-06-01 | fix wrong fn name in debug | Ted Unangst | |
2013-06-01 | tweak previous; | Jason McIntyre | |