summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-12add some missing section descriptions to make this page a littleJason McIntyre
easier to read; ok hshoexer@
2005-05-12credit .Bx 3 in HISTORY too;Jason McIntyre
agreed w/ otto@
2005-05-12remove unsupported LIBRARY section;Jason McIntyre
2005-05-12Minimal terminal line discipline support to stop the boot timeoutUwe Stuehler
after the first keystroke, as on other platforms.
2005-05-12borrow some from hppaMichael Shalayeff
2005-05-12syncTheo de Raadt
2005-05-11syncTheo de Raadt
2005-05-11missing CF_IGNORE flagJoris Vink
2005-05-11some punctuation/whitespace cleanup from stuart henderson (pr #4183);Jason McIntyre
2005-05-11tx -> epic;Jason McIntyre
2005-05-11document conf file reload w/ SIGHUP;Jason McIntyre
from michael knudsen; ok henning@
2005-05-11Update HISTORY fixing some facts, while it is not clear if theOtto Moerbeek
environment stuff originates from AT&T or BSD. ok ok deraadt@ millert@ ian@
2005-05-11Add some newlines to make the code easier to follow. No functional change.Claudio Jeker
2005-05-11allocation failure checks; ok otto, moritzJared Yanovich
2005-05-11Reset IO completion values to 0 to disable completion holdof. This improvesMarco Peereboom
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@
2005-05-11major 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-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well...
2005-05-11use 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-11no need to include '\n' on a panic(), fix two typos,Pedro Martelletto
from Leonardo C. Filho <leonardo@fesppr.br>, thanks!
2005-05-11prettier; ok uweTheo de Raadt
2005-05-11Add get and set completions opcodes.Marco Peereboom
2005-05-11start for the `release' command, need more work; joris okXavier Santolaria
2005-05-11don't touch *hn in failure case. no real change due to the way we use itHenning Brauer
but more correct. from Michael Knudsen <e@molioner.dk>
2005-05-11extra checks for monitor modeReyk Floeter
2005-05-11Do not call mii_pollstat() immediately after mii_tick().Brad Smith
From FreeBSD
2005-05-11Do not call mii_pollstat() from within device tick routines; the statusBrad Smith
information is updated by mii_tick(). From FreeBSD
2005-05-11remove comment which is not valid anymoreBrad 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-11in cvs_resp_removed(), don't abort the operation if we are tryingJoris Vink
to unlink(2) a file that has already been removed. ok xsa@
2005-05-10enable arm optimized in4_cksumBrad Smith
ok drahn@
2005-05-10Do 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-10syncTheo de Raadt
2005-05-10correct v6 handling; yanovich@psc.eduTheo de Raadt
2005-05-10syncTheo de Raadt
2005-05-10syncTheo de Raadt
2005-05-10import i386 AES asm code from openssl.org; ok and help with testing djm@Markus Friedl
2005-05-10import of OpenSSL 0.9.8hMarkus Friedl
2005-05-10support NULL encryption for ESP; ok hshoexer, hoMarkus Friedl
2005-05-10In DIOCKILLSTATES: take into account the direction of the state whenJoel Knight
matching source and destination addresses/ports. ok henning@ dhartmei@ mpf@
2005-05-10add epic commented outMichael Shalayeff
2005-05-10after copyin/out fpu regs flush and purge as they gonna be accessed from ↵Michael Shalayeff
phys later; from chs
2005-05-10explicitly align unwind data to 8 bytes; from chsMichael Shalayeff
2005-05-10no reason to use long as we are most definately all 32bitMichael Shalayeff
2005-05-10set pcsq in case we get signal delivery once interrupted from the gateway ↵Michael Shalayeff
page; from chs
2005-05-10no need to use select()Hans-Joerg Hoexer
ok moritz cloder
2005-05-10db_printf(s) -> db_printf("%s", s) from NetBSDUwe Stuehler
2005-05-10report real errors on fallback from ControlMaster=no to normal connectDamien Miller
2005-05-10print nice error message for EADDRINUSE as wellDamien Miller
2005-05-10kill strcpy; ok hshoexer@, prodded by david@Damien Miller
2005-05-10enter ddb thru alt-escape.Marc Espie
okay miod@, uwe@