Age | Commit message (Expand) | Author |
2015-01-16 | Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }". | Ingo Schwarze |
2015-01-16 | Tweak previous: Do not put punctuation on its own line, put it at the end | Ingo Schwarze |
2015-01-16 | Clean up macros in isakmpd(8). | Anthony J. Bentley |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | tell the truth about DES. | Igor Sobrado |
2015-01-15 | I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4) | Theo de Raadt |
2015-01-14 | pathconf(1) never happened. | Theo de Raadt |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2015-01-13 | -/* Backwards compatibility. */ | Theo de Raadt |
2015-01-12 | Don't forget about protocol specification when configuring flows. | Mike Belopuhov |
2015-01-10 | tell the truth about DES. | Igor Sobrado |
2015-01-09 | Change rssi passed to ifconfig(8) to a signed value to fix printing signal | Stuart Henderson |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2015-01-04 | Sort wireless nodes by signal strength, from Simon Nicolussi. | Martin Pieuchot |
2015-01-03 | Add support for creating a protective MBR for GPT. | Joel Sing |
2015-01-03 | move the list_cloners() prototype out of #ifndef SMALL | Jonathan Gray |
2015-01-02 | PFS stands for Perfect Forward Secrecy. | Igor Sobrado |
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback |
2014-12-28 | Unbreak the tree. Looks like tedu did not tedu enough when killing KPDK | Claudio Jeker |
2014-12-22 | Out out you evil network daemon. | Florian Obser |
2014-12-19 | Support source-hash and random with tables and dynifs; not just pools. | Reyk Floeter |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-12-12 | put global_ptrace here too so users know how to spell it. poke by jmc | Ted Unangst |
2014-12-10 | If pfctl cannot set a limit in the kernel, print the name of the | Alexander Bluhm |
2014-12-10 | Reusing the same field for different things in different contexts may | Kenneth R Westerback |
2014-12-10 | The consensus is that RTM_IFINFO messages do not always carry the | Kenneth R Westerback |
2014-12-09 | Move the initial link status check and possible forceup back before | Kenneth R Westerback |
2014-12-08 | Try harder to avoid displaying "no link ... got link" when initial | Kenneth R Westerback |
2014-12-07 | Do not move from S_PREBOOT to S_REBOOT just because link_timeout | Kenneth R Westerback |
2014-12-07 | Ensure we grab the interface LLADDR as soon as the link state is | Kenneth R Westerback |
2014-12-07 | Retract check for IFF_RUNNING when checking for link state. At least | Kenneth R Westerback |
2014-12-06 | Do not define the variable pid twice to avoid a compiler warning. | Alexander Bluhm |
2014-12-05 | Move initial wait for network link into the state machine by adding | Kenneth R Westerback |
2014-12-05 | Store return value of i2d_X509_NAME in a signed integer to make | Mike Belopuhov |
2014-12-05 | Specify correct number of iovecs when sending replies to the ikev2 proc | Mike Belopuhov |
2014-12-03 | Init SPI using arc4random_buf, rather than (r << 32) | r | Theo de Raadt |
2014-12-03 | Use arc4random_buf() rather than iterating word by wordo | Theo de Raadt |
2014-12-03 | ifconfig $if inet6 autoconf sends periodic router solicitations. | Florian Obser |
2014-12-03 | rtsol is gone | Florian Obser |
2014-12-03 | Unhook rtsol(8) and rtsold(8) from the build. | Florian Obser |
2014-12-03 | Correct comment to state that the BPF program is patched in | Kenneth R Westerback |
2014-12-01 | memcpy abort found an overlap. from dsp at 2f30. ok deraadt | Ted Unangst |
2014-11-30 | Don't check for hardware address change unless link was up. Delay | Kenneth R Westerback |
2014-11-29 | Explicitly initialize client->state to S_REBOOTING rather than | Kenneth R Westerback |
2014-11-27 | Use if_nametoindex() to get the interface index, and thereby check | Kenneth R Westerback |
2014-11-26 | Reset ifi->errors after a successful receive_packet(), rather than | Kenneth R Westerback |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | 'ifi' is successfully calloc'd during initialization or dhclient | Kenneth R Westerback |
2014-11-26 | Rename 'got_one()' to 'packethandler()'. | Kenneth R Westerback |
2014-11-25 | r1.118 starting using LINK_STATE_IS_UP() to check the link status | Kenneth R Westerback |