Age | Commit message (Expand) | Author |
2015-11-22 | Add initial parser to support a vmm.conf(5) configuration file format | Reyk Floeter |
2015-11-22 | vmmctl(8) - vmm subsystem control | Mike Larkin |
2015-11-22 | vmd(8) - virtual machine daemon. | Mike Larkin |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-22 | There is still a bit of an issue with connected routes in the RIB. Print | Claudio Jeker |
2015-11-22 | Improve ABR support especially for self-originated stub networks. | Claudio Jeker |
2015-11-21 | pledge for nsd. | Florian Obser |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-21 | Print PCI power state when the -v option is given. | Mark Kettenis |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | While here, fix two size format string warnings. | Reyk Floeter |
2015-11-21 | Move local logging functions to util.c and copy log.c from iked. Now | Reyk Floeter |
2015-11-21 | Move local logging functions into httpd.c, and sync log.c with relayd - | Reyk Floeter |
2015-11-21 | Move local logging functions from log.c to new file util.c (that is | Reyk Floeter |
2015-11-20 | bgpd has been naughty. It tries to play with AF_UNIX sockets without | Florian Obser |
2015-11-20 | use RMS for jitter. we're linking with enough libraries that libm is tiny. | Ted Unangst |
2015-11-20 | KNF | Theo de Raadt |
2015-11-20 | Appears to only need pledge "stdio" against open kvm | Theo de Raadt |
2015-11-20 | typo in error message: to -> too | tb |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-19 | lexer fixes to work with new flex. from Serguey Parkhomovsky | Ted Unangst |
2015-11-19 | hoist the SOCK_RAW setup to the top before pledge | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" | Theo de Raadt |
2015-11-19 | KNF | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" for entire lifetime. rpath must remain | Theo de Raadt |
2015-11-18 | err(1, "foo") -> err(1, NULL) for strdup() | mmcc |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-18 | Remove memory.h include. | mmcc |
2015-11-17 | Check pipe(2) return value; noticed by deraadt@ | Todd C. Miller |
2015-11-17 | Check for setgid() failure before executing editor and warn if | Todd C. Miller |
2015-11-17 | include fix. dbm is ndbm and memory is string. ok deraadt. | Ted Unangst |
2015-11-17 | pledge() esposes a design issue in bgpd that will take a moment to | Sebastian Benoit |
2015-11-17 | pledge "stdio rpath wpath cpath getpw flock". | Theo de Raadt |
2015-11-17 | no more pac; | Jason McIntyre |
2015-11-17 | fix memory leak; from David CARLIER | Theo de Raadt |
2015-11-17 | delete setgid kmem (comments) from a different era | Theo de Raadt |
2015-11-17 | off to the bitbucket in the sky | Theo de Raadt |
2015-11-17 | Sensors marked as invalid should be excluded by snmpd(8) from the sensors | Gerhard Roth |
2015-11-17 | in the SE, loosing the pipe to the main process can be handled with a | Sebastian Benoit |
2015-11-17 | clean headers | Theo de Raadt |
2015-11-16 | Replace remaining calls to index(3) with strchr(3). OK jca@ krw@ | Todd C. Miller |
2015-11-16 | improve logging slightly | Ted Unangst |
2015-11-16 | the list insertion needs to occur right after we get a valid socket, | Ted Unangst |
2015-11-16 | fix log messages, from jan stary | Ted Unangst |
2015-11-16 | delete setuid code (which we disabled in 2002) | Theo de Raadt |
2015-11-16 | Remove remaining instances of the register keyword. | mmcc |
2015-11-15 | Clean up the remaining uses of stderr and perror() and use warn/err | Todd C. Miller |
2015-11-15 | pledge "stdio rpath wpath cpath fattr getpw flock id proc exec" at the | Theo de Raadt |
2015-11-15 | Really silly to chmod "st_mode & 07777" when making a copy of the | Theo de Raadt |
2015-11-15 | Remove more register keywords. | mmcc |