Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2012-10-23 | Define __PIE__ and __pie__ when compiling PIE code, just like newer versions | Mark Kettenis | |
of GCC do. ok millert@, guenther@, pascal@, deraadt@ | |||
2012-10-23 | Only clear the revarp_ifp if the ifp pointing to it is detached. | Claudio Jeker | |
Since the ifp is not detached in the SIOCSIFRDOMAIN case remove the clear there. With and OK deraadt@ | |||
2012-10-23 | Change the order of variables just to shrink the diff to the (not yet | Reyk Floeter | |
released) portable version a bit. No functional changes. | |||
2012-10-23 | Allow to overwrite a few more definitions like file paths from the | Reyk Floeter | |
Makefile. No functional change. | |||
2012-10-23 | Add a cast for input to inet_pton() to silence a possible but harmless | Reyk Floeter | |
compiler warning. | |||
2012-10-22 | switch from {open,read,close}() to {fopen,fread,fclose}() in ↵ | Charles Longeau | |
fsqueue_envelope_load(), also fix a potential fd leak. ok gilles@ eric@ | |||
2012-10-22 | Add some support code for the "mdstore" domain service protocol. | Mark Kettenis | |
2012-10-22 | Zero %rdx before transferring control to the main program, to indicate that | Mark Kettenis | |
the main program should not register a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. ok kurt@ | |||
2012-10-22 | Add symbolic constants and structs for PRI Domain Service. | Mark Kettenis | |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis | |
for passing around a pointer to a cleanup function and we'd like to use it for that purpose in the near future. ok miod@ | |||
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis | |
for passing around a pointer to a cleanup function and we'd like to use it for that purpose in the near future. ok miod@ | |||
2012-10-22 | Restore r1.10, lost during last update: | Miod Vallat | |
Disable use of dladdr() on a.out arches, they do not provide it (yet); | |||
2012-10-22 | tweak previous; | Jason McIntyre | |