Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-12 | fix segfault in cvs_resp_error() | Joris Vink | |
2005-05-12 | ANSIfy, some KNF and zap a little bit of whitespace. | Niall O'Higgins | |
No binary changes. ok mickey@ | |||
2005-05-12 | sync | Theo de Raadt | |
2005-05-12 | airprime and sealevel | Theo de Raadt | |
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Populate \t better in the output, for human readability; no change in the | Miod Vallat | |
map themselves. | |||
2005-05-12 | Add a bzero() after malloc() when allocating component info in ccdinit(). | Niall O'Higgins | |
This fixes a panic in ccd(4) mirroring where the second component could be wrongly treated as failed, which leads to uvm_fault in write operation. ok mickey@ | |||
2005-05-12 | make functions static; joris ok | Xavier Santolaria | |
2005-05-12 | Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly | Claudio Jeker | |
because of a stupid typo that I fixed in rev. 1.6 but forgot to fix the bug I introduced before because of that typo. Also reset the DR/BDR fields of iface->self when going to round two. Without the reset it is e.g. not possible to drop from DR to BDR. Issue found and patch tested by Stephen Marley OK norby@ | |||
2005-05-12 | Document pt.apple layout. | Miod Vallat | |
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Define a specific map for the Apple portuguese USB keyboards. | Miod Vallat | |
Based on input from Manuel Pata and Rodolfo Gouveia on tech@. | |||
2005-05-12 | Define a keyboard layout variant for Apple international USB keyboards, which | Miod Vallat | |
sometimes sligthly differ from the canonical layout. | |||
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2005-05-12 | add script(7): interpreter script execution; | Jason McIntyre | |
from netbsd; some tidy up from jaredy@, otto@, and myself; | |||
2005-05-12 | If activly connected to more than one area set B flag in the self-originated | Claudio Jeker | |
router LSA. To do that correctly we need to track the number of active neighbors for each area. If the routers ABR status changes all router LSA need to be updated via orig_rtr_lsa_all(). OK norby@ | |||
2005-05-12 | Xr securelevel 7 | Jason McIntyre | |
from tamas tevesz; | |||
2005-05-12 | change pfctl reference to pf, since programs like authpf also attempt to | Jason McIntyre | |
alter rulesets, not just pfctl interface; from tamas tevesz; | |||
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 | |