Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis | |
2009-03-01 | Colormap support is there now. | Mark Kettenis | |
2009-03-01 | Enable raptor(4). | Mark Kettenis | |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis | |
2009-03-01 | Fix PR #723: test(1) operator precedence inconsistent with POSIX | Otto Moerbeek | |
Make sure ksh builtin test and test(1) do not differ. From Christiano Farina Haesbaert. ok miod@ | |||
2009-03-01 | Some initial colormap support. | Mark Kettenis | |
2009-03-01 | Time to turn off debug by default. It shrinks ramdisk as a bonus. | Alexander Yurchenko | |
2009-03-01 | Add sensors support. | Alexander Yurchenko | |
2009-03-01 | raptor(4) | Mark Kettenis | |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis | |
around the Number 0 Imagine-128 chip. Colormap support is still missing. | |||
2009-03-01 | bpf can handle variable length headers; some wording improvements; | Otto Moerbeek | |
mostly from Guy Harris; ok jmc@ | |||
2009-03-01 | Make more IPI synchronous. Performance slightly down, stability slightly up. | Miod Vallat | |
ok deraadt@ | |||
2009-03-01 | Files forgotten during last commit: | Miod Vallat | |
Rework nmi handling to handle ``complex'' NMI faster, and return as fast as possible from the exception, without doing the AST and softintr dance. This should avoid too much stack usage under load. ok deraadt@ | |||
2009-03-01 | Don't rely on non-standard setenv() behavior. | Todd C. Miller | |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller | |
2009-03-01 | Print the correct function name in log_debug(). | Michele Marchetto | |
OK claudio@ stsp@ | |||
2009-03-01 | - add missing letoh32 | Alexander Yurchenko | |
- tweak product string | |||
2009-03-01 | fix possible NULL dereference when getpwnam fails; ok gilles@ | Jacek Masiulaniec | |
2009-03-01 | fix double space in synopsis and usage. | Igor Sobrado | |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller | |
digits (in addition to letters) in the random file name. Instead of looping forever, mktemp(3) will terminate when it has tried 2 * N^62 times where N is the number of X's. This is effectively forever for lots of X's. | |||
2009-03-01 | make the condition under which delivery is made by SMTPD_USER more | Jacek Masiulaniec | |
explicit; ok gilles@ | |||
2009-03-01 | simplify *_open functions by passing them char * instead of struct | Jacek Masiulaniec | |
path *; ok gilles@ | |||
2009-03-01 | deny regular users to run "smtpctl show stats" and "smtpctl schedule"; | Jacek Masiulaniec | |
ok gilles@ | |||
2009-03-01 | In "smtpctl show stats", break queue.inserts into queue.inserts.remote | Jacek Masiulaniec | |
and queue.inserts.local; ok gilles@ | |||
2009-03-01 | ss_len was set to sizeof pointer, should be sizeof structure; ok gilles@ | Jacek Masiulaniec | |
2009-03-01 | rework serialisation of messages slightly. | David Gwynne | |
- pass a void *, rather than an mbuf and an offset into m_data, the callers can do the math for it. - we need to store the size of the messages these functions will serialise into, so dont get the funcs to return it, just add it on in the caller. | |||
2009-03-01 | check pfsyncs IFF_RUNNING flag before doing stuff. should save time for | David Gwynne | |
people who hate^Wdont use pfsync. | |||
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis | |
Seen on a Tech Source Raptor. ok miod@ | |||
2009-03-01 | i can't see a reason that we'd need to go to splnet to call ip_output. | David Gwynne | |
this cleans up use of splnet. | |||
2009-03-01 | zap trailing whitespace; | Jason McIntyre | |
2009-03-01 | Sync disklabel instructions with reality and those detailed in INSTALL.sgi. | Joel Sing | |
Issue spotted by matthieu@. ok miod@ deraadt@ | |||
2009-03-01 | move to 4.5-current | Theo de Raadt | |
2009-02-28 | Mention another url for the axppci33 reference, this time in pdf. | Miod Vallat | |
2009-02-28 | Update sets sizes. | Miod Vallat | |
2009-02-28 | Update list of supported machines (and encourage people to try running on | Mark Kettenis | |
unsupported machines). | |||
2009-02-27 | say that aucat can act as audio server in the NAME section | Alexandre Ratchov | |
ok jmc | |||
2009-02-27 | Do not check the link state when installing a route. This bit was missing in | Claudio Jeker | |
the backout/disabling of the route link state tracking done a few days ago. OK deraadt@ | |||
2009-02-27 | fix quick reuse of tcp states. | Henning Brauer | |
when we, for a new state, hit an existing tcp state which is in FIN_WAIT_2 on both ends do not fail but insert the new state anyway and unlink the old one afterwards. pimp error message a bit, too. problem found with NAT by viq <viq@viq.ath.cx> ok theo markus | |||
2009-02-27 | fix mbuf problems and simplify code, well spotted and input by | Joerg Goltermann | |
Alexander Sabourenkov. mbuf logic is based on claudio's recommendation Tested by Alexander Sabourenkov OK: henning@, claudio@ Theo: "In please..." | |||
2009-02-27 | 0x3 is not really a good number for bit flags. Should fix the Logitech | Marcus Glocker | |
QuickCam OEM attachment finally. OK deraadt@ | |||
2009-02-27 | Rework nmi handling to handle ``complex'' NMI faster, and return as fast as | Miod Vallat | |
possible from the exception, without doing the AST and softintr dance. This should avoid too much stack usage under load. ok deraadt@ | |||
2009-02-27 | Be a bin more paranoid in m88410_inval() in the operation complete check. | Miod Vallat | |
ok deraadt@ | |||
2009-02-27 | set interrupt moderation timer for tx; otherwise interrupt always for tx | Kevin Lo | |
ok deraadt@ | |||
2009-02-26 | If acx_attach() fails, print the reason why it is failing. | Stefan Sperling | |
Amendment to fix for PR6089. Patch by mglocker@ "good night guys!" mglocker@, "hurry up" deraadt@ | |||
2009-02-26 | Fix PR6089, "panic in acx_detach upon card eject". | Stefan Sperling | |
Only call acx_detach() if acx_attach() was successful. ok mglocker@, "hurry up" deraadt@ | |||
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov | |
ok deraadt | |||
2009-02-26 | fix tree break with two missing chars | Todd T. Fries | |
please commit miod@ | |||
2009-02-26 | declare builds from around here to be 4.5 instead of 4.5-beta, though it | Theo de Raadt | |
is not really true since there are a few more (very important) things going in. | |||
2009-02-26 | Change apmd to use the new _REQ ioctls for zzz, this gives X a chance to | Owain Ainsworth | |
vt-switch internally so it's likely to actually survive the suspend. tested by beck@, sthen@. ok deraadt@ | |||
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth | |
APM_IOC_{SUSPEND,STANDBY}_REQ: This is to fix an issue with apm suspend where a call to zzz suspended the machine immediately, not giving anyone listening for apm events (other than apmd) a chance to deal with the upcoming change. This hit X hard since the introduction of drm, since it needs to have time to idle the 3d engine and otherwise get the device into a recoverable state. Such things are needed until we support modesetting in the kernel. Now, instead of forcing a suspend, using ioctl sends out an event similar to if you had put the lid down, giving all userland applications a chance to reply. tested by sthen@ and beck@, especial thanks to sthen for sitting there while I tried to debug this remotely, I owe him beer. Prompted by and ok deraadt@ |