Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-04 | document the -n and -N command line options. | Reyk Floeter | |
2008-01-04 | remove unused function | Charles Longeau | |
from tobias@ ok xsa@ tobias@ | |||
2008-01-04 | always bzero the oid lookup key before initializing it. | Reyk Floeter | |
2008-01-04 | add the -n flag to dump numeric OIDs instead of symbolic names | Reyk Floeter | |
2008-01-04 | Fix wrong sizeof(). Makes driver work on amd64, too. | Marcus Glocker | |
2008-01-04 | Add a regression test for handling addresses with trailing '/32' and address | Hans-Joerg Hoexer | |
type IPV4_ADDR. | |||
2008-01-04 | Strip off trailing '/32' when address type is IPV4_ADDR as isakmpd does | Hans-Joerg Hoexer | |
not accept the trailing '/32'. Diff from Mitja Muzenic <mitja@muzenic.net>, thanks! | |||
2008-01-04 | Fix TX padding. | Marcus Glocker | |
2008-01-04 | from dholland@netbsd: | Jason McIntyre | |
"stupid" is an adjective (in this context), not a noun; | |||
2008-01-04 | - remove two entries that'll never be used | Jasper Lievisse Adriaanse | |
ok jsing@ miod@ | |||
2008-01-04 | read the hardware mac address into the drivers ac_enaddr thing rather than | David Gwynne | |
a useless buffer. should hook the mac address up. | |||
2008-01-04 | we have pci_vpd_read now. get rid of the (bad) comment that left it out | David Gwynne | |
pointed out by deraadt@ | |||
2008-01-04 | Eliminate false positives from <> comments, avoiding mangling | Ray Lai | |
#include <bleh.h> in diffs: - Only match <> comments from the template. No other text surrounded by angle brackets is deleted. - Simplify code by using C strings. We no longer handle binary data, but I don't think binary data belongs in a bug report anyway. - Remove dmesg and header comment checks. "That's a nice approach." deraadt, "seems ok for me" chl. | |||
2008-01-04 | Prevent sign-extension when setting ASI in %tstate. | Mark Kettenis | |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-04 | regen | Mark Kettenis | |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-04 | sync | Theo de Raadt | |
2008-01-03 | create directory again | Theo de Raadt | |
2008-01-03 | Fix debug code. | Mark Kettenis | |
2008-01-03 | Add an explicit clobber to prevent gcc from reordering instructions around | Miod Vallat | |
sparc_wrpr(), similar to the psl.h changes years ago; ok kettenis@ | |||
2008-01-03 | Enable wide transfers in the IOPB on wide busses, and get the IOPB passthrough | Miod Vallat | |
SCSI commands length correct (it's a length in 16 bit words, not in 8 bit bytes). | |||
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis | |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis | |
2008-01-03 | revert back to using local zones for localhost. and IPv4/IPv6 reverse until | Jakob Schlyter | |
we've found a better solution for chrooted applications. | |||
2008-01-03 | Make if.c kvm free by fetching the interface stats via sysctl like in systat | Claudio Jeker | |
and ospfd. What is not yet covered is the -d and -t flags to show interface queue drops and the if_timer. OK deraadt@ | |||
2008-01-03 | Remove some junk. | Mark Kettenis | |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-03 | document "exit" for logging out of systems, instead of "logout": | Jason McIntyre | |
it works for both csh and ksh, and is covered by posix; from Pierre Riteau | |||
2008-01-03 | Make slowtrap check the real stack pointer instead of whatever is in %g6. | Mark Kettenis | |
Should fix PR 5617, 5637 and 5657. Remove bogus comment as pointed out by miod@ | |||
2008-01-03 | borrow more from other pages; dlg ok | Theo de Raadt | |
2008-01-03 | send the correct length | Reyk Floeter | |
2008-01-03 | handle no more than 2147483647 (0x7fffffff) variable bindings | Reyk Floeter | |
From RFC3416 | |||
2008-01-03 | Fix page fault trap which occured when device was detached after a failed | Marcus Glocker | |
attach attempt. | |||
2008-01-03 | scalars have an index of 0 in the returned oid (like sysDescr.0). | Reyk Floeter | |
2008-01-03 | fix parsing of get* requests with multiple varbind elements | Reyk Floeter | |
2008-01-03 | ipv6 can handle "dest" lines too; ok marc | Jason McIntyre | |
2008-01-03 | remove almost empty EXAMPLE section | Charles Longeau | |
ok jmc@ | |||
2008-01-03 | missing word; from Jason Filley | Jason McIntyre | |
2008-01-03 | In preparation of eliminating <> comment false positives: | Ray Lai | |
- Move <> comments in template to an array, for easier reference later. - Rename "comment" variable to avoid shadowing. - Change some <> comments to SENDBUG comments. OK chl@ | |||
2008-01-03 | Remove text which is incorrect now that 'get bios geometry' | Stuart Henderson | |
has been removed. ok krw | |||
2008-01-02 | Make sure that a key belongs to the table before returning a match. | Mats O Jansson | |
Change smi_odi_cmp to return int as expected by RB-tree. -moj ok reyk@ | |||
2008-01-02 | Do not invalidate the 88410 cache without flushing it first; this is | Miod Vallat | |
probably due either to an error in the cpu-to-88410 communication protocol, or to a bug in the '410 (but since I do not know how to get its revision, I can't tell whether this is the obscure v1 bug or not). This allows osiop-connected devices to work correctly on 197SP/DP boards. | |||
2008-01-02 | regression test for lazy binding. | Matthieu Herrb | |
"people need never hold off on adding stuff to regress" deraadt@ | |||
2008-01-02 | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 | Miod Vallat | |
2008-01-02 | remove unused function | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | remove unused functions | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | fix obvious bug in .NODEFAULT handling | Marc Espie | |
2008-01-02 | Update commented out kerberos bits in case someone wants to add missing | Todd C. Miller | |
kerb5 support to login_chpass. | |||
2008-01-02 | remove unused file | Charles Longeau | |
unused function initially spotted by tobias@, then I realized the whole file was unused. ok millert@ tobias@ |