summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-27include netinet/in.h to get htons & friends prototypesAlexandre Ratchov
2012-10-27mark elf architectures as wellMarc Espie
2012-10-27don't stat & test sndio home directory since we never use it.Alexandre Ratchov
2012-10-27don'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-27use unsigned chars for midi messages (to avoid gcc warning)Alexandre Ratchov
2012-10-27Clear arg1 before passing control to the main object.Mark Kettenis
2012-10-27kill some unused definitionsMike Belopuhov
2012-10-26oce_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-26simplify the way we collect statisticsMike Belopuhov
2012-10-26Turns out that for devices that attach to cbus(4), it is better to disableMark Kettenis
interrupts up-front and explicitly enabling them later than the other way around.
2012-10-26- fix potential memory and fd leakFlorian Obser
ok benno, lum
2012-10-26add a new uptime.human entry in stats, derived from uptime, but displayedCharles Longeau
in a human readable fashion: uptime=123456 uptime.human=1d10h17m36s ok gilles@
2012-10-26Fix for CVE-2012-5195; ok miod@Todd C. Miller
2012-10-26Work-in-progress code for ldomd(8), a daemon running in a sun4v control domainMark Kettenis
that provides some essential services to guest domains.
2012-10-26Add some support for the Variable Configuration Domain Service.Mark Kettenis
2012-10-26Fix previous.Mark Kettenis
2012-10-26Handle DS_UNREG messages.Mark Kettenis
2012-10-26remove stuff that either is no longer or was never usedMike Belopuhov
2012-10-26Don't abort when we try to reset the logical domain channel.Mark Kettenis
2012-10-26cleanup oce_init_fw; use less bitfieldsMike Belopuhov
2012-10-26rename 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-26Previous 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-26Make 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-26Properly clear trap frame in setregs() to avoid leaking registers across exec.Mark Kettenis
ok jsing@
2012-10-26sort to be consistent with the other rc scripts: rc_** actions come afterAntoine Jacoutot
the pexp.
2012-10-26disable reload since SIGHUP kills smtpdAlexander Hall
ok chl@ gilles@
2012-10-25Some more machine description manipulation stuff.Mark Kettenis
2012-10-25SUBDIR += fenv, it's never too lateMiod Vallat
2012-10-25Handle the case where writev() fails with EAGAIN. In theory it cannotEric 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-25make oce_mbox_{dispatch,wait} more readable and use less bitfieldsMike Belopuhov
2012-10-25simplify/unify writes to the rx and tx doorbell registersMike Belopuhov
2012-10-25don't use bitfields in oce_pci_alloc; kill some unused structuresMike Belopuhov
2012-10-25cleanup interrupt register definesMike Belopuhov
2012-10-25Fix a hilarious bug where oce_set_promisc wouldn't zero out theMike 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-25simplify oce_arm_eq and oce_arm_cqMike Belopuhov
2012-10-25Include the license and copyright notice in the generated files.Reyk Floeter
2012-10-25Move the arrays of default IKE and ESP transforms into parse.y insteadReyk 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-25send the semantically correct msg when RCPT fails, even if the exact valueEric Faurot
does not matter. spotted by chl@ ok gilles@ chl@
2012-10-25add syslog support to nginxRobert Nagy
2012-10-25Remove support email address from the example that is intended forReyk Floeter
customers for an existing company.
2012-10-25Add ability to active pane in list-windows and find-window formats, fromNicholas Marriott
Carl Henrik Lunde.
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
also don't redraw unnecessarily. From Seiji Ohashi.
2012-10-25Fix bad size in memcpy from Romain Francoise.Nicholas Marriott
2012-10-25Fix typo bell->bells from Thomas Adam.Nicholas Marriott
2012-10-25Make the mda request the message fd from the queue when needed, instead ofEric 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-25Some LIBC_SCCS found lurking in the shadowsTheo de Raadt
2012-10-24clarify -r1.9; help/ok bennoJason McIntyre
2012-10-24Garbage-collect the _dl_stat() routine, now unusedPhilip Guenthe
ok matthew@ deraadt@
2012-10-23Use correct file for revert-buffer; do not ignore abort.Florian Obser
ok lum, jasper, benno
2012-10-23fix fringe case where length is around 140.Marc Espie
problem found by Tobias Ulmer.