summaryrefslogtreecommitdiff
path: root/sbin/mount_portal
AgeCommit message (Collapse)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-08Don't unlink() the same thing twice, ok millert@Miod Vallat
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-07-04link to portal.conf.5; dead karls@inet.noTheo de Raadt
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
mpech@prosoft.org.lv
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-08-07Directories can't be opened for writing these days.Constantine Sapuntzakis
1998-08-06Can't use MSG_EOR with a stream socket.Constantine Sapuntzakis
Thanks to m4@m.nts.umn.edu (Marshall M. Midden)
1998-07-16use .BxMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>.
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-06-25(foo *)0 -> NULLkstailey
1997-06-18dynamically allocate fd_set; deraadtkstailey
1997-06-18document the tiny raceTheo de Raadt
1997-06-18buf oflowTheo de Raadt
1997-06-10deal with random pids from fork(2)kstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-03-23Use POSIX regexp, not v8 to avoid linking with -lcompat.Todd C. Miller
Parsing config files w/o regular expressions may be slightly slower but since this is normally done only once it's not a big deal.
1997-03-23Minor updates from lite2 + some KNF and strdup(3) checking.Todd C. Miller
Also, no need to change umask now that we use mkstemp(3).
1997-03-23-Wall happiness, use mkstemp(3) instead of mktemp(3), and someTodd C. Miller
minor KNF.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-12fix afterinstallTheo de Raadt
1996-12-08Install sample portal configuration file if none are installedThorsten Lockert
1996-06-25umask() AF_UNIX socket; still a small DOS windowTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt