| Commit message (Expand) | Author | Age | Files | Lines |
* | Never emit a message to stderr: use syslog instead. | Yaroslav Tykhiy | 2004-12-12 | 1 | -9/+15 |
* | Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as | Olivier Houchard | 2004-11-23 | 1 | -0/+11 |
* | When looking for a virtual host to handle the connection, | Yaroslav Tykhiy | 2004-11-22 | 1 | -2/+3 |
* | Calling pam_chauthtok() isn't really needed since | Yaroslav Tykhiy | 2004-11-22 | 1 | -7/+3 |
* | Don't log the chroot dir on every command since it's constant for a session. | Yaroslav Tykhiy | 2004-11-22 | 1 | -9/+8 |
* | Always log remote IP. | Yaroslav Tykhiy | 2004-11-22 | 1 | -13/+9 |
* | Treat host name buffers consistently. | Yaroslav Tykhiy | 2004-11-22 | 1 | -12/+23 |
* | Make chrootdir global and use it in log messages | Yaroslav Tykhiy | 2004-11-18 | 1 | -9/+4 |
* | Nitpicking on style(9) and whitespace. | Yaroslav Tykhiy | 2004-11-18 | 1 | -13/+13 |
* | Use __FBSDID. | Yaroslav Tykhiy | 2004-11-18 | 4 | -8/+12 |
* | Don't say, "file: permission denied," if the operation | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |
* | Use uniform punctuation, capitalization, and language style | Yaroslav Tykhiy | 2004-11-18 | 2 | -45/+44 |
* | Apply __printflike() to the appendf() prototype so the compiler | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |
* | Fix perror_reply() vs. reply() usage. | Yaroslav Tykhiy | 2004-11-18 | 2 | -3/+3 |
* | '\n' needs not to appear in reply() strings. | Yaroslav Tykhiy | 2004-11-18 | 1 | -3/+3 |
* | Log pathname arguments to ftp commands as the user specified them; | Yaroslav Tykhiy | 2004-11-18 | 1 | -33/+55 |
* | Use S_ISDIR() macro instead of a hand-rolled test. | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |
* | getcwd() won't leave a error string in the buffer, unlike getwd(). | Yaroslav Tykhiy | 2004-11-18 | 1 | -1/+1 |
* | Use POSIX functions instead of legacy ones: | Yaroslav Tykhiy | 2004-11-17 | 1 | -2/+2 |
* | Kill more unneeded casts found. | Yaroslav Tykhiy | 2004-11-17 | 2 | -4/+4 |
* | Remove 80386 support from the ELF run time linker. | John Baldwin | 2004-11-16 | 2 | -163/+0 |
* | Don't invent ways of capitalization orthogonal to the English grammar. | Yaroslav Tykhiy | 2004-11-15 | 1 | -2/+2 |
* | RFC 959 states that the following codes should be used | Yaroslav Tykhiy | 2004-11-15 | 1 | -3/+5 |
* | So do it like we do in usr.bin/tip/tip/Makefile. ;) | Ruslan Ermilov | 2004-11-14 | 1 | -0/+2 |
* | Revert previous commit. As ru explains: | Jens Schweikhardt | 2004-11-14 | 1 | -1/+1 |
* | Avoid an (ignored) error by invoking chflags on the link target, not the | Jens Schweikhardt | 2004-11-14 | 1 | -1/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | Bjoern A. Zeeb | 2004-11-13 | 1 | -2/+7 |
* | Using off_t to pass a block size is obvious overkill. | Yaroslav Tykhiy | 2004-11-13 | 1 | -2/+2 |
* | Kill ancient casts to integral types left from the K&R era. | Yaroslav Tykhiy | 2004-11-13 | 3 | -9/+9 |
* | Remove these unused files before any other archs include the same bogus | John Baldwin | 2004-11-12 | 6 | -1057/+0 |
* | The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when | Peter Wemm | 2004-11-06 | 1 | -0/+6 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 2 | -2/+4 |
* | Fix logxfer() by using realpath(3) instead of playing with getwd(3). | Yaroslav Tykhiy | 2004-11-03 | 1 | -4/+8 |
* | Replace the last occurence of (long long) and %qd with | Yaroslav Tykhiy | 2004-11-02 | 1 | -2/+2 |
* | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 2 | -3/+73 |
* | Do the TLS offset allocations before relocations, as otherwise there | Suleiman Souhlal | 2004-11-02 | 1 | -11/+11 |
* | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | Yaroslav Tykhiy | 2004-11-01 | 1 | -2/+5 |
* | - Stop shadowing global "pamh" by a local variable in auth_pam(). | Yaroslav Tykhiy | 2004-10-30 | 1 | -9/+15 |
* | Describe the semantics of the sgetpwnam() helper function | Yaroslav Tykhiy | 2004-10-30 | 1 | -0/+3 |
* | Log the actual number of bytes sent on the wire to /var/log/ftpd | Yaroslav Tykhiy | 2004-10-24 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 3 | -3/+3 |
* | Remove definition of struct dom_binding, it's non-standard C code and | Stefan Farfeleder | 2004-10-17 | 2 | -2/+0 |
* | We must not fall back to the old way (read-write) | Yaroslav Tykhiy | 2004-10-15 | 1 | -1/+1 |
* | Clean-up around sendfile(): drop an excessive check for error condition. | Yaroslav Tykhiy | 2004-10-15 | 1 | -2/+2 |
* | Account for the fact that sendfile(2) may hit the end of file | Yaroslav Tykhiy | 2004-10-15 | 1 | -1/+12 |
* | Correct grammos. Added BUGS: may mishandle nonstandard manual pages, | Jens Schweikhardt | 2004-10-06 | 1 | -3/+5 |
* | Report once that the device isn't there, but keep trying. Don't | Warner Losh | 2004-09-29 | 1 | -21/+14 |
* | Don't try to relocate the dynamic loader in reloc_non_plt(). It has already | Olivier Houchard | 2004-09-28 | 1 | -1/+4 |
* | Use add instead of saving the sp in a register. | Olivier Houchard | 2004-09-28 | 1 | -2/+1 |
* | Indent. | Maxim Konovalov | 2004-09-24 | 1 | -7/+7 |