Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler | |
"just commit it" deraadt@ | |||
2008-06-11 | return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global | Thordur I. Bjornsson | |
variable; ok & feedback deraadt@ | |||
2008-06-11 | (sorry pval) some missing -j bits; | Jason McIntyre | |
2008-06-11 | kill trailing whitespace; | Jason McIntyre | |
2008-06-11 | tweak the "route to" text; | Jason McIntyre | |
2008-06-11 | remove an ugly article; | Jason McIntyre | |
2008-06-11 | tweak previous; | Jason McIntyre | |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride | |
ok mpf naddy | |||
2008-06-11 | Support hotpluggable sensors (e.g. the post-4.2 ipmi0 created by the | Constantine A. Murenin | |
deferred thread, as well as some timedelta sensors). ok henning, ckuethe | |||
2008-06-11 | use monotime instead of wallclock. | Henning Brauer | |
makes us independent from system time changes. diff from japan,was hiding... ok claudio some time ago | |||
2008-06-11 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), | Brad Smith | |
CMD Technology, Silicon Image, VIA, SiS, Broadcom, and ATI IDE/SATA chipsets. ok jsg@ | |||
2008-06-11 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis | |
2008-06-11 | regen | Mark Kettenis | |
2008-06-11 | Add Altera vendor id, and EBus device id. This is questionable since the | Mark Kettenis | |
device id is probably a softcore on an FPGA, but this is how it shows up on a Tadpole SPARCLE. | |||
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert | |
Also, it is historical practice to #include <sys/queue.h> when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence | |||
2008-06-11 | Use the prom address to map clock(4) at ebus(4) if available. | Mark Kettenis | |
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom | |
2008-06-11 | factor out state creation code for readability; make it static inline | Henning Brauer | |
to not hurt performance while passing the 20 args (sigh) ok theo ryan, ok + feedback jsing | |||
2008-06-11 | Removed bogus var definition. | Tobias Stoeckmann | |
ok joris | |||
2008-06-11 | superfluous to check for m != NULL in pf_find_state, it is plain | Henning Brauer | |
impossible that m is NULL here since all callers dereference it unconditionally beforehands, and find state without and mbuf doesn't make sense in the first place | |||
2008-06-11 | after finding a state in the outbound path clear the statekey pointer | Henning Brauer | |
in the header so it cannot get used again in case of somewhat weird reflection + mbuf-reuse-without-pkthdr-clearing cases. it looks like gif falls into the latter category. discussed with and ok theo | |||
2008-06-11 | extra paranoia: | Henning Brauer | |
1) only set the state key in the mbuf header in the inbound case 2) only use it in the outbound case discussed with and ok theo | |||
2008-06-11 | getcwd can return NULL on error, so handle that case properly. | Tobias Stoeckmann | |
ok henning | |||
2008-06-11 | yuck, fix a last minute collision | Henning Brauer | |
2008-06-11 | store a pointer to the stack side state key in the mbuf packet | Henning Brauer | |
header inbound. on the outbound side, we take that and look for the key that is the exact opposite, and store that mapping in the state key. on subsequent packets we don't have to do the lookup on outbound any more. almost unable to get real benchmarks going here, we know for sure this gives a more than 5% increase in forwarding performance. many thanks to ckuethe for stress- and performance-testing. ok ryan theo | |||
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann | |
of time functions. ok joris | |||
2008-06-11 | spacing | Joris Vink | |
2008-06-11 | style ferry comes around | Joris Vink | |
2008-06-11 | ofd is being closed in cvs_file_free(), no need to close it ourselfs | Joris Vink | |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy | |
2008-06-11 | Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off | Damien Miller | |
the OpenBSD-specific Mdocdate expansion. This is useful to avoid conflicts that arise between the server's expansion of Mdocdate and the upstream code when maintaining forked OpenBSD derived code on an OpenBSD CVS server. "I must grudgingly agree that this is neccessary" deraadt@ | |||
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev | |
you to install the bzip2 pkg (or add bzip2 in another way). ok millert@ otto@ deraadt@ and 'many others'@ man page tweak from jmc@ | |||
2008-06-11 | GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir | Tobias Stoeckmann | |
and repositry by replacing home directory with ~ and adding things like "*4" at the end of working directory if the last part of a path is the same for working directory and repository. ok joris | |||
2008-06-11 | remove an unused variable | Thordur I. Bjornsson | |
2008-06-11 | Move first pieces of crypto softraid into the tree. Still totally | Hans-Joerg Hoexer | |
disabled, of course, and still work in progress. help by djm@, ok marco@ | |||
2008-06-11 | regen | Brad Smith | |
2008-06-11 | BCM5780 also has a fiber model. | Brad Smith | |
2008-06-11 | Don't get the address of the txstats pointers when doing bzero, | Jonathan Gray | |
just use the actual pointers. Debugged into the early hours of the morning with todd, without being able to use a keyboard with ddb. Fixes a panic seen on his powerbook. | |||
2008-06-11 | add $OpenBSD$ tag. | Thordur I. Bjornsson | |
I hate it, art@ | |||
2008-06-11 | Let curses handle the setup of terminal instead of doing it on our own | Tobias Stoeckmann | |
and leaving terminal in an inusable state if setupterm failed. ok kjell | |||
2008-06-11 | If bDefaultFrameIndex is 0 we should use the first bFrameIndex. | Robert Nagy | |
In any other case use the one reported by bDefaultFrameIndex. Fix indentation while here | |||
2008-06-10 | vax doesn't have inf/nan, finite always returns 1 | Martynas Venckus | |
"go for it!" millert@, ok jmc@ | |||
2008-06-10 | Add opaque structure to create raid. | Marco Peereboom | |
2008-06-10 | make opencvs behave exactly like GNU cvs does when it comes to | Joris Vink | |
verbosity, it's verbose by default and you can shut it up using -Q. ok tobias@ | |||
2008-06-10 | add VIDIOC_QUERYCTRL to the supported ioctls | Robert Nagy | |
2008-06-10 | Add a clear-mark function. | Kjell Wooding | |
Use it to clear the region it is copied (M-w), or yanked (C-w). This matches xemacs behavior, is not horribly different from gnu emacs, and way less wrong than the current behavior. Noticed by Han Boetes. ok otto@ | |||
2008-06-10 | Use '\0' for a nul byte rather than unadorned 0. ok djm@ | Darren Tucker | |
2008-06-10 | Remove redundant code that only leaked an mbuf. | Bret Lambert | |
ok krw@, deraadt@, thib@ earlier commit for some reason did not go through prodded by nfs buddy | |||
2008-06-10 | Add regress test for key options. ok djm@ | Darren Tucker | |
2008-06-10 | set the inactivity timeout of redirections to a shorter timeout of 600 | Reyk Floeter | |
seconds by default (pf's default is 86400s), they can be cranked with the "session timeout" directive and it is consistent to relay session timeouts. also remove the hack to modify the closing timeout because pf's sloppy state handling is taking care about half connection closing now. |