summaryrefslogtreecommitdiffstats
path: root/dm
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary castdholland2009-08-271-3/+3
|
* sprinkle staticdholland2009-08-121-20/+25
|
* Don't use a FILE * after fclose(). PR 41832 from Henning Petersen.dholland2009-08-061-3/+3
|
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* Clarify how one is supposed to use the pointers returned by getutentries()dholland2008-07-131-7/+2
| | | | | | | | | | | | | (the utmpentry.c code), specifically with respect to who owns them and when to free them. Now they're owned by utmpentry.c, only. Abolish the freeutentries() function, which was the wrong abstraction; add instead endutentries(), which flushes out the internally managed memory. Update callers as necessary. Some (e.g. talkd) had been leaking memory; others (e.g. syslogd) had been accidentally freeing and reloading utmp more often than necessary. There are a couple untidy bits in users and rwhod that someone should look after sometime, maybe. Fixes PR bin/35131, which was about talkd's memory leak.
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-4/+4
|
* read config more strictly, from Maximillian Dornseifdan2006-05-251-5/+5
|
* KNF conversionjmc2005-07-021-22/+16
|
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-6/+6
|
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-081-3/+3
| | | the few cases not already marked.
* Remove uses of __P.jsm2004-01-271-12/+12
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-074-25/+9
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* .Nm does not need a dummy argument ("") before punctuation orwiz2003-02-251-2/+2
| | | for correct formatting of the SYNOPSIS any longer.
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-262-14/+9
|
* need bsd.own.mk for NETBSDSRCDIRlukem2002-09-181-1/+3
|
* use NETBSDSRCDIR as appropriatelukem2002-09-181-3/+3
|
* utmpx support.christos2002-08-022-14/+18
|
* play(): use snprintf() instead of hard-to-parse strncpy() callsjdolecek2001-01-251-6/+3
|
* Don't include terminal . in argument of err().jsm1999-09-221-3/+3
|
* Don't include <nlist.h>.jsm1999-09-221-3/+2
|
* Allow dm to ban games playing 11pm-midnight.jsm1999-09-191-7/+11
| | | From OpenBSD.
* Const poisoning.hubertf1999-07-141-10/+10
| | | Patch submitted in PR 7993 by Joseph Myers <jsm28@cam.ac.uk>
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-221-2/+2
| | | | so we shouldn't override it with versions in the manpages. Many more to come.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
|
* Make dm ignore TZ; PR#6073 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-2/+3
|
* minor KNF.mrg1998-07-041-8/+8
|
* Implement a new manual page category ``SECURITY CONSIDERATIONS''lukem1998-06-081-16/+16
| | | (suggested by mycroft)
* fix bad .Xr referencesfair1998-04-291-4/+3
|
* fix bad mdoc reference & clean up a littlefair1998-04-281-31/+53
|
* Change occurrences of "UNIX" to .Ux or .At as appropriate.fair1998-04-281-2/+2
|
* remove an old setgid() from when dm(6) was setuid kmem (i assume for ↵mrg1997-11-191-3/+2
| | | | getloadavg())
* make dm setgid games, rather than setuid games.mrg1997-11-191-3/+3
|
* WARNSifylukem1997-10-102-65/+66
|
* be safe with buffers.mrg1997-04-211-4/+6
|
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+3
|
* clean up importcgd1995-03-215-33/+43
|
* specify man pages the new way.cgd1994-12-221-3/+2
|
* no longer need library hacks, nor the sgidcgd1994-01-281-5/+2
|
* hack to make getloadavg() link properlycgd1994-01-281-3/+3
|
* dm should be suid games. note that perms on /usr/games are wrong,cgd1993-10-121-1/+2
| | | | and will be, until we get the mtree setup working (and get rid of the install -d's for directories...)
* Add RCS identifiers.mycroft1993-08-012-2/+4
|
* Add RCS indentifiers.mycroft1993-08-012-2/+4
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Clean up deleted files.mycroft1993-05-202-132/+0
|
* Cleanup for GCC 2.mycroft1993-04-181-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-217-0/+718