Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-16 | de-static | Damien Bergamini | |
ok jsg@ | |||
2007-06-16 | Add variation on exec/unexec: | Marc Espie | |
@exec-always @unexec-always @exec-add @unexec-delete @exec-update @unexec-update with the obvious semantics that *update are only run during updates, and *add/delete are only run during `pure' additions/removals. This should solve the problem of those packages that `lose' manual configuration when you update them (e.g., all the mod_xxx apache stuff and postfix). caveat: you will need to go through one finaly broken update before the new stuff kicks in. | |||
2007-06-16 | no reason for special handling of USE_SYSTRACE. We do not explain | Marc Espie | |
how to set other user settings either. | |||
2007-06-16 | FTP_KEEPALIVE as a crude interface to ftp -k. To be thought out later. | Marc Espie | |
this is just an experiment. | |||
2007-06-16 | use OpenBSD::Paths contents | Marc Espie | |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie | |
connection. The FTP protocol provides us with a NOOP operation that is perfectly suitable for that, and so far servers are happy with it. Sending the command slowly is an idea I borrowed from spamd. No change for people not using the option, so it can't break normal ftp. okay beck@, jmc@ | |||
2007-06-16 | Enable iophy(4) for fxp(4). From brad. | Mark Kettenis | |
2007-06-16 | INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long on | Todd C. Miller | |
OpenBSD, regardless of the size of a long. OK kettenis@ espie@ | |||
2007-06-16 | When EOVERFLOW was added, it broke the zaurus bootblocks | Theo de Raadt | |
2007-06-15 | disable softraid (because ↵ | Theo de Raadt | |
sr_boot_assembly->readdisklabel->readdoslabel->biowait) is what happens on late-cold architectures. something else has to be fixed first before that is permitted, i guess. | |||
2007-06-15 | Check that sc_notify actually points to something before attempting to call | Gordon Willem Klok | |
it. Fixes marco@'s post c2k7 panics. ok marco | |||
2007-06-15 | don't use static data in recursive functions; from FreeBSD; fixes PR 5509 | Otto Moerbeek | |
and other reports about dump accessing wrong blocks; ok beck@ deraadt@ | |||
2007-06-15 | Douglas Adams was a Mac fan, but we don't discriminate. | Matthias Kilian | |
ok jasper@, simon@, who managed to get their ok's trapped in my spam folder for yet unknown reasons. | |||
2007-06-15 | Drop the current random timestamps and the current ISN generation | Markus Friedl | |
code and replace both with a RFC1948 based method, so TCP clients now have monotonic ISN/timestamps. The server side uses completely random ISN/timestamps and does time-wait recycling (on port reuse). ok djm@, mcbride@; thanks to lots of testers | |||
2007-06-15 | In power_match(), make sure oa_irq is correctly initialized. | Miod Vallat | |
2007-06-15 | keep trailing slashes in path normalization, as these might result in | Nikolay Sturm | |
errors otherwise hidden by systrace noticed by naddy, ok ray on an earlier version of this diff | |||
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer | |
(which was used to define USB_USE_SOFTINTR). No binary changes. ok dlg, mk. | |||
2007-06-15 | in pf_test_rule, before handling IPPROTO_ICMP / IPPROTO_ICMPV6, check that | Henning Brauer | |
the packet is of the expected address family (AF_INET / AF_INET6). crafted IPv4 packets with IPPROTO_ICMPV6 can make us crash otherwise. misbehaviour provoked by Adrian Close <adrian@close.wattle.id.au> playing with nmap; he also helped us big time debugging the problem. thanks! ok ryan | |||
2007-06-15 | more (*&@#$ timeout.h fallout | Theo de Raadt | |
2007-06-15 | sync | Theo de Raadt | |
2007-06-15 | the multicast filter is operated on as an array of u_int16_t's, not the | David Gwynne | |
u_int32_t's like its described as in the chip descriptors. fixing this stops the driver from overwriting the field next to the multicast filter that specifies the number of tx descriptors we give the nic. we were accidentally telling the chip we had 32 thousand tx descriptors when we only have 100. trying to complete the 101th tx descriptor causes panics. | |||
2007-06-15 | permit this to compile again | Todd T. Fries | |
looks right krw@, Righto miod@ | |||
2007-06-15 | Don't truncate interface name. | Ray Lai | |
Fixes PR 5460. OK deraadt, agreed with by krw. | |||
2007-06-15 | no need to include machine/disklabel.h when sys/disklabel.h is already | Theo de Raadt | |
pulled in. look at how doing it in one architecture gets that code copied to the derivative architectures... amazing.. | |||
2007-06-14 | when waiting for the multiplex exit status, read until the master end | Damien Miller | |
writes an entire int of data *and* closes the client_fd; fixes mux regression spotted by dtucker, ok dtucker@ | |||
2007-06-14 | handle EINTR when waiting for mux exit status properly | Damien Miller | |
2007-06-14 | Forgotten hackton diff: bounds check for seek on special devices | Otto Moerbeek | |
with a disklabel. Original diff from pedro@; ok pedro@ deraadt@ | |||
2007-06-14 | put Edvard Grieg like the other composers in .music | Jasper Lievisse Adriaanse | |
from minusf@obiit.org | |||
2007-06-14 | Update to tzdata2007f from elsie.nci.nih.gov. | Todd C. Miller | |
2007-06-14 | bzero the right thing | Theo de Raadt | |
2007-06-14 | preserve the possible route label if the route belongs to the carp | Reyk Floeter | |
interface (ip-less parent). tested by claudio and me ok claudio@ | |||
2007-06-14 | unbreak tree after untested timeout.h deletions | Theo de Raadt | |
2007-06-14 | Prettier dmesg; requested a long time ago by deraadt@. | Alexander Yurchenko | |
2007-06-14 | Add a new "rtlabel" option to ifconfig. It allows to specify a route label | Reyk Floeter | |
which will be used for new interface routes. For example, ifconfig em0 10.1.1.0 255.255.255.0 rtlabel RING_1 will set the new interface address and attach the route label RING_1 to the corresponding route. manpage bits from jmc@ ok claudio@ henning@ | |||
2007-06-14 | Print communities in a nicer format and include a missing well-known one. | Claudio Jeker | |
This is mostly from Stuart Henderson. OK canacar@ | |||
2007-06-14 | sync | Michael Knudsen | |
2007-06-14 | Fix some typos in a few Intel entries. | Michael Knudsen | |
From brad. | |||
2007-06-14 | When macppc was switched to __HAVE_VM_PAGE_MD, data structures were incorrectly | Dale Rahn | |
exposed to userland, protect with _KERNEL. Tested by Antoine Jacoutot | |||
2007-06-14 | sprinkle some #ifdef IPSEC so that pfsync compiles w/o ipsec | Henning Brauer | |
from mickey, ok me markus mickey | |||
2007-06-14 | Really cleanup temporary directories. | Matthias Kilian | |
"commit that now, please." espie@ | |||
2007-06-14 | Move the mstohz macro out of ubs_port.h and to the three places where it is | Marc Balmer | |
used. ok jsg. | |||
2007-06-14 | explicitly mark -S as deprecated, I'd love to use for something else... | Marc Espie | |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer | |
USB_DECLARE_DRIVER macros. No binary change. ok dlg. | |||
2007-06-14 | I don't know what we will do with system packages yet, but prevent | Marc Espie | |
them from getting deleted. | |||
2007-06-14 | minor changes: move @ignore to deprecated stuff (it's been out for a few | Marc Espie | |
months now), register lastfileobject for future changes, make a common class for uniqueoptions. | |||
2007-06-14 | Move four #defines out of usb_port.h and to the places where they are used. | Marc Balmer | |
ok jsg. | |||
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer | |
need it. If a USB driver uses timeout(9) functions, the header file sys/timeout.h must be included. Tested by me (i386, macppc, sparc64), ckuethe (amd64), & todd (sparc, zaurus). ok dlg. | |||
2007-06-14 | Fix label name in writedisklabel(). | Miod Vallat | |
2007-06-14 | some spaces in the way | Theo de Raadt | |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt | |