summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2000-11-29Use the vm.uvmexp2 sysctl.simonb
2000-11-28modify dolog() to take a struct sockinet * instead of struct sockaddr *lukem
2000-11-28- ensure all uses of AF_INET6 are wrapped in #ifdef INET6lukem
2000-11-28Add another debugging message.mycroft
2000-11-28Make this compile with -DDEBUG.mycroft
2000-11-26Return an error when there are too many segments rather than abort()ing.mycroft
2000-11-24cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachitojun
2000-11-23Don't "compress" segment data if we were using mmap instead of malloc/copyperseant
2000-11-22Check for ENOENT return from lfs_{bmapv,markv} and do the right thing with it,perseant
2000-11-21make sure we do not overrun packet buffer when we set error message string.itojun
2000-11-21handle getnameinfo error properlyitojun
2000-11-19Buffer overflow and environment passing fixes [originally inspired fromchristos
2000-11-16- new ftpd.conf directives:lukem
2000-11-15we can assume presense of getaddrinfo.itojun
2000-11-15changes to improve portability:lukem
2000-11-13Try to prevent running more than one active cleaner on a filesystem at a time.perseant
2000-11-13correct result code on invalid port number against EPRT.itojun
2000-11-13plug memory leakitojun
2000-11-13- improve RFC2428 conformance.itojun
2000-11-11Don't hold every segment that is being cleaned in memory in its entirety;perseant
2000-11-10Make ldd(1) build again.mycroft
2000-11-10When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL.mycroft
2000-11-10Fix linked-list botch with sysctl-based library selection that meantsimonb
2000-11-09Only need to include <sys/sysctl.h> once.simonb
2000-11-09do not refer free'ed memory region. KAME PR 302 from ryo@iij.ad.jpitojun
2000-11-08in SEE also, xref newfs_lfs(8), sort entries and seperate by ","hubertf
2000-11-07provide obvious example of line syntaxlukem
2000-11-07slight cleanup of line syntaxlukem
2000-11-07slight reworklukem
2000-11-07reorganise slightly to make it more obvious what the actual syntax oflukem
2000-11-07fix up various .Nm abuses:lukem
2000-11-03Fix memory leak described in PR #11094 (patch from Jesse Offperseant
2000-10-29In dlopen(), use the main program's library search path, to match semantics ofmycroft
2000-10-26Remove direct calls to "make" and replace with ${MAKE}garbled
2000-10-18defs had 'short block' for blocksize; changed defs to be unsigned.dogcow
2000-10-18Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.simonb
2000-10-17Formatting nit: add a space.tv
2000-10-11format warning fixes from he, after testing on 64-bit elf (alpha)dan
2000-10-10Format string cleanups by sommerfeld.is
2000-10-10make sure big_buf is big enough to hold line terminations.itojun
2000-10-08Clean-up of grotty SCCS workaround. It's now almost not grotty at all.bjh21
2000-10-08Don't run over the end of the banner buffer if it ends with '%'.bjh21
2000-10-04Un-__P and ANSIfy.mjl
2000-10-04No \n in syslog messages.mjl
2000-09-28call setlogin() before dropping root privileges, so that processjdolecek
2000-09-19Use strlcpy/strlcat instead of strn* plus manual termination.mjl
2000-09-16Wrong register in machine code description.eeh
2000-09-15Make this compile again without -DINET6 and without get{addr,name}info(3)christos
2000-09-13Define INETD_SUPPORTfvdl
2000-09-12- Add "dependall" target so that "make build" will really uudecode thetron