Age | Commit message (Expand) | Author |
2015-08-26 | tweak previous; | Jason McIntyre |
2015-08-26 | use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs. | Sebastien Marie |
2015-08-26 | Add TIOCGETA to the tame list for TAME_IOCTL. | Doug Hogan |
2015-08-26 | Convert paths argument of tame(2) to const char **. | Doug Hogan |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-08-25 | Fix latter vs later. From jmc@ | Philip Guenther |
2015-08-25 | Document kbind(2) | Philip Guenther |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-21 | Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL. | Doug Hogan |
2015-08-02 | spelling; ok deraadt | Jason McIntyre |
2015-07-28 | ARG_MAX is the standard name (not NCARGS); probab[l]y guenther | Theo de Raadt |
2015-07-28 | describe CPATH before TMPPATH | Theo de Raadt |
2015-07-28 | unsort: requested by deraadt | Jason McIntyre |
2015-07-23 | Sync with kernel TIOCGWINSZ change. | Doug Hogan |
2015-07-21 | basic macro cleanup, mostly converting to .Dv where appropriate | Ingo Schwarze |
2015-07-20 | In _TM_SELF, permit uname(3); OK deraadt@. | Ingo Schwarze |
2015-07-20 | Add setgroups(2) to TAME_PROC, ok deraadt | Nicholas Marriott |
2015-07-19 | sort; ok deraadt | Jason McIntyre |
2015-07-19 | typo; ralf horstmann | Theo de Raadt |
2015-07-19 | word fix; | Jason McIntyre |
2015-07-19 | oops, SYS_ prefix stayed; noted by jmc | Theo de Raadt |
2015-07-19 | no need for -compact; | Jason McIntyre |
2015-07-19 | some basic tweaks; | Jason McIntyre |
2015-07-19 | Trailing spaces and missing .Pp. | Nicholas Marriott |
2015-07-19 | succesfull -> succesful, from Ross L Richardson | Nicholas Marriott |
2015-07-19 | manual page for tame(2). not very good, so i will be hearing from jmc | Theo de Raadt |
2015-07-15 | mention that swapctl(2) can also be used to retrieve statistics | Jasper Lievisse Adriaanse |
2015-05-31 | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. | Ingo Schwarze |
2015-05-12 | chflagsat() is also async-signal-safe | Philip Guenther |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-14 | Fix sa_sigaction() handler example. The third argument is void * and | Todd C. Miller |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-26 | Use -> instead of a right arrow when referring to C's -> operator. | Anthony J. Bentley |
2015-03-21 | according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; | Jason McIntyre |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-03 | sort sections; | Jason McIntyre |
2015-03-03 | Fix variable name typo in IDIOMS. | Kent R. Spillner |
2015-03-02 | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | Todd C. Miller |
2015-03-02 | Document out-of-band data on a socket as an example of an exceptional | Todd C. Miller |
2015-03-02 | Document when closefrom() was added to OpenBSD. OK bcook@ | Todd C. Miller |
2015-03-02 | Note that closefrom is an extension. | Brent Cook |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | Todd C. Miller |
2015-02-16 | redundant though it may be, recv() is unlikely to be removed in a future | Ted Unangst |
2015-02-07 | document restriction on argv having one element | Ted Unangst |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-01-31 | fix macro usage; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-25 | mention that the kern.global_ptrace sysctl also affects PT_ATTACH | Ted Unangst |
2015-01-22 | Document that changes made to the directory hierarchy of the chroot | Todd C. Miller |
2015-01-20 | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | Reyk Floeter |