summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2001-05-12strlcpyderaadt1-4/+3
2001-05-11-1 -> MAP_FAILED.art1-2/+2
2001-05-11MAP_COPY -> MAP_PRIVATEart1-4/+4
2001-05-11-1 -> MAP_FAILEDart1-2/+2
2001-05-11mmap returns MAP_FAILED on error, not 0.art1-2/+2
2001-05-11mmap returns MAP_FAILED when it fails, not -1art1-2/+2
2001-05-11MAP_COPY -> MAP_PRIVATEart1-3/+3
2001-05-09typo; david@phobia.msderaadt1-3/+3
2001-05-05We must lower the process priority *after* the call to setusercontext()millert1-8/+10
2001-04-24compatility -> compatibility; mpech@prosoft.org.lvaaron1-2/+2
2001-04-19typo; david@phobia.msderaadt1-3/+3
2001-04-16close fd on error; deraadt@ ok.fgsch1-2/+4
2001-04-15Replace a bunch of conditional expressions with global pointers.hugh3-37/+20
2001-04-14Respect (absence of) "other" flag in all cases, and fix some whitespace.hugh1-51/+48
2001-04-13Add support for user specified tokens to identd. Based on a patchmillert4-13/+108
2001-04-11Correct .Nm usage.aaron1-6/+8
2001-04-03throw \v and \h alignments out.espie1-1/+4
2001-04-02Cleanup for 64bit support.drahn6-120/+121
2001-03-30Add infrastructure to allow mapping of text sections which are normallydrahn3-18/+109
2001-03-28Don't make poll exit right away; if timeout is 0 use -1 for poll.fgsch1-2/+5
2001-03-18use GLOB_LIMITderaadt2-7/+8
2001-03-14ad-hoc code to deal with troff hyphenation in preformatted pages.espie1-1/+6
2001-03-14more bizarre constructs that occur in some man pages.espie1-1/+4
2001-03-14Allow makewhatis -p -t filename, without full path.espie1-2/+6
2001-03-09Block all signals in lostconn() and sigprocmask() since we are headedmillert1-14/+10
2001-03-09do not strerror() a signoderaadt1-3/+2
2001-03-08doc size limitationsderaadt1-2/+7
2001-03-08KNF & block size fix from daeron@student.utwente.nlderaadt1-33/+56
2001-02-25oops, add missing arguments in some calls.espie1-5/+7
2001-02-16Now that powerpc is using UVM, this shared library hack is no longer necessary.drahn1-5/+2
2001-02-12er... ffs, not ufs; canacar@eee.metu.edu.trderaadt1-2/+2
2001-02-04Whoops, don't use strlcpy with utmp; millert@pjanzen1-4/+4
2001-02-04Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variablesmillert1-3/+3
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initdrahn1-4/+4
2001-02-03Long usernames; also some simple strncpy->strlcpy.pjanzen1-17/+11
2001-01-31more fat utmp; ianm@cit.uws.edu.auderaadt1-3/+3
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@brad5-95/+152
2001-01-28$OpenBSD$niklas82-71/+150
2001-01-25protosderaadt1-1/+2
2001-01-25KNFderaadt1-3/+3
2001-01-24proto ls_main()deraadt1-1/+3
2001-01-24sysctl() arg 4 is a size_t, not intderaadt1-3/+4
2001-01-23fix includesderaadt1-1/+2
2001-01-19mark remaining signal racesderaadt2-8/+8
2001-01-19do _exit() in exit handler, if it is a signalderaadt1-2/+5
2001-01-17signal handler should finish using _exit()deraadt1-6/+6
2001-01-17avoid fd_set overflow by using poll(); avoid syslog() in signal handler by using flag checked in main loopderaadt1-13/+16
2001-01-17remove sprintf signal race, by pre-preparing wtmp entryderaadt1-14/+21
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakderaadt1-5/+5
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafederaadt7-22/+22