| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove 80386 support from the ELF run time linker. | jhb | 2004-11-16 | 2 | -163/+0 |
* | Don't invent ways of capitalization orthogonal to the English grammar. | yar | 2004-11-15 | 1 | -2/+2 |
* | RFC 959 states that the following codes should be used | yar | 2004-11-15 | 1 | -3/+5 |
* | So do it like we do in usr.bin/tip/tip/Makefile. ;) | ru | 2004-11-14 | 1 | -0/+2 |
* | Revert previous commit. As ru explains: | schweikh | 2004-11-14 | 1 | -1/+1 |
* | Avoid an (ignored) error by invoking chflags on the link target, not the | schweikh | 2004-11-14 | 1 | -1/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -2/+7 |
* | Using off_t to pass a block size is obvious overkill. | yar | 2004-11-13 | 1 | -2/+2 |
* | Kill ancient casts to integral types left from the K&R era. | yar | 2004-11-13 | 3 | -9/+9 |
* | Remove these unused files before any other archs include the same bogus | jhb | 2004-11-12 | 6 | -1057/+0 |
* | The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when | peter | 2004-11-06 | 1 | -0/+6 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 2 | -2/+4 |
* | Fix logxfer() by using realpath(3) instead of playing with getwd(3). | yar | 2004-11-03 | 1 | -4/+8 |
* | Replace the last occurence of (long long) and %qd with | yar | 2004-11-02 | 1 | -2/+2 |
* | Implement TLS relocations for powerpc. | ssouhlal | 2004-11-02 | 2 | -3/+73 |
* | Do the TLS offset allocations before relocations, as otherwise there | ssouhlal | 2004-11-02 | 1 | -11/+11 |
* | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | yar | 2004-11-01 | 1 | -2/+5 |
* | - Stop shadowing global "pamh" by a local variable in auth_pam(). | yar | 2004-10-30 | 1 | -9/+15 |
* | Describe the semantics of the sgetpwnam() helper function | yar | 2004-10-30 | 1 | -0/+3 |
* | Log the actual number of bytes sent on the wire to /var/log/ftpd | yar | 2004-10-24 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 3 | -3/+3 |
* | Remove definition of struct dom_binding, it's non-standard C code and | stefanf | 2004-10-17 | 2 | -2/+0 |
* | We must not fall back to the old way (read-write) | yar | 2004-10-15 | 1 | -1/+1 |
* | Clean-up around sendfile(): drop an excessive check for error condition. | yar | 2004-10-15 | 1 | -2/+2 |
* | Account for the fact that sendfile(2) may hit the end of file | yar | 2004-10-15 | 1 | -1/+12 |
* | Correct grammos. Added BUGS: may mishandle nonstandard manual pages, | schweikh | 2004-10-06 | 1 | -3/+5 |
* | Report once that the device isn't there, but keep trying. Don't | imp | 2004-09-29 | 1 | -21/+14 |
* | Don't try to relocate the dynamic loader in reloc_non_plt(). It has already | cognet | 2004-09-28 | 1 | -1/+4 |
* | Use add instead of saving the sp in a register. | cognet | 2004-09-28 | 1 | -2/+1 |
* | Indent. | maxim | 2004-09-24 | 1 | -7/+7 |
* | o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD: | maxim | 2004-09-24 | 1 | -0/+2 |
* | Add stubs for TLS. | cognet | 2004-09-23 | 4 | -16/+32 |
* | Remove named-xfer, it does not exist in BIND 9. | trhodes | 2004-09-22 | 1 | -30/+0 |
* | Switch from BIND 8 to BIND 9. | des | 2004-09-21 | 1 | -5/+0 |
* | Avoid accidental use of ANSI C trigraphs. | maxim | 2004-08-21 | 1 | -1/+2 |
* | Add some details about our wonderful system. | obrien | 2004-08-21 | 1 | -1/+17 |
* | Turn on the FreeBSD login user capabilities database support. | obrien | 2004-08-18 | 1 | -1/+1 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -1/+1 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
* | Add stubs for powerpc TLS. | dfr | 2004-08-04 | 3 | -5/+43 |
* | Add support for Thread Local Storage. | dfr | 2004-08-03 | 14 | -2/+883 |
* | ftpd(8) seems to be WARNS=2 clean now. | yar | 2004-07-31 | 1 | -0/+1 |
* | Change ``(foo *)0'' to ``NULL'' where it's possible | yar | 2004-07-31 | 2 | -11/+11 |
* | Kill a small herd of casts to off_t where they were not needed. | yar | 2004-07-31 | 2 | -10/+9 |
* | Printf(3) off_t values through conversion to intmax_t since | yar | 2004-07-31 | 2 | -10/+15 |
* | Kill an unused variable (heading to WARNS=2.) | yar | 2004-07-31 | 1 | -1/+0 |
* | Convert a couple of bogus null statements to the right form. | yar | 2004-07-31 | 1 | -2/+2 |
* | Ditto for (gid_t). | yar | 2004-07-30 | 1 | -1/+1 |
* | Kill casts to (uid_t) obviously left from the K&R era. | yar | 2004-07-30 | 1 | -14/+14 |
* | Add a comment to explain that the loop around the call to bind(2) | yar | 2004-07-30 | 1 | -0/+9 |