| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop MAINTAINER Bit. Not needed any more. | markm | 2003-06-04 | 1 | -2/+0 |
* | Set CSTD to gnu99. We can only use on of the gnu?9 C languages. | obrien | 2003-06-04 | 1 | -0/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-06-02 | 1 | -5/+5 |
* | Best we can do with this is c89. | obrien | 2003-06-02 | 1 | -0/+1 |
* | Include stdlib.h to get exit()'s prototype. | obrien | 2003-06-02 | 1 | -0/+1 |
* | Add the variable's type to the declaration. | obrien | 2003-06-02 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 1 | -19/+18 |
* | - use issetugid() | mdodd | 2003-05-31 | 1 | -3/+2 |
* | Simplify map_object() by breaking out the ELF header validation bits | mdodd | 2003-05-31 | 1 | -58/+67 |
* | Provide function entry debugging messages. | mdodd | 2003-05-31 | 1 | -1/+16 |
* | Use the environment variable LD_LIBMAP_DISABLE to disable | mdodd | 2003-05-31 | 2 | -3/+11 |
* | Don't post-increment pointers inside a loop conditional. | mdodd | 2003-05-30 | 1 | -11/+11 |
* | Allow threading libraries to register their own locking | kan | 2003-05-29 | 20 | -480/+558 |
* | Do not exclude amd64 from rtld-elf builds. | peter | 2003-05-24 | 1 | -1/+1 |
* | Initial pass at supporting shared libraries on amd64. There are still | peter | 2003-05-24 | 2 | -73/+101 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -2/+1 |
* | - Use xmalloc() and xstrdup() instead of malloc() and strdup(). | mdodd | 2003-05-19 | 1 | -5/+14 |
* | Since libmap.conf is referenced in rtld.1, include it in the references | rwatson | 2003-05-17 | 1 | -0/+1 |
* | mdoc(7) police: Properly markup the previous revision. | ru | 2003-05-16 | 1 | -2/+6 |
* | mdoc(7) police: Normalize the FILES section. | ru | 2003-05-16 | 1 | -2/+3 |
* | Allow a NOPIC "make world" to complete. | markm | 2003-05-11 | 1 | -1/+1 |
* | Mrege from crypto telnet with "make unifdef". This gets a bunch of | markm | 2003-05-11 | 7 | -29/+29 |
* | Exclude rtld-elf for amd64. More porting is still needed. | peter | 2003-05-08 | 1 | -1/+4 |
* | Rethink the way we count module references. Simply following | kan | 2003-05-08 | 1 | -18/+30 |
* | Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra | markm | 2003-05-05 | 1 | -1/+1 |
* | Use __FBSDID vs. rcsid[]. | obrien | 2003-05-04 | 5 | -20/+10 |
* | Fix signed/unsigned comparison warnings. | obrien | 2003-05-04 | 3 | -8/+9 |
* | Fix a sign/unsigned comparison. | obrien | 2003-05-04 | 1 | -5/+5 |
* | Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined. | ru | 2003-05-01 | 1 | -1/+1 |
* | Remove 80386 bandaids from code repocopied from i386. rtld_start.S still | peter | 2003-04-30 | 1 | -78/+4 |
* | Remove redundant strlen checks, do not check the same | kan | 2003-04-30 | 1 | -23/+24 |
* | Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions. | ru | 2003-04-30 | 1 | -3/+3 |
* | Add back # accidentally deleted in 1.54 | imp | 2003-04-27 | 1 | -1/+1 |
* | This is no longer needed after tw is gone. | imp | 2003-04-27 | 10 | -1381/+1 |
* | properly refuse a connection in the -c case if the client ip's subdirectory | billf | 2003-04-19 | 1 | -5/+6 |
* | Code cleanups and sanity checking for config file parser. | mdodd | 2003-04-10 | 1 | -19/+52 |
* | Dynamic object dependency mapping: libmap. | mdodd | 2003-04-07 | 5 | -5/+238 |
* | MFp4 @27667: WARNS=5 cleanup on i386. | jmallett | 2003-04-03 | 5 | -15/+17 |
* | Mark bits that do not require an object directory as such. | ru | 2003-04-01 | 1 | -0/+1 |
* | Update the description of the -u option to mention that IP_PORTRANGE_HIGH | silby | 2003-03-25 | 1 | -6/+9 |
* | Clean up some warnings that don't result in a change in the object file: | dwmalone | 2003-03-20 | 1 | -17/+20 |
* | Fix for ia64/48024 - ensure function pointer equality across elf | arun | 2003-03-19 | 1 | -52/+77 |
* | Run a revision of the devstat interface: | phk | 2003-03-15 | 1 | -4/+5 |
* | Update to current devstat API. | phk | 2003-03-15 | 1 | -6/+6 |
* | Free obj->priv field in obj_free functions. This field is NULL | kan | 2003-03-14 | 1 | -0/+1 |
* | No need to zero fill memory, mmapped anonymously. Kernel will | kan | 2003-03-14 | 6 | -15/+1 |
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 1 | -1/+1 |
* | mdoc(7) police: expand contraction. | ru | 2003-02-23 | 1 | -1/+1 |
* | Do not remove object from the lists at the unref_dag() stage. | kan | 2003-02-17 | 1 | -8/+26 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 1 | -0/+1 |