summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Update the asm statements to use the "+" modifier instead ofjdp2002-06-244-16/+16
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-222-21/+58
* This is the same alloca() fix as was committed for i386. David O'Briendillon2002-06-181-5/+17
* Dillon's recent commits to the dynamic linker without running themjdp2002-06-101-1/+0
* Correct a bug in the last commit. The whole point of creating a 'done:'dillon2002-06-102-6/+6
* In tracking down an installation seg fault with then openoffice portdillon2002-06-102-18/+42
* Add used include of <string.h>.wollman2002-05-301-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-27/+2
* Assume __STDC__, remove non-__STDC__ code. ...alfred2002-05-282-24/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-11/+3
* This code defined a private __P, nuke it.alfred2002-05-288-87/+59
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2814-97/+17
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
* Include machine/ia64_cpu.h because we use ia64_mf().marcel2002-05-211-0/+1
* Understand the new NGM_PPPOE_SESSIONID message and set SESSIONIDbrian2002-05-141-2/+9
* Fixed CLEANFILES.ru2002-05-131-0/+2
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-082-43/+10
* PAMify.des2002-05-081-253/+127
* Unbreak static build and remove usage() that isn't usage().des2002-05-031-15/+8
* PAMify rexecd(8).des2002-05-022-116/+89
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-287-27/+30
* Fix handling of weak references to undefined symbols on ia64:marcel2002-04-272-29/+21
* Now that local symbols aren't looked up with the symbol hash table,marcel2002-04-271-10/+3
* Don't do symbol lookups for local symbols. The symbol index in themarcel2002-04-271-7/+14
* Correct indent.ume2002-04-261-15/+15
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* When opieverify() is fail, fallback to try unix password.ume2002-04-161-4/+9
* Add an IPv6 support.ume2002-04-161-10/+23
* Make this compilable without -DOPIE.kuriyama2002-04-161-1/+1
* IPv6 support for tftp/tftpd.ume2002-04-111-15/+60
* Better handle the case with a network that drops packets by retryingambrisko2002-04-091-3/+13
* Allow to compile with both GCC 2.95 and 3.1.obrien2002-04-081-2/+3
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedpeter2002-04-071-3/+16
* Fix warnings.des2002-04-063-13/+13
* Minor changes to make this work on sparc64.jake2002-04-021-33/+46
* Include <string.h> for some prototypes, rather than depending onmike2002-04-011-0/+1
* Add missing commas. At least I didn't miss a period.imp2002-03-182-3/+3
* o MAXPATHLEN is the correct constant to use for path names, it includesimp2002-03-182-19/+13
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()maxim2002-03-141-25/+33
* rtld support for sparc64.jake2002-03-135-0/+1073
* Remove duplicated yacc nonterminals declarations, sort includes.maxim2002-03-111-4/+3
* YA patch I forgot to commit last night.des2002-03-061-1/+1
* *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.obrien2002-03-011-1/+1
* CPP v3.1 has different rules for processing #lines directives. Thisobrien2002-02-281-1/+1
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.des2002-02-271-3/+6
* Add lukemftpd to the mix.obrien2002-02-271-0/+1
* Build LukeM's ftpd.obrien2002-02-272-0/+327
* Put the last added source file in proper order.obrien2002-02-271-1/+1
* Rewrite the part of the conversation function that allocates the reply array;des2002-02-251-2/+5
OpenPOWER on IntegriCloud