Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-12 | mii_softc's view of the current mii state need to use the proper types | Miod Vallat | |
(ifmedia64). | |||
2015-09-12 | Avoid out of boundary access on invalid or short packet reads. | Tobias Stoeckmann | |
ok florian@ | |||
2015-09-12 | vhif_nvrs in carp_if is used to count the number of entries in | David Gwynne | |
vhif_ifs so you can tell when that list is empty. you can use TAILQ_EMPTY to see if a list is empty though, so kill the count and use EMPTY instead. ok mpi@ | |||
2015-09-12 | Use rtref(9) in rtable_match() before returning a route entry. | Martin Pieuchot | |
ok bluhm@, claudio@ | |||
2015-09-12 | Add a few -fno-builtin-foo to silence the build. | Miod Vallat | |
2015-09-12 | Remove workaround for old SIMICS toolchain. | Miod Vallat | |
2015-09-12 | Remove horribly old and outdated `documentation' for the assembly code. | Miod Vallat | |
2015-09-12 | Rework fb_setsize() logic to get rid of gotos. | Miod Vallat | |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat | |
2015-09-12 | use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsing | Theo de Raadt | |
2015-09-12 | When panicing, show the non-idle, on-proc threads before showing the stack | Philip Guenther | |
trace ok deraadt@ miod@ beck@ | |||
2015-09-12 | sync | Theo de Raadt | |
2015-09-12 | fix previous; | Jason McIntyre | |
2015-09-12 | sync | Theo de Raadt | |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther | |
when all cores are in C3, so treat the latency+power values from ACPI as advisory and stop skipping states based on them. ok mlarkin@ kettenis@ | |||
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. | |||
2015-09-12 | Add support for the 88E1512/88E1514 phys using the 1512 init sequence | Jonathan Gray | |
from the Intel code in FreeBSD. Tested by Paul Levlin on a machine with I354. | |||
2015-09-12 | Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. Changes | James Turner | |
available here: http://sqlite.org/changes.html Tested in bulk by aja@. ok landry@ "Please crank sqlite when you get this mail." deraadt@ | |||
2015-09-11 | add missing functions to NAME; | Jason McIntyre | |
---------------------------------------------------------------------- | |||
2015-04-19 | Update sqlite3 to 3.8.9. Changes available here: | James Turner | |
http://sqlite.org/releaselog/3_8_9.html Tested in bulk and ok landry@ | |||
2015-04-04 | Update sqlite3 to 3.8.8.3. Changes available here: | James Turner | |
http://sqlite.org/releaselog/3_8_8_3.html Tested in bulk and ok landry@ | |||
2014-09-29 | Update sqlite3 to 3.8.6. A list of changes are available here: | James Turner | |
http://sqlite.org/releaselog/3_8_6.html. Tested in a bulk and ok landry@ | |||
2014-03-24 | Update sqlite to 3.8.4. A list of changes are available here: | James Turner | |
http://sqlite.org/changes.html. Tested in a bulk and ok landry@ | |||
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) | |||
2012-11-29 | minor update to 3.7.14.1 | Marc Espie | |
2012-06-22 | import 3.7.13 | Marc Espie | |
okay jasper@ | |||
2012-06-04 | minor update to 3.7.12.1 | Marc Espie | |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther | |
ok millert@ kettenis@ and something like an ok mlarkin@ | |||
2015-09-11 | Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis | |
pv lists with a mutex. This should make pmap_enter(9), pmap_remove(9) and pmap_page_protect(9) safe to use without holding the kernel lock. ok visa@, mpi@, deraadt@ | |||
2015-09-11 | Adapt test to 50MB CAfile limit. | Alexander Bluhm | |
2015-09-11 | Bad whatever, that if_put() should not be there. Found the hard way by deraadt@ | Claudio Jeker | |
OK mpi@ | |||
2015-09-11 | Instead of printing errno strings here and there, add a logerrorx() | Alexander Bluhm | |
to syslogd that does not do that. Use it for anything that does not look like a system call or library call around it. Also add logerrorctx() that prints the TLS error instead. Reduce the maximum CAfile limit to 50MB, requested by Bob. OK beck@ | |||
2015-09-11 | Now that the port tree is clean, RTF_XRESOLVE disapear. | Martin Pieuchot | |
ok sthen@, claudio@ | |||
2015-09-11 | consistency: .Ic -> .Cm; and drop redundant .Bk | Ingo Schwarze | |
2015-09-11 | spaces found during a read | Theo de Raadt | |
2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze | |
2015-09-11 | Add TLS suppport to nc. Provides a useful little test and script tool. | Bob Beck | |
ok jsing@ bluhm@ | |||
2015-09-11 | unifdef -DOPENSSL_NO_RC5 | Joel Sing | |
2015-09-11 | back out refcnt for dv_ref, there's too many hand crafted devices all | David Gwynne | |
over the tree. much encouragement from l2k15 | |||
2015-09-11 | rd pretends to be a device allocated by subr_autoconf. it needs to | David Gwynne | |
refcnt_init like a real device too. found by deraadt@ | |||
2015-09-11 | kill strcpy dead | Bob Beck | |
ok deraadt@ | |||
2015-09-11 | unbreak build on UP kernels. | David Gwynne | |
found by deraadt@ | |||
2015-09-11 | No longer document RTF_XRESOLVE but keep the define around until | Martin Pieuchot | |
ports are clean. | |||
2015-09-11 | if_put after if_get for in6_src and ip6_output which got a lot easier after | Claudio Jeker | |
all the cleanup by mpi@ since we no longer overwrite ifps, etc. OK dlg@ | |||
2015-09-11 | RTF_XRESOLVE is gone. | Martin Pieuchot | |
2015-09-11 | if_put after if_get for nd6_nbr. OK dlg@ | Claudio Jeker | |
2015-09-11 | Remove XRESOLVE support. | Martin Pieuchot | |
dlg@ is sad because we won't be able to implement arpd(8) the way people intended it in the 80s. | |||
2015-09-11 | Remove RTF_XRESOLVE support. | Martin Pieuchot | |
2015-09-11 | The -D option requires an argument, and the argument must follow | Ingo Schwarze | |
without intervening whitespace. Documentation bug found because the SYNOPSIS markup was technically incomplete. |