Age | Commit message (Expand) | Author |
2015-11-14 | these files document their config files too: adjust NAME accordingly; | Jason McIntyre |
2015-11-14 | the mandoc(7) mlink is useless; zapping now, at ingo's behest | Jason McIntyre |
2015-11-14 | pledge("stdio", NULL) for code path that just prints the MBR or GPT. i.e. | Kenneth R Westerback |
2015-11-14 | If none of -i, -u or -e are specified exit immediately after the | Kenneth R Westerback |
2015-11-13 | vmm is i386 only for now | Theo de Raadt |
2015-11-13 | No need to supplement usage() with extra messages about -b needing -i, or | Kenneth R Westerback |
2015-11-13 | No need to zero a global variable before use. | Kenneth R Westerback |
2015-11-13 | Use crontab-style syslog calls in at. | Todd C. Miller |
2015-11-13 | There's no need for at.c globals to be extern. | Todd C. Miller |
2015-11-13 | Ev SHELL no longer relevant; | Jason McIntyre |
2015-11-13 | pledge tcpbench, from David Hill, tweaked the -s case. | Sebastian Benoit |
2015-11-13 | remove -d from SYNOPSIS; | Jason McIntyre |
2015-11-13 | Since rtable was hoisted to the top with setrtable, it should have no | Theo de Raadt |
2015-11-13 | Both gcc & collect2 can pledge "stdio rpath wpath cpath proc exec". | Theo de Raadt |
2015-11-13 | move pledge(2) after setrtable(2), like in nc(1); | Ingo Schwarze |
2015-11-13 | pledge "stdio rpath wpath getpw inet tty" at startup. After opening | Theo de Raadt |
2015-11-13 | All setsockopt IPPROTO_IPV6 IPV6_TCLASS (v4 calls this IP_TOS) | Theo de Raadt |
2015-11-13 | Use setrtable() for the entire process, rather than doing it for the | Theo de Raadt |
2015-11-13 | Remove support for the debug command; noone needs setsockopt SO_DEBUG | Theo de Raadt |
2015-11-13 | Delete tracefile command. Tracefiles can now only be specified at | Theo de Raadt |
2015-11-13 | remove support for !shell | Theo de Raadt |
2015-11-13 | Add a flag argument to flush() to stop it calling quit() on error, then | Nicholas Marriott |
2015-11-13 | remove skey support | Theo de Raadt |
2015-11-13 | pledge "stdio rpath wpath cpath fattr" for both as & ld | Theo de Raadt |
2015-11-13 | pledge "stdio rpath dns" right at the start of the servicing loop. | Theo de Raadt |
2015-11-13 | Log option names in fatal() for missing option. | Nicholas Marriott |
2015-11-13 | sync | Theo de Raadt |
2015-11-13 | ARC4 and non-HMAC MD5 & SHA1 have been removed; prodded by mikeb@ | Christian Weisgerber |
2015-11-13 | Make usage() output fit on a 'normal' 80-character line. Tweak some | Kenneth R Westerback |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | ratchet pledge from the start; from Theo Buehler | Theo de Raadt |
2015-11-13 | Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block. | Visa Hankala |
2015-11-13 | regen | Stefan Sperling |
2015-11-13 | Add USB device ID found in an RTL8192EU device. | Stefan Sperling |
2015-11-13 | apmd doesn't connect to the socket, it binds on it; tweak error message | Jeremie Courreges-Anglas |
2015-11-13 | Update the list of supported cryptographic algorithms; reminded by naddy@ | Mike Belopuhov |
2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy | Mike Belopuhov |
2015-11-13 | Two spacing and spelling nits. | Nicholas Marriott |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-11-13 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-13 | Do not cast malloc(9) results. | Martin Pieuchot |
2015-11-13 | Kill another tunnel leftover and keep PIM stuff inside #ifdef PIM. | Martin Pieuchot |
2015-11-13 | Sore the index of the interface used for revarp instead of a pointer to | Martin Pieuchot |
2015-11-13 | Use ph_ prefix for tag-related fields. | Martin Pieuchot |
2015-11-13 | Add window_visible_layout which ignores zoomed panes and use it for | Nicholas Marriott |
2015-11-13 | Break the message preparation bit of the main loop into its own function | Nicholas Marriott |
2015-11-13 | Call stat not lstat with -L, makes links actually be followed. Reported | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-13 | tweaks; | Jason McIntyre |
2015-11-13 | vmm(4) kernel code | Mike Larkin |