Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | In the flag command description, mention that a bootable partition | Theo de Raadt | |
is marked with '*' due to comments from sthen and kettenis | |||
2015-09-09 | remove 3 paragraphs of useless information at the start, and replace | Theo de Raadt | |
with the simple facts a user needs. ok kettenis krw | |||
2015-09-09 | Cleanup the iov handling in ping6. Use the global iov instead of a local | Claudio Jeker | |
version which is then added to a global struct msghdr. Issue found by Michael McConville. OK florian@ tobias@ | |||
2015-09-09 | No need to check !xxboot inside a 'if (!xxboot) ...' block. | Kenneth R Westerback | |
ok otto@ deraadt@ | |||
2015-09-08 | Correct strsep() usage to free() correct string. Spotted by and | Kenneth R Westerback | |
original diff from Michael McConville via tech@. Thanks! ok millert@ beck@ guenther@ jca@ | |||
2015-09-08 | Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used. | Todd C. Miller | |
Found by jsg@. OK jsg@ deraadt@ | |||
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre | |
2015-09-05 | snprintf+write --> dprintf | Philip Guenther | |
ok deraadt@ | |||
2015-09-05 | Some whitespace bulking out a diff unnecessarily. | Kenneth R Westerback | |
2015-09-04 | shuffle -b into place; while there, do some general tidy up | Jason McIntyre | |
of SYNOPSIS and usage(); | |||
2015-09-04 | Add a -b option, to be used together with -i, that tells fdisk to add a | Mark Kettenis | |
special boot partition on architectures that need it. For now those architectures are amd64 and i386, where this option will create an EFI system partition to store our new UEFI bootloader. ok deraadt@, krw@ | |||
2015-09-03 | Move tricky system calls up and sensitive data calculations down so | Florian Obser | |
that tame(2) can sit in the middle. diff from deraadt@ "you can commit that diff" deraadt@ | |||
2015-09-03 | interface should only be specified for root queues; found by jsg | Mike Belopuhov | |
2015-09-01 | Display the correct source address when using a non-default routing | Florian Obser | |
table. Problem reported on bugs@ and diff from phil AT unita.com.au, thanks! OK phessler | |||
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky | |
Spotted by Dilli Paudel <dilli ! paudel at oracle ! com> ok jung@, ok mikeb@ | |||
2015-08-31 | Support deviant but historically blessed practice of accepting | Kenneth R Westerback | |
multiple domain names in dhcp option 15 (Domain Name). This allows resolv.conf 'search' statements to be built with multiple entries. Adhere to the limits stated in resolv.conf(5) - no more than 6 domains and less than 1024 characters total length. Encountered in the wild and fix tested by beck@. Feedback from deraadt@ | |||
2015-08-31 | remove unused define; no binary change | Florian Obser | |
2015-08-31 | Forgot to commit the man page bits when removing RH0 support. | Florian Obser | |
2015-08-30 | Clean up getaddrinfo(3) calls to make them look like the canonical | Florian Obser | |
example from the man page. While there was nothing wrong this pattern makes it easier to figure that out. While here be more paranoid how much we memcpy(3). Looks clean to deraadt@ | |||
2015-08-30 | Remove RH0 support, it was deprecated in RFC 5095 some time ago and | Florian Obser | |
you couldn't send packets anyway since our stack drops them unconditionally. reasoning is sound to deraadt@, OK mpi@ | |||
2015-08-27 | Nuke some trailing whitespace that keeps coming back. | Kenneth R Westerback | |
2015-08-26 | use 0xffff not 0xfffff for a 16 bit port constant | Jonathan Gray | |
ok mikeb@ | |||
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther | |
ok millert@ deraadt@ | |||
2015-08-22 | spacing | Theo de Raadt | |
2015-08-21 | Switch iked to C99-style fixed-width integer types. | Reyk Floeter | |
OK mikeb@ | |||
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller | |
OK deraadt@ | |||
2015-08-20 | Do not cast a size_t to (unsigned long) to pass it as an argument to malloc. | Theo de Raadt | |
Like really, who does??! | |||
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt | |
malloc, calloc, realloc* ok krw millert | |||
2015-08-19 | Add missing OpenBSD CVS tag - no binary change | Reyk Floeter | |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback | |
2015-08-19 | spacing (no binary change, verified with checksums) | Reyk Floeter | |
2015-08-15 | Less damned spurious whitespace. | Kenneth R Westerback | |
2015-08-14 | switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstab | Sebastien Marie | |
contains option for swapping to NFS files. ok millert@ | |||
2015-08-05 | repair buffer size checks around chacha block, spotted by Dimitris Papastamos | Theo de Raadt | |
ok florian | |||
2015-07-31 | Document acceptable values for "carpdemote", from Julien Dhaille. | Martin Pieuchot | |
ok jmc@, deraadt@ | |||
2015-07-27 | document "F" in interactive mode, like for fsck.8; | Jason McIntyre | |
from michael mcconville ok deraadt | |||
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado | |
ok jmc@ | |||
2015-07-26 | remove unused variable | Charles Longeau | |
ok mpi@ rzalamena@ | |||
2015-07-25 | Teach ifconfig(8) man page about the mpw(4) commands. | Rafael Zalamena | |
ok jmc@ | |||
2015-07-22 | process_mpw_commands should not go to install-media ifconfig | Theo de Raadt | |
2015-07-21 | Teach ifconfig(8) about mpw(4) commands. | Rafael Zalamena | |
ok claudio@, renato@, mpi@. | |||
2015-07-18 | remove the restriction to disallow the use of a passphrase file during | Alexander Hall | |
initial creation of a crypto volume ok phessler | |||
2015-07-18 | Make all commands accepting the "-priority" switch recognize aliases | Martin Pieuchot | |
for common priorities. ok deraadt@, claudio@ | |||
2015-07-18 | Indent the output of bridge rules in ifconfig. | rzalamena | |
ok reyk@ | |||
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler | |
look at the routes with a priority, or to display all routes that do not have a specific priority (normally, don't show bgp). We are intentionally not updating netstat -r yet, as we do not have a good flag to use. first version from, and OK benno@ | |||
2015-07-17 | Assign correct destination port value for the destination netmask. | Mike Belopuhov | |
This repairs setup of SPD flows that specify port only on the one side of the from-to specification. ok markus | |||
2015-07-14 | Use volatile sig_atomic_t for requested_transition since it is | Todd C. Miller | |
modified inside signal handlers. Instead of returning a function pointer, the state functions now return an enum for the next state. This is used as an index into an array of function pointers to do the actual state change in transition(). OK deraadt@ | |||
2015-07-14 | clarification from trondd; | Jason McIntyre | |
ok mikeb | |||
2015-07-09 | Nuke unused variable. | Kenneth R Westerback | |
2015-07-08 | Do not attempt to read a disk sector worth of data from the file | Kenneth R Westerback | |
containing the MBR template. Most especially don't get upset when the 512-byte file does not contain a full 4096 byte disk sector. Allows 4096-byte disks to be fdisk'ed once more. Problem reported and fix tested by Gerald Hanuer via bugs@. ok deraadt@ |