Age | Commit message (Expand) | Author |
2015-10-03 | patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr". | Theo de Raadt |
2015-10-03 | uniq has a complicated initialization around getopt. beforehands, we | Theo de Raadt |
2015-10-03 | script is two processes. the main io-loop process can be locked down with | Theo de Raadt |
2015-10-03 | finger can either do local users only, or in in remote users. (who | Theo de Raadt |
2015-10-03 | whois uses dns to lookup whois servers, and then opens sockets to them. | Theo de Raadt |
2015-10-03 | even before it reaches getopt(), this program will never do more than | Theo de Raadt |
2015-10-03 | sed only works on files, so the obvious goal is to remove it's network | Theo de Raadt |
2015-10-02 | update the -t args list; ok guenther | Jason McIntyre |
2015-10-02 | use limits.h instead of sys/param.h to get PATH_MAX | Theo de Raadt |
2015-10-02 | avoid sys/param.h, by using PATH_MAX | Theo de Raadt |
2015-10-02 | fix email | Theo de Raadt |
2015-10-02 | Replace %s in the format string, with its value (macro). | Alexandre Ratchov |
2015-10-02 | As the socket path is known, use its size rather that PATH_MAX. | Alexandre Ratchov |
2015-10-02 | use macros instead of hard-coded strings for unix sockets paths | Alexandre Ratchov |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-10-02 | a sandbox using tame | Theo de Raadt |
2015-10-02 | re-order system calls in order of risk, ok i'll be honest, ordered this | Theo de Raadt |
2015-10-01 | update currency exchange rates; | Jason McIntyre |
2015-10-01 | Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/. | Joel Sing |
2015-09-29 | Check to see if the file to be opened is a directory as soon as is | Mark Lumsden |
2015-09-29 | rename random.c to util.c so it doesn't look scary. (util.c repo copied) | Ted Unangst |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-29 | Mark eread(), veread(), and eformat() as printf-like and | Philip Guenther |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2015-03-16 | Change the internal name of the newline function to deconflict with a | Brian Callahan |
2014-03-26 | Previously, C-t (transpose two chars) did not behave the same as | Mark Lumsden |
2013-03-25 | Display the window's column number in mode line not the | Florian Obser |
2012-05-18 | Allow no-tab-mode to compile. From James Turner. | Mark Lumsden |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2011-01-19 | patch from Henri Kemppainen: | Kjell Wooding |
2011-01-18 | Add join-line, bound to M-^ | Kjell Wooding |
2011-01-17 | Add back-to-indentation. (M-m) | Kjell Wooding |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding |
2007-02-08 | Fix a comment | Kjell Wooding |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
2006-07-25 | Add bfirstlp(), blastlp() macros, returning the first and last lines | Kjell Wooding |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-06-01 | kill another superfluous strlen | Kjell Wooding |
2006-06-01 | Style. no practical change. | Kjell Wooding |
2006-06-01 | Make transpose (c-T) undoable. | Kjell Wooding |
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding |
2005-11-19 | Clean up some lint. | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-18 | Don't ifdef out. Delete it. That's what the attic is for. | Kjell Wooding |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder |
2003-05-16 | fix the goal calculation routine so moving up and down moves to the right | Vincent Labrecque |