summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd/mopd (follow)
Commit message (Expand)AuthorAgeFilesLines
* change if ((a == b)) to if (a == b); silences noisy on-by-defaultflorian2017-07-291-17/+17
* Linking against libkvm is unnecessary hereguenther2016-07-181-3/+1
* Replace remaining calls to index(3) with strchr(3). OK jca@ krw@millert2015-11-161-2/+2
* clean up flags++ instances around getopt()deraadt2015-02-091-6/+6
* catch up with elf(5)/stab(5) removal;jmc2013-10-201-8/+5
* some Bx/Ox conversion;jmc2013-08-141-4/+6
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF bootmiod2013-07-052-8/+3
* below .Rs, unqualified text is not allowed, each line needs ".%?" markup;schwarze2010-01-031-5/+5
* Make life easier for parfait. I corporation with deraadt. -mojmaja2009-11-121-10/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-12/+2
* synchronize the synopsis and usage of mopa.out(1); mopchk(1) can handlesobrado2009-07-112-11/+17
* convert to new .Dd format;jmc2007-05-311-3/+3
* Change the compile time option -DINFO into a runtime option to get ridemaja2006-04-291-3/+3
* Remove 'ipc' in PLT message and replace it with current hostname.maja2006-04-173-140/+108
* more cleanupderaadt2006-04-172-8/+7
* more setres[ug]id; ok deraadt@djm2005-05-021-4/+4
* tzsethenning2004-05-121-2/+3
* chroot and drop privileges to _mopd:_mopd after initialization.henning2004-04-152-9/+30
* ~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrownhenning2004-04-123-367/+250
* -Wall cleanup: trim unused vars, right format strings, constify rcsids,avsm2003-12-012-5/+5
* - section reorderjmc2003-06-121-6/+6
* remove clause 3 and 4. -mojmaja2003-06-024-28/+8
* pedantic ansify. -mojmaja2002-09-071-6/+4
* use snprintfderaadt2002-07-131-4/+5
* Remove NO__P since __P has been removed. Found by hin@ -mojmaja2002-06-102-19/+4
* pid_t cleanupderaadt2002-05-261-3/+4
* Add missing libraries to bsd.prog.mk (mostly kerberosV)espie2002-05-111-1/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-6/+6
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-3/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-3/+3
* - Get rid of ".Sh OPTIONS" and always use the standard options list intro.aaron2000-11-081-8/+8
* File of the week :-) If Tertiary Loader data link size might not be set.maja2000-07-041-3/+3
* If the spec allows 128-character filenames, our buffer has to be at least 129aaron2000-07-041-4/+4
* typoniklas2000-07-031-3/+3
* Ignore filenames that are longer than spec allows (128 for MOP V4.0.0).maja2000-07-031-3/+5
* creating line ourselves, but just in case, use %s with syslogderaadt2000-06-281-5/+5
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-8/+12
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-3/+3
* string manipluation paranoia changes. Most probably not exploitable.bitblt2000-02-201-7/+8
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+3
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-12/+12
* repairaaron1999-05-151-19/+19
* Wallderaadt1998-03-041-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Fixed spelling noticed by bitblt. -mojmaja1996-09-271-3/+3
* Replace $Id with $OpenBSD, 3:rd try. -mojmaja1996-09-215-5/+12
* Initial import of mopd-2.5.3. -mojmaja1996-09-216-0/+1062