Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-05 | handle overflows for size_t larger than u_int; siw@goneko.de, bug #425 | Markus Friedl | |
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | Miod Vallat | |
2002-11-05 | Use define, not number. | Dale Rahn | |
2002-11-05 | -bytes_in/_out and total_in/_out are off_t, not long. fixes a few displaying | Henning Brauer | |
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 | Miod Vallat | |
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 | Miod Vallat | |
pollution. Conforming to art@'s evil plans. | |||
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat | |
pollution. Conforming to art@'s evil plans. | |||
2002-11-04 | welcome to CIDR world, pfctl! | Henning Brauer | |
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 | Todd C. Miller | |
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 | Marco S Hyman | |
not zero on all arches | |||
2002-11-04 | sync uucp/uucp owner/group with that validated in special. | Marco S Hyman | |
OK fgs@ | |||
2002-11-04 | make this compile; reported by pluf, mickey ok. | Federico G. Schwindt | |
2002-11-04 | state-opt = "max" seconds -> number, it limits the number of states not | Daniel Hartmeier | |
time. ok henning@, pb@ | |||
2002-11-04 | log before send disconnect; ok djm@ | Markus Friedl | |
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ↵ | Markus Friedl | |
ok djm@ | |||
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman | |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman | |
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 | Peter Valchev | |
different; use intptr_t | |||
2002-11-03 | Back out a local OpenBSD change I adapted from a 5.6.1 change. | Todd C. Miller | |
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 | Todd C. Miller | |
=head[1-4] correctly. | |||
2002-11-03 | Missing word in buffers size line. | Miod Vallat | |
2002-11-02 | Include string.h to get memcpy() prototype; OK marc@ | Todd C. Miller | |
2002-11-02 | sync after libc[_r] minor crank; pvalchev@ ok. | Federico G. Schwindt | |
2002-11-02 | sync. | Federico G. Schwindt | |
2002-11-02 | - fix broken nodes and remove repeated items. | Federico G. Schwindt | |
- remove FSinfo, we don't install it. millert pvalchev ok. | |||
2002-11-02 | Don't try to process inline functions; fixes a problem parsing | Todd C. Miller | |
macros.h on vax (noticed by hugh). | |||
2002-11-02 | Compare dynamic addresses correctly in pf_compare_*: check the interface name | Ryan Thomas McBride | |
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 | Ryan Thomas McBride | |
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@ | Daniel Hartmeier | |
2002-11-02 | printf int with %i, not %u. from pilot@monkey.org. | Daniel Hartmeier | |
2002-11-02 | Actually, this is bind 4.9.9-REL | Todd C. Miller | |
2002-11-01 | add a comment how to get secure maps built; millert@ ok. | Federico G. Schwindt | |
2002-11-01 | 3.2 released | Michael Shalayeff | |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat | |
ok marc@ | |||
2002-11-01 | Stub to help libc_r builds | Miod Vallat | |
2002-11-01 | fight the grammar in the tdr messages | Michael Shalayeff | |
2002-11-01 | Cleanup. Don't bother complaining when the user selects some non-existant | Kenneth R Westerback | |
set. Just re-display the selection list unchanged. Smaller, cleaner. | |||
2002-11-01 | Cleanup. install_sets() no longer takes a parameter. | Kenneth R Westerback | |
2002-11-01 | add a missing delay after printf on halt[-p], proper arg for a cold hook | Michael Shalayeff | |
2002-11-01 | md part for hppa should look like this, at the first look | Michael Shalayeff | |
2002-10-31 | gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, ↵ | Michael Shalayeff | |
missed this fuct in the previous take on thread-safe libc | |||
2002-10-31 | typo, reported by avsm@openbsd | Jun-ichiro itojun Hagino | |
2002-10-31 | MakeMaker now appears to try to install pod pages in $installman{1,3}dir. | Todd C. Miller | |
However, we define that to the empty string in OpenBSD since we want to format and install perl's man pages ourselves. As a result, man pages were not being generated from .pm files in 3rd party modules. To fix this, go back to the older behavior of using $inst_man{1,3}dir. Also, while I'm in here, improve the regexp for deciding what consists of pod, based on ExtUtils-MakeMaker-6.05. | |||
2002-10-31 | marc@ said we should be always thread-safe, accomodate for that, also ↵ | Michael Shalayeff | |
defining the weak symbols which we did not before in either case | |||
2002-10-31 | plug memory leak. from sam leffler. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-31 | document 'set require-order (yes|no)' | Philipp Buehler | |
mini-BNF fix henning@ ok | |||
2002-10-31 | spelling; Jolan Luff, thanks! | Henning Brauer | |
2002-10-31 | There's no point in using a small block size when creating a swap | Todd C. Miller | |
partition, it just slows down dd. | |||
2002-10-31 | Defer pid allocation and making the new process visible until after it's | Artur Grabowski | |
been fully initialized. Otherwise the scheduler and other things can accidentally stumble into semi-initialized processes and strange things can happen. This also requires us to do systrace attachment a bit later. Debugging help from fgs@ | |||
2002-10-31 | Introduce some better feedback during attempted ftp installations. In | Kenneth R Westerback | |
this pass check the file list returned by ftp_list_file() for two common errors ('Login failed.' and 'No such file or directory.') and display the error messages rather than just complaining that no sets were found. Delete an unused local variable. Do not allow the user to continue with the install/upgrade if the sanity checks fail. Keep asking them to install more sets until the checks succeed. ok millert@. |