Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | 2 | -3/+33 | ||
2002-11-05 | Use define, not number. | 1 | -2/+2 | ||
2002-11-05 | -bytes_in/_out and total_in/_out are off_t, not long. fixes a few displaying | 3 | -17/+23 | ||
problems with files > 2GB. -print bytes in/out to stderr in verbose mode ok millert@ fgsch@ | |||||
2002-11-05 | Allocate by default 6 virtual consoles on alpha, as on i386, rather than | 2 | -4/+11 | ||
only one. X11 is configured here to start on ttyC5, like on i386 again. This requires alpha-specific changes to the X servers, that went in the tree before 3.2 was released. On tga-compatible boards, there are no virtual consoles available, and these changes will have no effect. | |||||
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | 8 | -25/+25 | ||
pollution. Conforming to art@'s evil plans. | |||||
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | 9 | -28/+28 | ||
pollution. Conforming to art@'s evil plans. | |||||
2002-11-04 | welcome to CIDR world, pfctl! | 1 | -24/+33 | ||
use inet_net_pton to parse IP adresses. stuff like block in from 10/8 to any works now. some input camield@ and dhartmei@ ok dhartmei@, camield@, mcbride@ | |||||
2002-11-04 | Put back the bits disabling setre[ug]id(). Perl will use setres[ug]id | 1 | -12/+7 | ||
instead so we don't need to use the (emulated) setre[ug]id() in libc. | |||||
2002-11-04 | test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is | 2 | -8/+14 | ||
not zero on all arches | |||||
2002-11-04 | sync uucp/uucp owner/group with that validated in special. | 1 | -3/+3 | ||
OK fgs@ | |||||
2002-11-04 | make this compile; reported by pluf, mickey ok. | 1 | -1/+5 | ||
2002-11-04 | state-opt = "max" seconds -> number, it limits the number of states not | 1 | -2/+2 | ||
time. ok henning@, pb@ | |||||
2002-11-04 | log before send disconnect; ok djm@ | 1 | -3/+4 | ||
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok djm@ | 1 | -7/+5 | ||
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | 17 | -119/+233 | ||
2002-11-03 | libc changes for thread safety. Tested on: | 17 | -233/+119 | ||
alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way. | |||||
2002-11-03 | You can't always cast pointer to int on because the sizes are | 2 | -11/+13 | ||
different; use intptr_t | |||||
2002-11-03 | Back out a local OpenBSD change I adapted from a 5.6.1 change. | 1 | -1/+1 | ||
I don't think it is needed anymore and it breaks MM_Unix's prefixify test. | |||||
2002-11-03 | The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't match | 1 | -2/+2 | ||
=head[1-4] correctly. | |||||
2002-11-03 | Missing word in buffers size line. | 1 | -2/+2 | ||
2002-11-02 | Include string.h to get memcpy() prototype; OK marc@ | 2 | -2/+4 | ||
2002-11-02 | sync after libc[_r] minor crank; pvalchev@ ok. | 11 | -22/+22 | ||
2002-11-02 | sync. | 1 | -1/+0 | ||
2002-11-02 | - fix broken nodes and remove repeated items. | 2 | -1139/+13 | ||
- remove FSinfo, we don't install it. millert pvalchev ok. | |||||
2002-11-02 | Don't try to process inline functions; fixes a problem parsing | 1 | -3/+3 | ||
macros.h on vax (noticed by hugh). | |||||
2002-11-02 | Compare dynamic addresses correctly in pf_compare_*: check the interface name | 1 | -18/+38 | ||
rather than the ip address if it exists. ok dhartmei@ henning@ | |||||
2002-11-02 | Make PF_ANEQ(), PF_ANEQ() and PF_AZERO() check the whole address if af | 1 | -7/+6 | ||
is not set to AF_INET6 or AF_INET ok dhartmei@ henning@ | |||||
2002-11-02 | %i -> %d, matches the style of existing code, from millert@ | 2 | -4/+4 | ||
2002-11-02 | printf int with %i, not %u. from pilot@monkey.org. | 2 | -4/+4 | ||
2002-11-02 | Actually, this is bind 4.9.9-REL | 1 | -2/+2 | ||
2002-11-01 | add a comment how to get secure maps built; millert@ ok. | 1 | -1/+2 | ||
2002-11-01 | 3.2 released | 1 | -1/+2 | ||
2002-11-01 | Working atomic locks on vax for libc_r. | 3 | -7/+63 | ||
ok marc@ |