Age | Commit message (Collapse) | Author |
|
Reimplement mcr2 bus_dma handling.
|
|
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too). Specifically,
Darren says that modified versions are not permitted. But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia. Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).
|
|
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too). Specifically,
Darren says that modified versions are not permitted. But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia. Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
aaron@, todd@, matthieu@ ok
|
|
|
|
|
|
|
|
remain for the time being until Kerberos support is up to snuff.
|
|
|
|
authentication.
|
|
|
|
|
|
|
|
|
|
|
|
This is temporary, this code needs better fixes.
|
|
|
|
|
|
|
|
Removes remaining lint stuff from lst.lib.
|
|
|
|
|
|
of missing function declarations.
|
|
|
|
ENOENT happens to be the same as stderr. :)
|
|
|
|
|
|
8.11.4 revamps signal handling within the MTA in order to reduce
the likelihood of a race condition that can lead to heap
corruption as described in Michal Zalewski's advisory. The
problems discussed in the advisory are not currently known to
be exploitable but we recommend upgrading to 8.11.4 in case a
method is found to exploit the signal handling race condition.
8.11.4 also fixes other bugs found since the release of 8.11.3.
See the RELEASE_NOTES file for more details.
|
|
This reduces the dependancy on openfirmware somewhat.
Since Openfirmware is not actually used for anything,
it is no longer necessary to configure it. so several lines of
useless dmesg are now gone.
This does not have clock setting code enabled yet.
All of the code is in place, but needs further testing before
it is trusted.
I wish Apple would store UTC not localtime in the hardware clock,
besides the fact that the clock base is 1904.
Need to keep the clock sane for dual boot machines.
|
|
|
|
print the relevant information on KERNFS.
|
|
|
|
(because of routing changes etc.)
|
|
it out.
|
|
|
|
|
|
|
|
|
|
should be still some select errors...
|
|
|
|
corresponding file line is not empty itself. Avoids coredumps
in the ':set list' mode (at least). NetBSD PR 4113; millert@ ok
|
|
Makes the message more useful for the user; from NetBSD, millert@ ok
|
|
versions of these files.
Fixed a bug in ld.so in this, instead of scheduling the fini of each of
the shared libraries with atexit. schedule a function of ld.so itself
and it will walk all of the open libraries when the program exits.
otherwise a shared library could be dl_open()ed and then dl_close()d
and then it would not be mapped for the atexit processing.
TODO:
What if atexit is not found (process did not link against libc?)
Do shared libraries that are dl_closed have their global destructors run?
|