aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* ftpd(8) seems to be WARNS=2 clean now.Yaroslav Tykhiy2004-07-311-0/+1
* Change ``(foo *)0'' to ``NULL'' where it's possibleYaroslav Tykhiy2004-07-312-11/+11
* Kill a small herd of casts to off_t where they were not needed.Yaroslav Tykhiy2004-07-312-10/+9
* Printf(3) off_t values through conversion to intmax_t sinceYaroslav Tykhiy2004-07-312-10/+15
* Kill an unused variable (heading to WARNS=2.)Yaroslav Tykhiy2004-07-311-1/+0
* Convert a couple of bogus null statements to the right form.Yaroslav Tykhiy2004-07-311-2/+2
* Ditto for (gid_t).Yaroslav Tykhiy2004-07-301-1/+1
* Kill casts to (uid_t) obviously left from the K&R era.Yaroslav Tykhiy2004-07-301-14/+14
* Add a comment to explain that the loop around the call to bind(2)Yaroslav Tykhiy2004-07-301-0/+9
* Open a socket for a data transfer in active mode using euidYaroslav Tykhiy2004-07-301-1/+1
* Call nmatch function with parameters casted to types the function actuallyAlexander Kabaev2004-07-291-1/+1
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+5
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0212-100/+195
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-4/+4
* The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)Christian S.J. Peron2004-06-301-2/+2
* Nuke COMPAT_43Poul-Henning Kamp2004-06-251-150/+0
* Call tzset() at startup.Brian Somers2004-06-211-0/+3
* o Reduce path names in RRQ and WRQ packets by:Brian Somers2004-06-211-2/+34
* Fix the problem that surfaced with the new binutils import on sparc64Thomas Moestl2004-06-183-4/+10
* This comment should have been removed in the previous commit.Olivier Houchard2004-06-171-1/+0
* Woohoo !Olivier Houchard2004-06-172-4/+0
* Commit a crude hack so we get sparc64 snapshots working again with aDavid E. O'Brien2004-06-171-3/+0
* Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64.David E. O'Brien2004-06-171-0/+3
* Whitespace.Bruce M Simpson2004-06-141-3/+3
* Do not depend on the global 'sockt' being initialized to 0;Bruce M Simpson2004-06-141-3/+2
* Simplify conditional compilation logic some.David E. O'Brien2004-06-131-11/+15
* give out a little more information in case of a missing dependencyOliver Eikemeier2004-05-281-1/+6
* - Close fd if fdopen(fd) fails.Matthew N. Dodd2004-05-251-1/+2
* Add two new flags: -w, which allows new files to be created,Matthew N. Dodd2004-05-242-5/+32
* Include <stdlib.h> for exit() and abort() prototypes.Stefan Farfeleder2004-05-241-0/+1
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.Stefan Farfeleder2004-05-242-0/+2
* Support basename and path based constrained matches.Matthew N. Dodd2004-05-241-1/+29
* Markup fixes.Ruslan Ermilov2004-05-161-8/+11
* Markup nit.Ruslan Ermilov2004-05-161-1/+1
* There's no such beast like AF_INET4, even when powered by whiskey.Ruslan Ermilov2004-05-161-1/+1
* Bump document date for the latest change.Ruslan Ermilov2004-05-161-3/+3
* Work around a problem somewhere with binutils (?) on arm, hopefully withoutOlivier Houchard2004-05-152-0/+5
* Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come fi...Stefan Eßer2004-05-141-1/+2
* Import arm bits for rtld-elf.Olivier Houchard2004-05-146-2/+684
* Handle variable argument lists correctly in reply() and lreply().Tim J. Robbins2004-05-131-2/+8
* Cast the terminating NULL to char * in the execl() call.Maxime Henrion2004-04-041-1/+1
* If we change obj_rtld.path after initialising __progname, make sure weDoug Rabson2004-03-291-0/+1
* Make fingerd(8) WARNS2 clean.Pawel Jakub Dawidek2004-03-292-1/+2
* More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1Peter Wemm2004-03-211-8/+9
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-216-19/+78
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
* Link pf to the build and install:Max Laier2004-03-081-0/+5