Age | Commit message (Expand) | Author |
2013-10-24 | These two programs got fooled by the KAME/NRL split and need type repair. | Theo de Raadt |
2013-10-24 | no need for netinet/ip_var.h (and friends) | Theo de Raadt |
2013-10-23 | We need to loop around waitpid to catch all exited children as we are | Florian Obser |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-21 | Do not leak fds in fork(2) error path. | Florian Obser |
2013-10-21 | Check for EINTR, too. | Florian Obser |
2013-10-21 | No need for volatile here. | Florian Obser |
2013-10-21 | - -V after -t | Jason McIntyre |
2013-10-21 | Use the provided netmask on the subnet value provided in 'subnet' | Kenneth R Westerback |
2013-10-21 | we are passing the variable, not using a global any more. | Peter Hessler |
2013-10-21 | remove the IPv4-only check for rdomains, allows IPv6 to use them | Peter Hessler |
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler |
2013-10-21 | Add rdomain support to IPv6 configuration tools | Peter Hessler |
2013-10-20 | spelling, spacing, etc | Theo de Raadt |
2013-10-20 | Report i/o errors on stdin as occuring on "stdin" not "(null)"... | Miod Vallat |
2013-10-20 | If the font to load is not a file, compute the numbers of characters it | Miod Vallat |
2013-10-20 | reserve file descriptors for incoming connections so we | Sebastian Benoit |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze |
2013-10-19 | Merge the prefix and prefixlen filter bits into one filter. Change the | Claudio Jeker |
2013-10-19 | Fix receipt of OID varbinds when sending traps | Bret Lambert |
2013-10-19 | Keep track of which fds were closed before and only close those still | Florian Obser |
2013-10-18 | don't silence stderr from pkg_add when running in verbose mode | Alexander Hall |
2013-10-18 | bugfix update to 1.4.3 | Robert Nagy |
2013-10-18 | Scattering a few bcopy()'s around source using mostly memcpy() is just | Kenneth R Westerback |
2013-10-18 | Do not fiddle with the response queue directly but go through | Florian Obser |
2013-10-18 | Logging to syslog works better with openlog(3). | Florian Obser |
2013-10-18 | Use a dedicated socketpair for stdin, makes the code more symetric and | Florian Obser |
2013-10-18 | Calculate correct pointer for fcgi_{begin,end}_request_body. | Florian Obser |
2013-10-18 | Calculate correct pointer for end_request; while there initialize | Florian Obser |
2013-10-18 | set FD_CLOEXEC | Florian Obser |
2013-10-18 | %d -> %lld, add (long long) cast to time_t variables. Make guenther | Kenneth R Westerback |
2013-10-18 | typo in function name in log message | Stuart Henderson |
2013-10-17 | Respect the max pdu length and merge all send_label* functions into | Renato Westphal |
2013-10-17 | Improve parsing of label mapping messages and merge all recv_label* | Renato Westphal |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-17 | Less ambiguous wording concerning control socket configuration options. | Bret Lambert |
2013-10-17 | Update snmpd(8) to use the proc.c privsep style from iked and relayd. | Reyk Floeter |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-16 | tidy up the "modifier" list a little and sync usage(); | Jason McIntyre |
2013-10-16 | some .Pa; | Jason McIntyre |
2013-10-16 | no more -r; ok blambert | Jason McIntyre |
2013-10-16 | 1) move the creation of 'restricted' communication sockets | Bret Lambert |
2013-10-15 | Don't bind a label for the default route. | Renato Westphal |
2013-10-15 | Minor fixes on if_del() and nbr_new(). | Renato Westphal |
2013-10-15 | Simplify the lde_nbr_new() function. | Renato Westphal |
2013-10-15 | Remove stray (long) cast of value being assigned to tv_secs. | Kenneth R Westerback |
2013-10-15 | Simplify the code by avoiding direct calls to imsg_compose_event(). | Renato Westphal |
2013-10-15 | Improve debug and error logs. | Renato Westphal |
2013-10-15 | Generate the NBR_EVT_PDU_RCVD event in a single point. | Renato Westphal |