summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* give out a little more information in case of a missing dependencyeik2004-05-281-1/+6
* - Close fd if fdopen(fd) fails.mdodd2004-05-251-1/+2
* Add two new flags: -w, which allows new files to be created,mdodd2004-05-242-5/+32
* Include <stdlib.h> for exit() and abort() prototypes.stefanf2004-05-241-0/+1
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.stefanf2004-05-242-0/+2
* Support basename and path based constrained matches.mdodd2004-05-241-1/+29
* Markup fixes.ru2004-05-161-8/+11
* Markup nit.ru2004-05-161-1/+1
* There's no such beast like AF_INET4, even when powered by whiskey.ru2004-05-161-1/+1
* Bump document date for the latest change.ru2004-05-161-3/+3
* Work around a problem somewhere with binutils (?) on arm, hopefully withoutcognet2004-05-152-0/+5
* Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come fi...se2004-05-141-1/+2
* Import arm bits for rtld-elf.cognet2004-05-146-2/+684
* Handle variable argument lists correctly in reply() and lreply().tjr2004-05-131-2/+8
* Cast the terminating NULL to char * in the execl() call.mux2004-04-041-1/+1
* If we change obj_rtld.path after initialising __progname, make sure wedfr2004-03-291-0/+1
* Make fingerd(8) WARNS2 clean.pjd2004-03-292-1/+2
* More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1peter2004-03-211-8/+9
* Add initial support for compiling a special 32 bit version ofpeter2004-03-216-19/+78
* Fixed a misspelling of 0 as NULL.bde2004-03-141-1/+1
* Link pf to the build and install:mlaier2004-03-081-0/+5
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-4/+4
* Add skeleton build dirs for pf userland:mlaier2004-02-281-0/+12
* Do not depend on existence of _end symbol in obj_from_addr, usekan2004-02-251-8/+1
* Don't pass a pointer to a 'long' to a function that expects an 'int *'.das2004-02-161-2/+2
* Add the '-h hostname' to usage(), too.roam2004-02-131-1/+3
* Document the '-h hostname' option, which seems to have been presentroam2004-02-101-7/+14
* NULL looks better than (char *)0 unless we're passingyar2004-02-071-1/+1
* Deny attempts to rename a file from guest users if the policyyar2004-02-071-0/+4
* perror_reply() should not be used where errno isn't meaningful.yar2004-02-071-1/+5
* Work around a bug in some clients by never returning raw directoryyar2004-02-071-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Removed unnecessary dependencies on librpcsvc.ru2004-02-041-2/+2
* Put libdevstat before libkvm, because the former depends on the latter.ru2004-02-041-2/+2
* - Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd.ru2004-02-041-3/+9
* Fix "warning: value computed is not used".fjoe2004-02-031-1/+1
* Removed duplicate -lutil.ru2004-02-021-5/+2
* Reorder dependencies to fix static NOPAM build.ru2004-02-021-4/+4
* add missing setusershell() calls.charnier2004-01-181-0/+1
* - Build things in pure dictionary order (see sort(1)).ru2004-01-161-6/+12
* man ftpd says that "by default, anonymous users cannot modify existing files."anholt2004-01-071-1/+1
* Initialise some uninitialised variables.dfr2003-12-311-0/+2
* Document what the PAM believers failed to do (and should have),obrien2003-12-171-0/+9
* Fix dynamic linking a bit more.. enough that mozilla-firebird works if youpeter2003-12-121-3/+3
* Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.peter2003-12-111-0/+2
* Only define CACHE_LINE_SIZE in one place..peter2003-12-111-2/+0
* CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This shouldpeter2003-12-111-1/+1
* Fix a bug which causes wrong filename being written into the syslogsobomax2003-11-201-1/+10
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-1/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,yar2003-11-151-2/+4
OpenPOWER on IntegriCloud