Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-12 | add some missing section descriptions to make this page a little | Jason McIntyre | |
easier to read; ok hshoexer@ | |||
2005-05-12 | credit .Bx 3 in HISTORY too; | Jason McIntyre | |
agreed w/ otto@ | |||
2005-05-12 | remove unsupported LIBRARY section; | Jason McIntyre | |
2005-05-12 | Minimal terminal line discipline support to stop the boot timeout | Uwe Stuehler | |
after the first keystroke, as on other platforms. | |||
2005-05-12 | borrow some from hppa | Michael Shalayeff | |
2005-05-12 | sync | Theo de Raadt | |
2005-05-11 | sync | Theo de Raadt | |
2005-05-11 | missing CF_IGNORE flag | Joris Vink | |
2005-05-11 | some punctuation/whitespace cleanup from stuart henderson (pr #4183); | Jason McIntyre | |
2005-05-11 | tx -> epic; | Jason McIntyre | |
2005-05-11 | document conf file reload w/ SIGHUP; | Jason McIntyre | |
from michael knudsen; ok henning@ | |||
2005-05-11 | Update HISTORY fixing some facts, while it is not clear if the | Otto Moerbeek | |
environment stuff originates from AT&T or BSD. ok ok deraadt@ millert@ ian@ | |||
2005-05-11 | Add some newlines to make the code easier to follow. No functional change. | Claudio Jeker | |
2005-05-11 | allocation failure checks; ok otto, moritz | Jared Yanovich | |
2005-05-11 | Reset IO completion values to 0 to disable completion holdof. This improves | Marco Peereboom | |
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@ | |||
2005-05-11 | major abi changes: | Marc Espie | |
* introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump | |||
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie | |
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well... | |||
2005-05-11 | use the ctype stuff in libc instead of re-rolling our own. | Marc Espie | |
okay and comments from otto@ (static cast) and kettenis@. Major bump. | |||
2005-05-11 | no need to include '\n' on a panic(), fix two typos, | Pedro Martelletto | |
from Leonardo C. Filho <leonardo@fesppr.br>, thanks! | |||
2005-05-11 | prettier; ok uwe | Theo de Raadt | |
2005-05-11 | Add get and set completions opcodes. | Marco Peereboom | |
2005-05-11 | start for the `release' command, need more work; joris ok | Xavier Santolaria | |
2005-05-11 | don't touch *hn in failure case. no real change due to the way we use it | Henning Brauer | |
but more correct. from Michael Knudsen <e@molioner.dk> | |||
2005-05-11 | extra checks for monitor mode | Reyk Floeter | |
2005-05-11 | Do not call mii_pollstat() immediately after mii_tick(). | Brad Smith | |
From FreeBSD | |||
2005-05-11 | Do not call mii_pollstat() from within device tick routines; the status | Brad Smith | |
information is updated by mii_tick(). From FreeBSD | |||
2005-05-11 | remove comment which is not valid anymore | Brad Smith | |
2005-05-11 | - Also match on Yukon LP's for the Lite rev A0 test. | Brad Smith | |
- Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). - Take PHY out of reset for Yukon Lite rev A3. This resolves the intermittent "no PHY found!" issue. From FreeBSD - Recognize some newer Yukon chipsets ok krw@, tested by krw@ and a few others, mostly with LOM Lite A3's but also with some other ASIC revs too. | |||
2005-05-11 | in cvs_resp_removed(), don't abort the operation if we are trying | Joris Vink | |
to unlink(2) a file that has already been removed. ok xsa@ | |||
2005-05-10 | enable arm optimized in4_cksum | Brad Smith | |
ok drahn@ | |||
2005-05-10 | Do no longer force the default router priority to 0. | Claudio Jeker | |
Ospfd can be used as DR or BDR since quite some time so there is no need to make ospfd ineligible as DR or BDR. | |||
2005-05-10 | sync | Theo de Raadt | |
2005-05-10 | correct v6 handling; yanovich@psc.edu | Theo de Raadt | |
2005-05-10 | sync | Theo de Raadt | |
2005-05-10 | sync | Theo de Raadt | |
2005-05-10 | import i386 AES asm code from openssl.org; ok and help with testing djm@ | Markus Friedl | |
2005-05-10 | import of OpenSSL 0.9.8h | Markus Friedl | |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl | |
2005-05-10 | In DIOCKILLSTATES: take into account the direction of the state when | Joel Knight | |
matching source and destination addresses/ports. ok henning@ dhartmei@ mpf@ | |||
2005-05-10 | add epic commented out | Michael Shalayeff | |
2005-05-10 | after copyin/out fpu regs flush and purge as they gonna be accessed from ↵ | Michael Shalayeff | |
phys later; from chs | |||
2005-05-10 | explicitly align unwind data to 8 bytes; from chs | Michael Shalayeff | |
2005-05-10 | no reason to use long as we are most definately all 32bit | Michael Shalayeff | |
2005-05-10 | set pcsq in case we get signal delivery once interrupted from the gateway ↵ | Michael Shalayeff | |
page; from chs | |||
2005-05-10 | no need to use select() | Hans-Joerg Hoexer | |
ok moritz cloder | |||
2005-05-10 | db_printf(s) -> db_printf("%s", s) from NetBSD | Uwe Stuehler | |
2005-05-10 | report real errors on fallback from ControlMaster=no to normal connect | Damien Miller | |
2005-05-10 | print nice error message for EADDRINUSE as well | Damien Miller | |
2005-05-10 | kill strcpy; ok hshoexer@, prodded by david@ | Damien Miller | |
2005-05-10 | enter ddb thru alt-escape. | Marc Espie | |
okay miod@, uwe@ |