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