aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Provide the starting image with the pointer to ELF aux vector. It isKonstantin Belousov2010-08-171-0/+1
* Use the newly provided aux vectors to get pagesize and osreldate information.Konstantin Belousov2010-08-172-10/+84
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. RevertNeel Natu2010-08-111-1/+1
* Fix compilation error for 64-bit little endian build:Neel Natu2010-08-101-2/+2
* Remove unneeded use of struct timezone.Ed Schouten2010-08-082-6/+4
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Fix typo.Joel Dahl2010-08-041-1/+1
* 64 bit support for MIPS rtld.Jayachandran C.2010-07-292-10/+17
* RTLD support for powerpc64. A few small modifications to the MakefileNathan Whitehorn2010-07-106-0/+741
* Revert r209544. It papers over a binutils bug, and is not even a reliableNathan Whitehorn2010-06-281-10/+3
* Ignore versioned dependencies on shared objects to which we do not link.Nathan Whitehorn2010-06-261-3/+10
* Merge jmallett@'s n64 work into HEAD - changeset 3Jayachandran C.2010-06-161-3/+5
* Plug possible memory leak.Alexander Kabaev2010-06-031-1/+3
* mdoc: use literal text, not a column table to present theUlrich Spörlein2010-06-021-8/+8
* Only use the cache after the early stage of loading. This isRoman Divacky2010-05-186-33/+29
* Final update to current version of head in preparation for reintegration.Kirk McKusick2010-05-0613-502/+2418
|\
| * Bring in new files from edwin's tftpWarner Losh2010-05-0410-0/+2064
| * Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-043-502/+354
* | Update to current version of head.Kirk McKusick2010-04-287-168/+366
|\|
| * Forgot to initialize the debug variable.Dag-Erling Smørgrav2010-04-011-1/+1
| * Add a debugging option (-d)Dag-Erling Smørgrav2010-04-012-12/+47
| * Check that gl_pathc is bigger than zero before derefencing gl_pathv.Xin LI2010-03-251-1/+2
| * - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.Pietro Cerutti2010-03-241-1/+1
| * Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
| * Updated rtld for n32 support.Warner Losh2010-03-042-153/+315
* | The NFS quota-reporting RPC uses 32-bit sized fields. We approximateKirk McKusick2010-04-251-4/+7
* | IFH@204581Dag-Erling Smørgrav2010-03-0448-525/+552
|\|
| * Fixed static linkage.Ruslan Ermilov2010-02-262-4/+4
| * Support the extended PLT format used when objects have more than 8192Nathan Whitehorn2010-02-223-25/+67
| * The NetBSD Foundation has granted permission to remove clauses 3 and 4.Warner Losh2010-02-161-7/+0
| * Improve TLS variant I:Marcel Moolenaar2010-02-161-11/+8
| * Set ut_line to "ftpd" for ftpd.Ed Schouten2010-02-091-0/+1
| * Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-212-3/+2
| * Really disable wtmp logging when chrooting.Ed Schouten2010-01-182-6/+9
| * Phase out ttyslot(3).Ed Schouten2010-01-141-1/+0
| * Port all apps in libexec/ from libulog to utmpx.Ed Schouten2010-01-134-10/+4
| * Port ftpd to utmpx.Ed Schouten2010-01-132-52/+38
| * Port comsat to utmpx.Ed Schouten2010-01-131-64/+21
| * Remove `dead code' from rlogind.Ed Schouten2010-01-131-12/+1
| * Make WARNS=6 the default for libexec/.Ed Schouten2010-01-0226-10/+41
| * Fix several warnings.Ed Schouten2010-01-021-10/+10
| * ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten2009-12-292-28/+10
| * Make rpc.ruserd work with utmpx/libulog.Ed Schouten2009-12-293-92/+35
| * Perform cleanups to rpc.rusersd:Ed Schouten2009-12-283-198/+204
| * Modify the sources to make WARNS=6 work.Ed Schouten2009-12-262-3/+4
| * Unbreak the build.Ed Schouten2009-12-261-2/+1
| * Let talkd use utmpx instead of utmp.Ed Schouten2009-12-252-20/+17
| * Don't use UT_NAMESIZE here to determine the maximum username length.Ed Schouten2009-12-251-9/+2
| * Repair breakage to last-minute API change.Ed Schouten2009-12-031-4/+2
| * Add a new library: libulog.Ed Schouten2009-12-033-0/+95