Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov | |
2012-10-27 | mark elf architectures as well | Marc Espie | |
2012-10-27 | don't stat & test sndio home directory since we never use it. | Alexandre Ratchov | |
2012-10-27 | don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined, | Alexandre Ratchov | |
this way they can be defined at compilation time | |||
2012-10-27 | use unsigned chars for midi messages (to avoid gcc warning) | Alexandre Ratchov | |
2012-10-27 | Clear arg1 before passing control to the main object. | Mark Kettenis | |
2012-10-27 | kill some unused definitions | Mike Belopuhov | |
2012-10-26 | oce_first_mcc_cmd doesn't return anything of value so make it void; | Mike Belopuhov | |
shorten it to oce_first_mcc while here | |||
2012-10-26 | simplify the way we collect statistics | Mike Belopuhov | |
2012-10-26 | Turns out that for devices that attach to cbus(4), it is better to disable | Mark Kettenis | |
interrupts up-front and explicitly enabling them later than the other way around. | |||
2012-10-26 | - fix potential memory and fd leak | Florian Obser | |
ok benno, lum | |||
2012-10-26 | add a new uptime.human entry in stats, derived from uptime, but displayed | Charles Longeau | |
in a human readable fashion: uptime=123456 uptime.human=1d10h17m36s ok gilles@ | |||
2012-10-26 | Fix for CVE-2012-5195; ok miod@ | Todd C. Miller | |
2012-10-26 | Work-in-progress code for ldomd(8), a daemon running in a sun4v control domain | Mark Kettenis | |
that provides some essential services to guest domains. | |||
2012-10-26 | Add some support for the Variable Configuration Domain Service. | Mark Kettenis | |
2012-10-26 | Fix previous. | Mark Kettenis | |
2012-10-26 | Handle DS_UNREG messages. | Mark Kettenis | |
2012-10-26 | remove stuff that either is no longer or was never used | Mike Belopuhov | |
2012-10-26 | Don't abort when we try to reset the logical domain channel. | Mark Kettenis | |
2012-10-26 | cleanup oce_init_fw; use less bitfields | Mike Belopuhov | |
2012-10-26 | rename oce_config_nic_rss to oce_config_rss and merge oce_rss_itbl_init in; | Mike Belopuhov | |
cleanup oce_set_promisc and oce_config_vlan function arguments, a bunch of defines and prototypes while at it. | |||
2012-10-26 | Previous revision would prevent grtwo(4) boards from being recognized. | Miod Vallat | |
Make sure that what seems to be a 8-bit ID register of value zero does not match as an expansion board, which it can't be, and continue with the specific frame buffer test logic. | |||
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott | |
and simplifying how buttons and wheels are represented, from Ailin Nemui. Should be no functional changes. | |||
2012-10-26 | Properly clear trap frame in setregs() to avoid leaking registers across exec. | Mark Kettenis | |
ok jsing@ | |||
2012-10-26 | sort to be consistent with the other rc scripts: rc_** actions come after | Antoine Jacoutot | |
the pexp. | |||
2012-10-26 | disable reload since SIGHUP kills smtpd | Alexander Hall | |
ok chl@ gilles@ | |||
2012-10-25 | Some more machine description manipulation stuff. | Mark Kettenis | |
2012-10-25 | SUBDIR += fenv, it's never too late | Miod Vallat | |
2012-10-25 | Handle the case where writev() fails with EAGAIN. In theory it cannot | Eric Faurot | |
happen, but it seems that kqueue triggers the event sometimes, even if the socket is not immediatly writeable. Temporary workaround it while the real issue is being investigated. ok gilles@ chl@ | |||
2012-10-25 | make oce_mbox_{dispatch,wait} more readable and use less bitfields | Mike Belopuhov | |
2012-10-25 | simplify/unify writes to the rx and tx doorbell registers | Mike Belopuhov | |
2012-10-25 | don't use bitfields in oce_pci_alloc; kill some unused structures | Mike Belopuhov | |
2012-10-25 | cleanup interrupt register defines | Mike Belopuhov | |
2012-10-25 | Fix a hilarious bug where oce_set_promisc wouldn't zero out the | Mike Belopuhov | |
command buffer it sent to the card but an incorrect assignment of the DMA address pointing to this buffer would offset the problem. Once I've fixed an incorrect assignment oce_init started to fail. Turns out that oce_set_promisc is about the only function whose command size is larger than the payload of the standard command buffer and needs an external chunk of DMA memory. | |||
2012-10-25 | simplify oce_arm_eq and oce_arm_cq | Mike Belopuhov | |
2012-10-25 | Include the license and copyright notice in the generated files. | Reyk Floeter | |
2012-10-25 | Move the arrays of default IKE and ESP transforms into parse.y instead | Reyk Floeter | |
of generating them with genmap from ikev2.h. They're only really needed in parse.y and this diff also allows to simplify genmap.sh. | |||
2012-10-25 | send the semantically correct msg when RCPT fails, even if the exact value | Eric Faurot | |
does not matter. spotted by chl@ ok gilles@ chl@ | |||
2012-10-25 | add syslog support to nginx | Robert Nagy | |
2012-10-25 | Remove support email address from the example that is intended for | Reyk Floeter | |
customers for an existing company. | |||
2012-10-25 | Add ability to active pane in list-windows and find-window formats, from | Nicholas Marriott | |
Carl Henrik Lunde. | |||
2012-10-25 | Fix BELL_NONE which had been broken in some code reorganisation or other | Nicholas Marriott | |
also don't redraw unnecessarily. From Seiji Ohashi. | |||
2012-10-25 | Fix bad size in memcpy from Romain Francoise. | Nicholas Marriott | |
2012-10-25 | Fix typo bell->bells from Thomas Adam. | Nicholas Marriott | |
2012-10-25 | Make the mda request the message fd from the queue when needed, instead of | Eric Faurot | |
pushing the fd with the envelope. This allows the mda to deal itself with session limits. Envelopes are sent at full rate to the mda, which buffers them on per-user queues, or sends them back for rescheduling if it already has too many pending envelopes. Delivery sessions are created (within per- user and global limits) to drain the queues. This makes the server handle envelope bursts more efficiently. ok gilles@ | |||
2012-10-25 | Some LIBC_SCCS found lurking in the shadows | Theo de Raadt | |
2012-10-24 | clarify -r1.9; help/ok benno | Jason McIntyre | |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe | |
ok matthew@ deraadt@ | |||
2012-10-23 | Use correct file for revert-buffer; do not ignore abort. | Florian Obser | |
ok lum, jasper, benno | |||
2012-10-23 | fix fringe case where length is around 140. | Marc Espie | |
problem found by Tobias Ulmer. |