Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-12 | obvious macros fixes: | Ingo Schwarze | |
* use .Cm for fixed argument strings * properly use .Ar on individual arguments * drop redundant .Bk | |||
2015-09-12 | typo that breaks the build | Christian Weisgerber | |
2015-09-12 | Avoid out of boundary access on invalid or short packet reads. | Tobias Stoeckmann | |
ok florian@ | |||
2015-09-11 | Remove RTF_XRESOLVE support. | Martin Pieuchot | |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling | |
rates on wireless interfaces. They are not needed by mere mortals. ok phessler miod kettenis deraadt mpi | |||
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling | |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze | |
2015-09-10 | avoid divide by zero; from Michael McConville | Theo de Raadt | |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze | |
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@. |