Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai | |
``that makes sense'' xsa@ | |||
2006-03-24 | Make sure `path' variable is always NUL-terminated. | Ray Lai | |
Totally different diff (but functionally equivalent) by Loic Tortay and okayed by tedu@. ``Looks sane to me'' moritz@ | |||
2006-03-24 | KNF, no binary change. | Ray Lai | |
From Han Boetes. | |||
2006-03-24 | Fix RCS_KWEXP_INVAL() macro. | Ray Lai | |
Pointed out by Theo. Okay xsa@. | |||
2006-03-24 | - Set the PCI latency timer for bus master devices. | Brad Smith | |
- Turn on parity checking for the PCI bus. From NetBSD Tested on U5/U10/U30/Netra X1/T1 105/Leopard-V | |||
2006-03-24 | typo; ray@humanrights.gov.au | Theo de Raadt | |
2006-03-23 | use strdup() instead; adobriyan@gmail | Theo de Raadt | |
2006-03-23 | Previous state machine for caps lock would prove ineffective if caps lock | Miod Vallat | |
was remapped to a dead key (such as control). Fortunately (?), accounting power key transitions can help reconstructing the exact caps lock key behaviour - this state machine is still flawed, and one can make it go wrong by hitting one of the caps lock and power keys while the other is held, but for now we'll assume people who do this are smart enough to be able to put the state machine in the correct state back, while mere mortals will never do such things anyway. Spotted by Matthias Kilian, ok itojun@ | |||
2006-03-23 | Document nexthop qualify via (bgp|default). | Claudio Jeker | |
OK henning, additional input jmc@ | |||
2006-03-23 | Simplify the -s documentation and add /var/run/bgpd.sock to the FILES list. | Claudio Jeker | |
help from jmc@ | |||
2006-03-23 | - Remove variable names from function prototypes. | Brad Smith | |
- Use ether_input_mbuf() and bpf_mtap(). From NetBSD ok martin@ | |||
2006-03-23 | List interfaces they way we list neighbors etc. | Esben Norby | |
This makes it much easier to grep in the output. The original format of "show interface" can be seen with "show interface detail". help and ok claudio@ | |||
2006-03-23 | kill evil \r; from cedric | Michael Shalayeff | |
2006-03-23 | Print the lladdr on carp interfaces. | Ryan Thomas McBride | |
ok henning@ | |||
2006-03-23 | Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned. | Ryan Thomas McBride | |
ok henning@ | |||
2006-03-23 | Fix pretty-print of carp link addresses by making them print like IFT_ETHER. | Ryan Thomas McBride | |
Diff from jon@abccomm.com | |||
2006-03-23 | rlog_file() will never return non-zero; change its return type to void. | Xavier Santolaria | |
2006-03-23 | fetch() will never return non-zero; change its return type to void. | Xavier Santolaria | |
OK niallo@. | |||
2006-03-23 | kill whitespace at eol; | Jason McIntyre | |
2006-03-23 | new sentence, new line; | Jason McIntyre | |
2006-03-23 | reword; ok otto | Jason McIntyre | |
2006-03-23 | deprive theo of his love for `Ns'; | Jason McIntyre | |
2006-03-23 | tweaks; | Jason McIntyre | |
2006-03-23 | use fatal() in rcs_lock_setmode(); OK ray@. | Xavier Santolaria | |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria | |
- change cvs_buf_putc() return type to void OK ray@. | |||
2006-03-23 | formatting fixes | Marc Espie | |
2006-03-23 | ... and remove extra test that is no longer needed. | Marc Espie | |
2006-03-23 | simply set up format only when we see -g. | Marc Espie | |
2006-03-23 | explicit cast on strtoul, classical const gotcha. | Marc Espie | |
2006-03-23 | back-out format for now, need to be active ONLY in GNU-m4 mode. | Marc Espie | |
2006-03-23 | avoid saying format() because of the new gnu m4 extensions. this is crazy | Theo de Raadt | |
2006-03-23 | Use PAGE_SIZE instead of NBPG. | Brad Smith | |
2006-03-23 | ANSI and KNF. | Brad Smith | |
2006-03-23 | ANSIfy | Brad Smith | |
2006-03-23 | sloppy style to cast the sockaddrs backwards, and then potentially wrong ↵ | Theo de Raadt | |
size; ok cloder | |||
2006-03-23 | Missing CLEANFILES. | Ray Lai | |
``i guess so'' xsa@ | |||
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt | |
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt | |
2006-03-23 | give correct err string; adobriyan@gmail.com | Theo de Raadt | |
2006-03-23 | Extra parentheses in comments. | Ray Lai | |
From Alexey Dobriyan. OK miod@ and otto@ | |||
2006-03-23 | Use TAILQ_HEAD() macro instead of custom struct definition. | Ray Lai | |
From Pierre-Yves Ritschard. OK xsa@ | |||
2006-03-23 | int variables can only hold up to INT_MAX, not UINT_MAX. | Ray Lai | |
``Go ahead'' deraadt@ | |||
2006-03-22 | sync | Theo de Raadt | |
2006-03-22 | Enable efi support on OpenBSD/i386. | Mark Kettenis | |
ok miod@ | |||
2006-03-22 | plug an fd leak and closedir() two directories; | Robert Nagy | |
ok otto@ | |||
2006-03-22 | remove IV support from the CRC attack detector, OpenSSH has never used | Damien Miller | |
it - it only applied to IDEA-CFB, which we don't support. prompted by NetBSD Coverity report via elad AT netbsd.org; feedback markus@ "nuke it" deraadt@ | |||
2006-03-22 | simplify SSHFP example; ok jmc@ | Jakob Schlyter | |
2006-03-22 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis | |
routing for SATA on those chipsets in GENERIC.MP. ok mickey@, brad@. | |||
2006-03-22 | Detect newer revisions of the LM81. | Mark Kettenis | |
2006-03-22 | earlier asprintf diff caused malloc in signal handler. clarify the | Theo de Raadt | |
code a bit more so that this mistake will not be done again |