summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2003-05-14setup -> set up.wiz
2003-05-09PR/21233: Onno van der Linden: -U option does not work as advertised.christos
2003-05-09PR/21515: Onno van der Linden: Fix typo preventing %v from working.christos
2003-04-29Pull in <sys/param.h> explicitly.agc
2003-04-24Back out previous change for now -- it needs more work.mycroft
2003-04-23Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind().mycroft
2003-04-22Output a usefull error message if sysctl(3) fails.tron
2003-04-22backout 1.18 and 1.19itojun
2003-04-22free vis_useritojun
2003-04-22malloc vis_user (why 1.6 branch has the fix already?)itojun
2003-04-21Handle unaligned relocations, and RELATIVE relocs with non-zero addends.scw
2003-04-19PR/2352: Tor Egge: Use sysctl to get uid.christos
2003-04-05rmail really shouldn't be invoking sendmail with "-odq" ("queue only")perry
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-31behaviour->behaviorperry
2003-03-31spell fixes (most from me, one from Igor Sobrado in PR misc/19700)perry
2003-03-27s/USER-ID/USERID/ in response when -L is usedjdolecek
2003-03-26SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_soscw
2003-03-25Add support for shared libraries/dynamically linked binaries on sh5.scw
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-03-15Correct spelling of "preferred". From PR 20716 by Igor Sobrado.wiz
2003-03-09Dont call gettimeofday on a rpc timeval.hannken
2003-03-06make it compile in /usr/src/rescue directory.taca
2003-03-06Align psections to their specified alignment (if possible). Usematt
2003-03-03Call setsid so we get our own logname.dsl
2003-03-03Call setsid so we don't change inetd's logname (and that of our peers).dsl
2003-03-03Call setsid() before (setusercontext() calls) setlogin() so we don't changedsl
2003-03-03Call setsid() so that setlogname doesn't affect our parent and siblings.dsl
2003-03-03Don't declare "yylex()" static; AFAICT it shouldn't be, and it causeslukem
2003-03-03Fix typos accidentally introduced in rev 1.70 as part of the largelukem
2003-03-02Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOTmycroft
2003-03-02Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer atmycroft
2003-03-02Let the cleaner use LFCNRECLAIM to help empty segments along, if itperseant
2003-03-01Update copyright.mycroft
2003-02-28we have constants for all this crap. don't hard-code things.christos
2003-02-28Eliminate GOT usage in rtld_start() on this platform, too.mycroft
2003-02-28Use the "__NetBSD_Version__" constant rather than the "NetBSD" constantthorpej
2003-02-28Similar to other rela platforms, do not use any GOT entries (other than themycroft
2003-02-28it's actually 2003 ...lukem
2003-02-27Adjust for the fact that the GOT is all 0s in new binutils -- do the trick ofmycroft
2003-02-26The following changes make ftpd able to remove its own entries. Ftpdchristos
2003-02-26Add '-L xferlogfile', to write xferlog entries there rather than syslog them.lukem
2003-02-26Do not add ${LIBC_PIC} to DPADD if MKPICINSTALL is "no".uwe
2003-02-25Make fs-specific fcntl macros take three arguments (approved wrstuden).perseant
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-24Fix uninitialized variable "notglob" in send_file_list() that was causingerh
2003-02-24Fix uninitialized variable in mlsname()erh
2003-02-24use LLT and STRTOLL() instead of off_t and strtoull() for parsing thelukem
2003-02-24Convert lfs_cleanerd over to use the new ioctl calls instead of theperseant
2003-02-23rename local copies of login(), logout() and logwtmp() tolukem