Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-12-01 | If compiling with gcc 3, initialize a local variable to prevent -Wuninitialized | Miod Vallat | |
from firing a false positive; ok robert@ | |||
2012-12-01 | Add support for older firmware on UltraSPARC T1 machines. | Mark Kettenis | |
2012-12-01 | Make it possible to share cores between domains. | Mark Kettenis | |
2012-12-01 | The capability parser should only return an error in extreme cases. If a | Claudio Jeker | |
particular capability is bad, log the fact and ignore it. This may give us a chance to bring up session that have e.g. unexpected AFI,SAFI pairs in them. Also make the error messages more user friendly. OK henning@, sthen@ | |||
2012-11-29 | s/daemon/program/ | Mark Kettenis | |
Pointed out by Jung Lee. | |||
2012-11-29 | Wrong argument was passed to control_dispatch_imsg(). Use always | YASUOKA Masahiko | |
(struct imsgev *)->data for the argument of imsgev handlers. ok reyk | |||
2012-11-29 | export ipintrq drops as ifInDiscards; ok reyk | Mike Belopuhov | |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe | |
int (*)(struct dirent *) to int (*)(const struct dirent *) to match POSIX. ok millert@, ports check by naddy@ | |||
2012-11-29 | Fix white spaces in relayd. No binary diff. | Alexander Bluhm | |
2012-11-28 | Prevent people from shooting themselves in the foot by not allowing them to | Mark Kettenis | |
delete the factory-default configuration. | |||
2012-11-28 | Including ../../Makefile.inc was loop when npppd/obj is not a symbolic link. | YASUOKA Masahiko | |
Delete Makefile.inc and define BINDIR at npppd/Makefile directly. | |||
2012-11-27 | missing initialization. | Eric Faurot | |
ok gilles@ | |||
2012-11-27 | Fix type typo | Philip Guenthe | |
ok henning@ | |||
2012-11-27 | Add format attributes to the proper functions and then fix the warnings | Philip Guenthe | |
that gcc then reports when compiling with -DDEBUG=2 ok reyk@ benno@ | |||
2012-11-26 | We don't really need a "rngs" node in the Hypervisor MD. | Mark Kettenis | |
2012-11-26 | Fix generation of "hvmd_mblock" node. Only add the "stick-frequency" | Mark Kettenis | |
property to the root node if the original Hypervisor MD had one to start with. | |||
2012-11-26 | Regeerate Hypervisor MD from scratch instead of modifying the existing one. | Mark Kettenis | |
2012-11-25 | More changes to make this work on UltraSPARC T2 systems. Now there's | Mark Kettenis | |
enough functionality to create a configuration for a t5120 running System Firmware 7.1.x. | |||
2012-11-25 | Use "id" property as physical ID for CPUs on UltraSPARC T2 and later. | Mark Kettenis | |
2012-11-25 | Properly remove virtual device ports if we remove the associated channels. | Mark Kettenis | |
2012-11-25 | spacing | Mark Kettenis | |
2012-11-25 | Add support for building a new configuration based on a configuration that | Mark Kettenis | |
already has guest domains configured. | |||
2012-11-24 | Better error reporting. | Mark Kettenis | |
2012-11-24 | Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining about | Mark Kettenis | |
not being able to configure crypto work queues. | |||
2012-11-24 | Get rid of some hard-coded constants. Improve memory allocation code. | Mark Kettenis | |
2012-11-24 | fix after asr update | Eric Faurot | |
2012-11-24 | Fix yacc warning. | Mark Kettenis | |
2012-11-24 | Add code to create new system configuration. Work in progress, but there's | Mark Kettenis | |
enough functionality to create a configuration for a t1k or t2k running System Firmware 6.7.x. | |||
2012-11-24 | Export a few more prototypes. Make md_get_prop_val set the returned value | Mark Kettenis | |
to -1 if the requested property isn't present. | |||
2012-11-24 | Add xasprintf. | Mark Kettenis | |
2012-11-23 | fix mixed code and declarations, from brad@ | Stuart Henderson | |
2012-11-23 | resolve conflicts | Stuart Henderson | |
2012-11-23 | update to NSD 3.2.14, requested by/ok brad@ | Stuart Henderson | |
2012-11-23 | knf | Eric Faurot | |
2012-11-23 | knf | Eric Faurot | |
2012-11-23 | send ack on update map. | Eric Faurot | |
ok gilles@ | |||
2012-11-23 | knf | Eric Faurot | |
ok gilles@ | |||
2012-11-23 | Replace the qwalk API (to retreive on disk envelopes at runtime) with | Eric Faurot | |
a simple QOP_WALK queue operation. Some knf and formating fixes while there. ok gilles@ | |||
2012-11-21 | strtonum() can only handle a maximum of LLONG_MAX | Sebastian Benoit | |
fixes bug reported by Bogdan Andu, thanks ok reyk@ deraadt@ sthen@ | |||
2012-11-21 | hook up ldomctl(8) and ldomd(8). | Mark Kettenis | |
2012-11-20 | - for lists, list type must come first | Jason McIntyre | |
- uppercase "ID" | |||
2012-11-20 | Allow "smtpctl show queue" to run in "online" mode if the smtpd server | Eric Faurot | |
is running. The scheduler sends the runtime state of each envelope to the queue process which loads the envelope, fills the runtime bits and sends the envelope back to the client. Iteration over the envelope set happens in small chunks to make the request interruptible and to allow the server to keep doing its job in the meantime. Adpat "smtpctl schedule-all" to schedule the messages one by one using the same iteration mechanism. Document "smtpctl monitor" and "smtpctl show queue". ok gilles@ | |||
2012-11-18 | knock out a useless .Pp; | Jason McIntyre | |
2012-11-18 | remove { } from example in PRIMARY DOMAIN section | Robert Peichaer | |
ok gilles | |||
2012-11-15 | If max-prefix/restart are used, display the values in "bgpctl sh nei" output. | Stuart Henderson | |
ok henning claudio benno | |||
2012-11-15 | buf_* -> ibuf_* in various log entries to reflect correct function names. | Kenneth R Westerback | |
ok claudio@ | |||
2012-11-14 | update to 1.2.5 | Robert Nagy | |
2012-11-14 | In the unlikely event that a NULL device is passed to priv_pcap_live(), | Lawrence Teo | |
ensure that the function will stop and return NULL instead of continuing (which could lead to a segfault). ok benno deraadt otto | |||
2012-11-13 | pasto in log message | Florian Obser | |
ok henning |