| Age | Commit message (Expand) | Author |
| 2023-04-04 | mount_portal: fix lint warnings about extern and empty declarations | rillig |
| 2021-04-12 | properly terminate a buffer after strncpy(). | mrg |
| 2020-05-14 | Remove extra semicolon. | msaitoh |
| 2020-03-22 | rfilter.2: fix a typo | gutteridge |
| 2019-05-23 | PR bin/54222 | kre |
| 2019-05-23 | Remove superfluous Pp. | wiz |
| 2019-05-23 | Better handling of comments in portal.conf ... # now only introduces | kre |
| 2019-05-23 | KNF: blank lines after declarations, return (x) -> return x, and | kre |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-05-10 | We need to provide a size for getattr for the cp example to work, so cheat | christos |
| 2017-05-10 | set only the effective user id to the user id of the requesting user so that | christos |
| 2017-05-09 | Minor and non-functional enhancements in mount_portal(8) | kamil |
| 2017-05-09 | Sync example portal.conf with reality | kamil |
| 2017-05-09 | prevent hang on vnode EOF. | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2012-11-04 | include the headers that you need. | christos |
| 2012-03-20 | Convert to C89 function definitions | matt |
| 2011-12-19 | Fix error reporting in puffs_framev_enqueue_waitevent and callers. | riastradh |
| 2011-08-29 | Use __dead | joerg |
| 2011-08-14 | document non-literal strings | christos |
| 2011-01-04 | Use pclose for popened handles. Found by cppcheck. | wiz |
| 2009-12-19 | Use CMSG_SPACE() for buffer when receiving file descriptors. | pooka |
| 2009-12-05 | Note conversion to puffs for the kernel driver. | pooka |
| 2009-12-05 | use puffs_cookie_t. no functional change. | pooka |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-07-16 | Make all mount(2) return value error checks against -1. Some file | pooka |
| 2007-07-14 | Add additional 'sizeof args' parameter to mount(2). | dsl |
| 2007-07-02 | The kernel socket isn't used by any of the providers, and it's a bit | pooka |
| 2007-07-02 | basesrc is no more | pooka |
| 2007-07-02 | * narrow-angle const spray | pooka |
| 2006-11-09 | replace varstack alloc with malloc. | christos |
| 2006-10-16 | use MOPT_NULL | christos |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-04-21 | Don't use cast expressions as lvalues as newer versions of gcc warn. | skrll |
| 2006-03-21 | Coverity CID 782: Don't dereference NULL was not going to happen, but: | christos |
| 2006-03-21 | Always check the results of getmntopts() and free them. | christos |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-02-09 | Kill __P(), use ANSI function declarations, constify; WARNS=3. | xtraeme |
| 2005-01-31 | Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to | erh |
| 2004-03-01 | unifdef -DINET6. getaddrinfo will always be there, so there's no point in | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-13 | use bounded string ops | itojun |
| 2003-07-12 | Allow _ in tags | atatat |
| 2003-03-22 | move getmntopts(3) to libutil, build and install also it's manpage | jdolecek |