summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11mmap returns MAP_FAILED on error, not 0.Artur Grabowski
2001-05-11mmap returns MAP_FAILED when it fails, not -1Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-09typo; david@phobia.msTheo de Raadt
2001-05-05We must lower the process priority *after* the call to setusercontext()Todd C. Miller
otherwise the priority will just be what login.conf decrees. Convert from nice() to setpriority() in the process. Based on a patch from <hgw@d1906.inka.de>.
2001-04-24compatility -> compatibility; mpech@prosoft.org.lvAaron Campbell
2001-04-19typo; david@phobia.msTheo de Raadt
2001-04-16close fd on error; deraadt@ ok.Federico G. Schwindt
2001-04-15Replace a bunch of conditional expressions with global pointers.Hugh Graham
Requested and checked by millert.
2001-04-14Respect (absence of) "other" flag in all cases, and fix some whitespace.Hugh Graham
Checked by Theo.
2001-04-13Add support for user specified tokens to identd. Based on a patchTodd C. Miller
from rjmooney@wall.st w/ minor tweakage by Theo and myself.
2001-04-11Correct .Nm usage.Aaron Campbell
2001-04-03throw \v and \h alignments out.Marc Espie
2001-04-02Cleanup for 64bit support.Dale Rahn
Pieces by art, niklas and me. Only tested on powerpc.
2001-03-30Add infrastructure to allow mapping of text sections which are normallyDale Rahn
RO, RW while ld.so is working. And then the information to set the sections back to RO (or appropriate mode). PowerPC now supports the typical NON-PIC relocations in ld.so. I do not know how well this will work with large shared libraries. I seem to recall a possible problem with large data where data is located in a different shared library.
2001-03-28Don't make poll exit right away; if timeout is 0 use -1 for poll.Federico G. Schwindt
2001-03-18use GLOB_LIMITTheo de Raadt
2001-03-14ad-hoc code to deal with troff hyphenation in preformatted pages.Marc Espie
2001-03-14more bizarre constructs that occur in some man pages.Marc Espie
2001-03-14Allow makewhatis -p -t filename, without full path.Marc Espie
2001-03-09Block all signals in lostconn() and sigprocmask() since we are headedTodd C. Miller
for _exit(). Fixes a signal handler race condition.
2001-03-09do not strerror() a signoTheo de Raadt
2001-03-08doc size limitationsTheo de Raadt
2001-03-08KNF & block size fix from daeron@student.utwente.nlTheo de Raadt
2001-02-25oops, add missing arguments in some calls.Marc Espie
2001-02-16Now that powerpc is using UVM, this shared library hack is no longer necessary.Dale Rahn
2001-02-12er... ffs, not ufs; canacar@eee.metu.edu.trTheo de Raadt
2001-02-04Whoops, don't use strlcpy with utmp; millert@Paul Janzen
2001-02-04Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variablesTodd C. Miller
since rcmd(3) sends strlen(pw_name)+1 bytes.
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
code, now that will be changed to all arch besides mips will default to using that. mips probably would be changed to but it has not been tested.
2001-02-03Long usernames; also some simple strncpy->strlcpy.Paul Janzen
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@Brad Smith
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-25protosTheo de Raadt
2001-01-25KNFTheo de Raadt
2001-01-24proto ls_main()Theo de Raadt
2001-01-24sysctl() arg 4 is a size_t, not intTheo de Raadt
2001-01-23fix includesTheo de Raadt
2001-01-19mark remaining signal racesTheo de Raadt
2001-01-19do _exit() in exit handler, if it is a signalTheo de Raadt
2001-01-17signal handler should finish using _exit()Theo de Raadt
2001-01-17avoid fd_set overflow by using poll(); avoid syslog() in signal handler by ↵Theo de Raadt
using flag checked in main loop
2001-01-17remove sprintf signal race, by pre-preparing wtmp entryTheo de Raadt
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafeTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use sig_atomic_t, and check for signal flag more oftenTheo de Raadt