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