Age | Commit message (Expand) | Author |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-30 | Practice safe free()'ing by setting alloc to NULL to | Kenneth R Westerback |
2018-08-30 | Never let FS_RAID partition be named, a.k.a. given a mount point. | Kenneth R Westerback |
2018-08-30 | Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift count | YASUOKA Masahiko |
2018-08-29 | Better description for inet6 eui64, plus consistency tweaks | Jeremie Courreges-Anglas |
2018-08-28 | Display per-TDB counters in verbose mode. | Martin Pieuchot |
2018-08-28 | Tweak messages emitted by editor_resize() so "Partition x shrunk ..." | Kenneth R Westerback |
2018-08-27 | disklabel(8) no longer touches bootstrap code so stop mentioning it. | Kenneth R Westerback |
2018-08-26 | disklabel(8) has not used the primary/secondary boot files | Kenneth R Westerback |
2018-08-26 | Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8), | Bryan Steele |
2018-08-26 | pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, | Bryan Steele |
2018-08-26 | The three -B forms of disklabel(8) were nuked years ago. So remove | Kenneth R Westerback |
2018-08-24 | Drop special handling of SIGSYS. | cheloha |
2018-08-24 | display CPU_CPUID / machdep.cpuid in hex not decimal | Jonathan Gray |
2018-08-23 | Always check the return values of get_[fsize|bsize|cpg]. | Kenneth R Westerback |
2018-08-21 | Unbreak 'R'esize. | Kenneth R Westerback |
2018-08-19 | Call daemon with 0 as first argument so that it changes the cwd to / | Florian Obser |
2018-08-15 | Restore ability to use hostnames to configure ip addresses. | Florian Obser |
2018-08-14 | unveil(2) /etc/nologin.txt for reading | cheloha |
2018-08-13 | The iterator i is not the option code, but simply the index for the | Patrick Wildt |
2018-08-13 | consistent macros; | Jason McIntyre |
2018-08-12 | Add administrative options to LACP trunk implementation. | ccardenas |
2018-08-12 | Make ifconfig's -joinlist command work as advertised. | Stefan Sperling |
2018-08-12 | add missing markup; | Jason McIntyre |
2018-08-11 | Nuke stray/pointless 'volatile' for local var. | Kenneth R Westerback |
2018-08-11 | Fix problems ofthe ifconfig argument parser with "ifconfig <if> join". | Sebastian Benoit |
2018-08-10 | Zap bits in host_v4(), use mask parameter | kn |
2018-08-09 | Drop support for guessing an old-style class A, B, or C netmask from | Ingo Schwarze |
2018-08-08 | ifconfig cannot be pledged because of its overwhelming amount of | Florian Obser |
2018-08-08 | tabs are ok at start of line, but internally space seperation is the norm | Theo de Raadt |
2018-08-06 | make ifconfig <if> join display the list of networks configured for | Sebastian Benoit |
2018-08-06 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-08-05 | Since -s argument is no longer checked, during reexec, the argv size then must | Ricardo Mestre |
2018-08-04 | Oops. Missing chunk from previous 'secs' -> 'ui'. | Kenneth R Westerback |
2018-08-04 | Rename local variable 'secs' to 'ui' to be consistant with all other | Kenneth R Westerback |
2018-08-04 | Leave the control socket behind on shutdown. It doesn't hurt anyone. | Florian Obser |
2018-08-03 | Move pledge after getopt when we know whether the operation is reboot, | Theo de Raadt |
2018-08-03 | document that wpakey needs a preceeding nwid OR join specification | Alexander Hall |
2018-08-02 | errno is never checked after a call to getuint64(). So there is no | Kenneth R Westerback |
2018-07-31 | Zap v4mask and v6mask in host() | kn |
2018-07-30 | recognize WSMOUSE_TYPE_TOUCHPAD devices | Joshua Stein |
2018-07-30 | Simplify host() | kn |
2018-07-28 | Use strtonum in host() | kn |
2018-07-27 | Have slaacd(8) share information on receiving a MTU advertisement with | bket |
2018-07-27 | Enable slaacd(8) to set MTU on an interface. | bket |
2018-07-24 | Move duplicate code into new helper print_addr_str() | kn |
2018-07-24 | Simplify getaddrinfo() error handling | kn |
2018-07-23 | When moving between networks slaacd configures new addresses but | Florian Obser |
2018-07-23 | replace references to rtadvd(8) with rad(8) | Florian Obser |
2018-07-23 | Handle duplicate address detection failures. | Florian Obser |