summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2003-02-23crank version for:lukem
2003-02-21Revert previous change.mycroft
2003-02-19gidlist is nolonger an array.matt
2003-02-19Stop ftpd changing inetd's 'logname'dsl
2003-02-17Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for nowperseant
2003-02-14Remove bug section, we now support group quotas.bouyer
2003-02-14Implement rquota RPC version 2, compatible with the linux implementation,bouyer
2003-02-10Use int32_t for block adresses in segment summary structures.fvdl
2003-02-06If fstat info was passed, and from it it can be seen that the file sizefvdl
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-02undo mallocvar.h change!christos
2003-02-01Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoidtron
2003-02-01Fix build problem by rearranging the order of "#include" statements sotron
2003-01-28make this build on alpha after daddr_t->64bitmrg
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-22Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>lukem
2003-01-22Fixes from Dmitry Sivachenko <demon@freebsd.org>:lukem
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-16Fix problem where dlclose() falls into infinite loop.itohy
2003-01-11Fix bug where only 2/3 of the PLT was being synched with the icache.matt
2003-01-08ftpd was unable to service the pwd request once you entered a directorymanu
2002-12-18Make this work finally, by prepending _PATH_DEV to the tty name.christos
2002-12-16Add man page for utmp_update(8), reviewed by Christos.wiz