Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | Almost exactly 10 years ago, we changed the length of PF table names to | Peter Hessler | |
32 chars. Allow bgpd to use these newfangled longer names. OK sthen@ | |||
2013-01-08 | Remove private CVS tag from an obsolete repository and bump copyright | Reyk Floeter | |
to 2013 while I'm here... this is my way of saying "happy new year!". | |||
2013-01-08 | add other root servers from named.root that were missed in previous updates | Stuart Henderson | |
2013-01-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter | |
2013-01-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2013-01-07 | Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__ | Brad Smith | |
is defined. Fixes build with LLVM. From and OK millert@ | |||
2013-01-07 | Remove inline from ppp_output() function to fix building with LLVM. | Brad Smith | |
ok yasuoka@ millert@ | |||
2013-01-07 | only protest midly if we're in exclude mode, so that you can exclude stuff | Marc Espie | |
that does not exist, and that you will still see typos. | |||
2013-01-06 | acknowlege -> acknowledge | Martynas Venckus | |
compatability -> compatibility OK jmc@. | |||
2013-01-05 | Check UDP length field for short as well as long values. Fixes a | Kenneth R Westerback | |
dhcpd crash when a UDP packet arrives saying it has 0 length. Spotted by Martin Pelikan, who also noted it was fixed a while ago in ISC DHCP 3.0b2p17. Fix tested by Martin. Thanks! | |||
2013-01-04 | simplify chroot cases | Robert Peichaer | |
ok ajacoutot@ | |||
2013-01-03 | Refactor code for extracting and checksumming of (x)etcXX.tgz sets | Robert Peichaer | |
or preparing from /usr/src into extract_set() and prepare_src(). - extend error handling and quoting of user supplied input - move and rename get_sets() to get_set(), change parameter order and allow arbitrary filenames in url pattern (see r1.62 msg) ok halex@, 'go ahead' ajacoutot@ | |||
2013-01-03 | Don't mention the (incorrect) option number of autoproxy-script, since | Kenneth R Westerback | |
we don't mention the option numbers for other options. Noticed by Marcus Merighi vi tech@. | |||
2013-01-02 | Rework to simply list all options in alphabetical order. Functional | Kenneth R Westerback | |
groupings and sub-ordering them in RFC/numerical order did not make for a readable man page. Add a number of missing option descriptions. Started by man page update from Marcus Merighi via tech@. Thanks! Further fixes and tweaks by jmc@. ok jmc@. | |||
2013-01-02 | man page bits for "announce restart yes" default | Florian Obser | |
ok sthen@ | |||
2012-12-31 | simple optimization: if we're already erroring out, there's totally no | Marc Espie | |
need to compute those pesky checksums. | |||
2012-12-28 | base on landry's remarks, stuff like .libs* and partial* shouldn't ever | Marc Espie | |
have manual annotation markers. (the read part is there for legacy, as some stuff is already written back that way. Eventually, no .libs* will have @option manual-install left). | |||
2012-12-26 | correction of the SRCDIR check | Robert Peichaer | |
2012-12-26 | Combine almost identical code for fetching and checking of the | Robert Peichaer | |
etcXX.tgz/xetcXX.tgz sets into a more generic function get_sets(). Move the SRCDIR check into the getopts while-loop as well. ok ajacoutot@ halex@ | |||
2012-12-25 | replace one grep with awk patterns and simplify another using -q | Robert Peichaer | |
ok ajacoutot@ | |||
2012-12-24 | simplify things by using shell patterns | Robert Peichaer | |
ok ajacoutot@ halex@ | |||
2012-12-23 | simplify setting FETCH_CMD and move it upwards to where the other | Robert Peichaer | |
global variables are defined ok ajacoutot@ | |||
2012-12-21 | valid port interval 1 through 65535, not 1 - 65534 | Gleydson Soares | |
check interval with yacc/$5 variable instead of cfgstate.listen_port that is an in_port_t type, for avoid warnings, due to limited range of data type; use IPPORT_HILASTAUTO for more consistence (input from millert@) "yeah, I like that. ok" henning@ | |||
2012-12-19 | use (()) for arithmetic tests | Robert Peichaer | |
ok @ajacoutot | |||
2012-12-19 | Remove extra semicolon in "if (...);" which caused an incorrect flag to | Stuart Henderson | |
be set in _this->keylenbits. Found by scanning the tree using coccinelle. ok yasuoka | |||
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller | |
is no direct need for sys/proc.h or sys/resource.h. Some consumers of kinfo_proc need these for the proc flags and rlimit defines like RLIM_INF so add the appropriate includes to them. OK deraadt@ sthen@ | |||
2012-12-18 | reorder some variables and move large buffers to the top of the stack. | Reyk Floeter | |
2012-12-18 | remove unused variable | Reyk Floeter | |
2012-12-18 | no nead to touch argv later since we don't support non-getopt arguments. | Reyk Floeter | |
2012-12-18 | doin't complain if the child processes exited cleanly. | Reyk Floeter | |
2012-12-18 | cnl is only allocated if F_NATLOOK was specified before, so skip the | Reyk Floeter | |
extra check for F_NATLOOK and check if cnl is not NULL only. no functional change, but this might make it clear that there is no and was no memleak here. | |||
2012-12-18 | reorder the variables a bit, no functionaly change. | Reyk Floeter | |
2012-12-10 | OpenBSD->.Ox | Jason McIntyre | |
2012-12-10 | Implement panic command. | Mark Kettenis | |
2012-12-09 | Implement panic command. | Mark Kettenis | |
2012-12-08 | Make ldomd(8) to control the availability of virtual disks to guest domains. | Mark Kettenis | |
This is done by opening the corresponding /dev/vdspN device file. The virtual disk will remain available until that device is closed, which happens automatically when ldomd(8) exits. | |||
2012-12-08 | Fix previous. | Mark Kettenis | |
2012-12-08 | Add a few missing properties to vnet-port devices to make Linux happy. | Mark Kettenis | |
2012-12-08 | don't forget to include a path separator after an SSLDIR; | Mike Belopuhov | |
reported by david hill | |||
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 | |