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