Age | Commit message (Expand) | Author |
2015-11-17 | don't call AUDIO_SETFD ioctl as it's a no-op | Alexandre Ratchov |
2015-11-16 | minor tweaks; | Jason McIntyre |
2015-11-16 | Permit revoke(2) for a pledge "rpath tty" | Theo de Raadt |
2015-11-16 | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. | Theo de Raadt |
2015-11-16 | add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc | Stuart Henderson |
2015-11-15 | update NAME; ok schwarze | Jason McIntyre |
2015-11-15 | Tweak previous: rename it to fpround() to match FreeBSD | Philip Guenther |
2015-11-15 | update NAME; ok nicm schwarze | Jason McIntyre |
2015-11-15 | _towctrans_ext and _wctrans_init are now hidden; so drop them from the list | Philip Guenther |
2015-11-15 | ui_new -> UI_new; | Jason McIntyre |
2015-11-15 | fix references to lhash(3); | Jason McIntyre |
2015-11-15 | I got a round tuit to rename round() to roundit() to avoid gcc warning. | Philip Guenther |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt |
2015-11-14 | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the | Philip Guenther |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2015-11-14 | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | Philip Guenther |
2015-11-14 | update the NAME section; ok nicm schwarze | Jason McIntyre |
2015-11-12 | update NAME; ok schwarze nicm | Jason McIntyre |
2015-11-12 | fix a typo in NAME and add two missing entries; | Jason McIntyre |
2015-11-12 | the tparam mlink is probably a typo (and duplicate) for tparm, so kill it; | Jason McIntyre |
2015-11-12 | add mul and mul_add to NAME; | Jason McIntyre |
2015-11-12 | update cross references after deleting the imaginary MLINKS | Ingo Schwarze |
2015-11-12 | Convert the handful of manuals that had imaginary names, | Ingo Schwarze |
2015-11-11 | add missing functions to NAME, or otherwise correct the mlink | Jason McIntyre |
2015-11-11 | Convert five more manuals from POD to mdoc. | Ingo Schwarze |
2015-11-11 | Convert and enable CMS manuals. | Ingo Schwarze |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-10 | Document tzsetwall(). OK schwarze@ jmc@ | Todd C. Miller |
2015-11-10 | SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb; | Jason McIntyre |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-10 | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() | Philip Guenther |
2015-11-09 | update some client/server info; from jan klemkow | Jason McIntyre |
2015-11-08 | inet(4), not inet(3); | Jason McIntyre |
2015-11-07 | add missing NAME entries; | Jason McIntyre |
2015-11-06 | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | Miod Vallat |
2015-11-06 | From FreeBSD 23397: | Alexandr Shadchin |
2015-11-06 | Remove needless comma. | mmcc |
2015-11-05 | Set the name server counter in __res_state correctly if a nameserver | Alexander Bluhm |
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm |
2015-11-05 | When filling the __res_state compatibiliy struct, a long list of | Alexander Bluhm |
2015-11-05 | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | Miod Vallat |
2015-11-05 | Mention ROTL() is always invoked with a proper shift value, due to the way the | Miod Vallat |
2015-11-05 | document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring back | Stuart Henderson |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | clean up HISTORY; | Jason McIntyre |
2015-11-03 | Improve explanations throughout | Theo de Raadt |
2015-11-03 | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | Brent Cook |