summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Switch from BIND 8 to BIND 9.des2004-09-211-5/+0
* Avoid accidental use of ANSI C trigraphs.maxim2004-08-211-1/+2
* Add some details about our wonderful system.obrien2004-08-211-1/+17
* Turn on the FreeBSD login user capabilities database support.obrien2004-08-181-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Add stubs for powerpc TLS.dfr2004-08-043-5/+43
* Add support for Thread Local Storage.dfr2004-08-0314-2/+883
* ftpd(8) seems to be WARNS=2 clean now.yar2004-07-311-0/+1
* Change ``(foo *)0'' to ``NULL'' where it's possibleyar2004-07-312-11/+11
* Kill a small herd of casts to off_t where they were not needed.yar2004-07-312-10/+9
* Printf(3) off_t values through conversion to intmax_t sinceyar2004-07-312-10/+15
* Kill an unused variable (heading to WARNS=2.)yar2004-07-311-1/+0
* Convert a couple of bogus null statements to the right form.yar2004-07-311-2/+2
* Ditto for (gid_t).yar2004-07-301-1/+1
* Kill casts to (uid_t) obviously left from the K&R era.yar2004-07-301-14/+14
* Add a comment to explain that the loop around the call to bind(2)yar2004-07-301-0/+9
* Open a socket for a data transfer in active mode using euidyar2004-07-301-1/+1
* Call nmatch function with parameters casted to types the function actuallykan2004-07-291-1/+1
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).stefanf2004-07-111-1/+1
* mdoc(7) fixes.ru2004-07-071-2/+5
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-0212-100/+195
* Removed trailing whitespace.ru2004-07-021-4/+4
* The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)csjp2004-06-301-2/+2
* Nuke COMPAT_43phk2004-06-251-150/+0
* Call tzset() at startup.brian2004-06-211-0/+3
* o Reduce path names in RRQ and WRQ packets by:brian2004-06-211-2/+34
* Fix the problem that surfaced with the new binutils import on sparc64tmm2004-06-183-4/+10
* This comment should have been removed in the previous commit.cognet2004-06-171-1/+0
* Woohoo !cognet2004-06-172-4/+0
* Commit a crude hack so we get sparc64 snapshots working again with aobrien2004-06-171-3/+0
* Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64.obrien2004-06-171-0/+3
* Whitespace.bms2004-06-141-3/+3
* Do not depend on the global 'sockt' being initialized to 0;bms2004-06-141-3/+2
* Simplify conditional compilation logic some.obrien2004-06-131-11/+15
* 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
OpenPOWER on IntegriCloud