Age | Commit message (Expand) | Author |
2015-05-08 | Add a new `don't read back' flag for variables, to prevent reading their value | Miod Vallat |
2015-05-08 | Separately track the number of items in alloc_table in a variable. With | Stuart Henderson |
2015-05-06 | Document that priority 1 is reserved for kernel use. | Martin Pieuchot |
2015-05-03 | Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default. | Philip Guenther |
2015-05-02 | de-castify strtonum to make it consistent again. | Florian Obser |
2015-05-02 | Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@ | Florian Obser |
2015-05-02 | A ttl of 0 is valid. While here use MAXTTL instead of 255. | Florian Obser |
2015-05-02 | Hoist common assignments out of a series of if/if-else statements | Kenneth R Westerback |
2015-05-02 | Correct switch between current and previous line buffers when | Kenneth R Westerback |
2015-05-02 | Use strtonum() when parsing argument list, as ping(8) does. Give | Kenneth R Westerback |
2015-04-29 | some fine-tuning in SYNOPSIS, usage, and order of options, with jmc | Henning Brauer |
2015-04-29 | g/c unneeded second char * var, ok benno | Henning Brauer |
2015-04-29 | support passing a template file for the auto-allocation to disklabel. | Henning Brauer |
2015-04-28 | Someone went to the trouble of vertically aligning a set of parameters but | Mike Larkin |
2015-04-27 | route show does not need to filter unwanted af itself, the sysctl does | Sebastian Benoit |
2015-04-26 | Fix glitches in previous commit: strip the \n and only complain on failure | Philip Guenther |
2015-04-23 | error in strtonum() conversion; found by Nathanael Rensen | Theo de Raadt |
2015-04-21 | Improve divert-to specification parsing w.r.t. rule address family. | Mike Belopuhov |
2015-04-21 | No need to do "size = (size_t)sb.st_size" both before and after | Jonathan Gray |
2015-04-20 | Log if we refuse to continue the exchange when another one that corresponds | Mike Belopuhov |
2015-04-20 | port src/sbin/ping/ping.c r1.119 and r1.121 to ping6: | David Gwynne |
2015-04-20 | fold the icmp seq number into the mac. | David Gwynne |
2015-04-19 | by default fill the ping payload with a chacha stream instead of | David Gwynne |
2015-04-19 | add a mac to the timestamp payload and calculate it with siphash. | David Gwynne |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-16 | Tweak error output. | Gleydson Soares |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-11 | Re-enable the RAID 5 discipline for softraid(4). | Joel Sing |
2015-04-04 | banished the attic | Theo de Raadt |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-03-30 | Even better -- readsector() and writesector() become DISK_readsector() and | Kenneth R Westerback |
2015-03-30 | Nuke declaration of unused and non-existant function MBR_print_disk(). | Kenneth R Westerback |
2015-03-29 | Rename MBR_readsector() and MBR_writesector() to just readsector() | Kenneth R Westerback |
2015-03-29 | A couple of letoh64() to make GPTSIGNATURE test work better on | Kenneth R Westerback |
2015-03-28 | Add a simple crc32() implmentation to avoid pulling in libz, which | Kenneth R Westerback |
2015-03-27 | Wrap some annoying long lines. | Kenneth R Westerback |
2015-03-27 | Use DOSACTIVE define instead of magic number 0x80. | Kenneth R Westerback |
2015-03-26 | Adapt ask_string() from disklabel's getstring(). It will be used | Kenneth R Westerback |
2015-03-26 | initial support for RFC 7427 signatures, so we are no longer | Markus Friedl |
2015-03-26 | Allow input/printing/conversion of terabyte sizes. Which GPT partitons | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-26 | Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? | Mike Belopuhov |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.118 to ping6: | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.116 to ping6: | David Gwynne |
2015-03-23 | obfuscate the monotonic clock values we put on the wire by offsetting | David Gwynne |
2015-03-20 | Fix cut & pasto in warning message; from Andre Smagin | Todd C. Miller |
2015-03-19 | When zapping the GPT at the end of the disk, don't use disk.size | Kenneth R Westerback |
2015-03-19 | Nuke now unused variable. | Kenneth R Westerback |