| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
are now unnecessary.
|
| |
|
|
|
|
| |
Uniformized idempotency ifdef.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of centrally.
|
| |
|
|
|
|
| |
Updated an #include to 4.4Lite style (missed one).
|
| |
|
|
|
|
|
|
| |
included twice as a side effect of including unrelated headers, but I
removed the #include of one of the headers and will soon fix the nested
#include in the other.
|
|
|
|
|
|
|
| |
break properly if they use these definitions.
Use '#ifdef notyet' instead of '#if 0' to hide temporarily misplaced
declarations.
|
|
|
|
|
| |
- don't put a comma after the last element in enum declarations.
- don't declare static objects as extern.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the file so that this compiles without forward declarations of that
data. (It is impossible to forward-declare static data in Gnu C.
Declaring it as static is correct, but causes bogus warnings from
gcc -Wredundant-decls. Declaring it as extern works, but causes
correct warnings from gcc -pedantic and is undefined in ANSI C.
We usually declare it as extern. Here it was once really extern,
but botched staticization left it as static here and apparently-
extern in a header file.)
----------------------------------------------------------------------
another system, such as NetBSD, CVS: then name the system in this
line, otherwise delete it. CVS: Reviewed by: CVS: Before
committing changes please have someone check your work and CVS:
include their name here. If the change is trivial and you have not
else; i.e., CVS: they sent us a patch or a new module, then
include their name/email CVS: address here. If this is your work
then delete this line. CVS:
----------------------------------------------------------------------
----------------------------------------------------------------------
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fixed minor bugs in revisions 1.12 and 1.23 (variables assigned to in signal
handlers weren't declared as volatile).
|
|
|
|
|
|
|
| |
Moved description of sio 16650A flag to the sio section and rewrote the
description. It was in the generic console flags section.
Added undocumented options CPU_UPGRADE_HW_CACHE and WLDEBUG.
|
|
|
|
|
|
| |
mismatches. Prototypes do a much better job these days.
Noticed by: bde
|
|
|
|
| |
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
| |
|
| |
|
|
|
|
| |
disconnect.
|
|
|
|
|
| |
This code ALWAYS runs the 8254 timer thru the 8259 ICU.
It depricates the usage of "options SMP_TIMER_NC" in the config file.
|
|
|
|
|
| |
This code ALWAYS runs the 8254 timer thru the 8259 ICU.
It depricates the usage of "options SMP_TIMER_NC" in the config file.
|
|
|
|
|
|
| |
This define enables the code to ALWAYS run the 8254 timer thru the 8259 ICU.
It is ON by default.
It depricates the usage of "options SMP_TIMER_NC" in the config file.
|
|
|
|
|
|
| |
- Increased NIDT to 256.
- Moved IPI vectors up above the linux compat vector.
- Removed runtime setup of RTC vector.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: i386/4092
Submitted by: Steve Bauer <sbauer@rock.sdsmt.edu>
|
|
|
|
|
|
|
| |
dstat register twice, pass the value read the first time to the fixup
code instead.
Submitted by: Gerard Roudier <groudier@club-internet.fr>
|
|
|
|
|
|
|
|
|
| |
the hostname into. In theory the bind library should do this, but
in practice the limites between system defines and bind defines make
an attack using this vector possible. These patches have been in
use on my systems for three months now, so I am fairly confident about
them. I plan on commiting this to 2.2 and 2.1 in the near future,
as well as many other patches of this nature.
|
|
|
|
|
| |
conditions similar to those reported in CERT's CA-91:10a advisory.
Obtained from: Hiroshi NAKANO <nakano@rins.ryukoku.ac.jp> by way of CERT.
|
|
|
|
|
|
|
| |
This isn't necessarily the best statistic, but it is by far the easiest to
calculate. Update the man page to be more explicit about precisely which
statistics are printed out. Revert some of jmg's bogus man page changes from
rev 1.11.
|
|
|
|
|
|
| |
press ^Z (undelete line).
Detected by: /etc/malloc.conf -> AJ
|
|
|
|
| |
Option -r is obsolete and buggy.
|
|
|
|
|
|
|
| |
1/ is compatible with the old route(1) in case needed.
2/ actually fixes the problem while vetting bad user input.
note: I have already fixed route(1) so the problem shouldn't occur.
if it does. use 0.0.0.0/0 instead of the word 'default' :)
|
|
|
|
|
|
|
| |
The answer is not really, but almost.
it sent data that was ok, though it was a hack,
but it was bug-compatible with the kernel on receiving them. This also
had been fixed with a hack.. I hacked it better I think.
|
|
|
|
|
|
|
|
| |
lifetime of the call, just like the old implementation did. Previously,
we were only eating them if the application did not call sleep()/usleep()
with SIGALRM masked.
Submitted by: ache
|
|
|
|
|
|
|
|
| |
to do with netmasks.. we fed totally bogus data into the kernel
to do with default routes and it just believed us. this led to:
1/ kernel panics
2/ the default route refusing to be deleted or added
(depending on a number of factors, usually it worked ok.)
|
| |
|
|
|
|
| |
function. Rewrote man page in mdoc format.
|