| Commit message (Expand) | Author | Age | Files | Lines |
* | give out a little more information in case of a missing dependency | eik | 2004-05-28 | 1 | -1/+6 |
* | - Close fd if fdopen(fd) fails. | mdodd | 2004-05-25 | 1 | -1/+2 |
* | Add two new flags: -w, which allows new files to be created, | mdodd | 2004-05-24 | 2 | -5/+32 |
* | Include <stdlib.h> for exit() and abort() prototypes. | stefanf | 2004-05-24 | 1 | -0/+1 |
* | Include <netinet/in.h> for ntoh*() and hton*() prototypes. | stefanf | 2004-05-24 | 2 | -0/+2 |
* | Support basename and path based constrained matches. | mdodd | 2004-05-24 | 1 | -1/+29 |
* | Markup fixes. | ru | 2004-05-16 | 1 | -8/+11 |
* | Markup nit. | ru | 2004-05-16 | 1 | -1/+1 |
* | There's no such beast like AF_INET4, even when powered by whiskey. | ru | 2004-05-16 | 1 | -1/+1 |
* | Bump document date for the latest change. | ru | 2004-05-16 | 1 | -3/+3 |
* | Work around a problem somewhere with binutils (?) on arm, hopefully without | cognet | 2004-05-15 | 2 | -0/+5 |
* | Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come fi... | se | 2004-05-14 | 1 | -1/+2 |
* | Import arm bits for rtld-elf. | cognet | 2004-05-14 | 6 | -2/+684 |
* | Handle variable argument lists correctly in reply() and lreply(). | tjr | 2004-05-13 | 1 | -2/+8 |
* | Cast the terminating NULL to char * in the execl() call. | mux | 2004-04-04 | 1 | -1/+1 |
* | If we change obj_rtld.path after initialising __progname, make sure we | dfr | 2004-03-29 | 1 | -0/+1 |
* | Make fingerd(8) WARNS2 clean. | pjd | 2004-03-29 | 2 | -1/+2 |
* | More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1 | peter | 2004-03-21 | 1 | -8/+9 |
* | Add initial support for compiling a special 32 bit version of | peter | 2004-03-21 | 6 | -19/+78 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-14 | 1 | -1/+1 |
* | Link pf to the build and install: | mlaier | 2004-03-08 | 1 | -0/+5 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -4/+4 |
* | Add skeleton build dirs for pf userland: | mlaier | 2004-02-28 | 1 | -0/+12 |
* | Do not depend on existence of _end symbol in obj_from_addr, use | kan | 2004-02-25 | 1 | -8/+1 |
* | Don't pass a pointer to a 'long' to a function that expects an 'int *'. | das | 2004-02-16 | 1 | -2/+2 |
* | Add the '-h hostname' to usage(), too. | roam | 2004-02-13 | 1 | -1/+3 |
* | Document the '-h hostname' option, which seems to have been present | roam | 2004-02-10 | 1 | -7/+14 |
* | NULL looks better than (char *)0 unless we're passing | yar | 2004-02-07 | 1 | -1/+1 |
* | Deny attempts to rename a file from guest users if the policy | yar | 2004-02-07 | 1 | -0/+4 |
* | perror_reply() should not be used where errno isn't meaningful. | yar | 2004-02-07 | 1 | -1/+5 |
* | Work around a bug in some clients by never returning raw directory | yar | 2004-02-07 | 1 | -1/+8 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Removed unnecessary dependencies on librpcsvc. | ru | 2004-02-04 | 1 | -2/+2 |
* | Put libdevstat before libkvm, because the former depends on the latter. | ru | 2004-02-04 | 1 | -2/+2 |
* | - Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd. | ru | 2004-02-04 | 1 | -3/+9 |
* | Fix "warning: value computed is not used". | fjoe | 2004-02-03 | 1 | -1/+1 |
* | Removed duplicate -lutil. | ru | 2004-02-02 | 1 | -5/+2 |
* | Reorder dependencies to fix static NOPAM build. | ru | 2004-02-02 | 1 | -4/+4 |
* | add missing setusershell() calls. | charnier | 2004-01-18 | 1 | -0/+1 |
* | - Build things in pure dictionary order (see sort(1)). | ru | 2004-01-16 | 1 | -6/+12 |
* | man ftpd says that "by default, anonymous users cannot modify existing files." | anholt | 2004-01-07 | 1 | -1/+1 |
* | Initialise some uninitialised variables. | dfr | 2003-12-31 | 1 | -0/+2 |
* | Document what the PAM believers failed to do (and should have), | obrien | 2003-12-17 | 1 | -0/+9 |
* | Fix dynamic linking a bit more.. enough that mozilla-firebird works if you | peter | 2003-12-12 | 1 | -3/+3 |
* | Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. | peter | 2003-12-11 | 1 | -0/+2 |
* | Only define CACHE_LINE_SIZE in one place.. | peter | 2003-12-11 | 1 | -2/+0 |
* | CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should | peter | 2003-12-11 | 1 | -1/+1 |
* | Fix a bug which causes wrong filename being written into the syslog | sobomax | 2003-11-20 | 1 | -1/+10 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 1 | -1/+1 |
* | If a file to send in ASCII mode already has CRLF as end-of-line, | yar | 2003-11-15 | 1 | -2/+4 |