| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
a search string input).
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apm_default_resume() to sometimes set a very wrong time.
(1) Accesses to the RTC index and data registers were not atomic enough.
Interrupts were not masked. This was only good enough until an
interrupt handler (rtcintr()) started accessing the RTC in FreeBSD-2.0.
(2) Access to the block of time registers in inittodr() was not atomic
enough. inittodr() has 244us to read the time registers. Interrupts
were not masked. This was only good enough until something (apm)
started calling inittodr() after boot time in FreeBSD-2.0.
The fix for (2) also makes the timecounter update more atomic, although
this is currently unimportant due to the low resolution of the RTC.
Problem reported by: mckay
|
| |
|
|
|
|
|
| |
so that we can get it back onto 1.44MB boot media again. This
does not affect the i386 class build.
|
|
|
|
| |
As wpaul notes, I was trying to fix something that wasn't broke.
|
| |
|
|
|
|
| |
alphas panic.
|
|
|
|
|
| |
device_printf() etc. to print something intelligible.
* Allow device_set_devclass(dev, 0) for clearing the devclass.
|
|
|
|
|
| |
Fixed casts of non-`void *' pointers to uintptr_t. Fixed related
style bugs. This file uses perfectly non-KNF formatting for casts.
|
|
|
|
|
| |
and it is a user-run utility, it should be in objformat, so gasp
is in the ${PATH} :)
|
|
|
|
| |
in rev.1.4.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
latter is just wrong.
There were many other problems spotted by bde, none of which are
addressed here.
Reviewed by: bde
|
| |
|
| |
|
|
|
|
|
|
| |
right way around.
Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
|
|
|
|
| |
Submitted by: Ricardas Cepas <rch@writeme.com>
|
|
|
|
| |
Submitted by: Ricardas Cepas <rch@writeme.com>
|
|
|
|
| |
Submitted by: Ricardas Cepas <rch@writeme.com>
|
|
|
|
|
|
| |
Add missing dependance to cs_CZ
Submitted by: Ricardas Cepas <rch@writeme.com>
|
|
|
|
| |
Submitted by: Ricardas Cepas <rch@writeme.com>
|
| |
|
| |
|
|
|
|
|
|
| |
Minor correction of comments
Submitted by: Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
|
|
|
|
|
|
|
|
| |
Remove stale 8859-2 font
Fix Russian INDEX entries
Add more languages to FONT fields
Submitted by: fonts from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doing the "right thing" here is difficult, so create two ENTRY points for
each function (for example, __setjmp and setjmp are equivalent). This
isn't pretty, but it works for both aout and ELF.
libc symbol naming needs an overhaul in order to properly support function
wrapping, specifically in the case of a real libpthread, and these
duplicate entry points should be fixed as part of that overhaul.
Pointed out by: bde
|
|
|
|
| |
Assembler symbols are now made using genassym(1).
|
|
|
|
| |
terminate anyway.
|
|
|
|
|
| |
way that a shell does. The previous way ppp did it just didn't
make any sense.
|
|
|
|
| |
is actually a new label with a comment at the end of the line.
|
| |
|
| |
|
|
|
|
|
|
|
| |
o Define ASSYM(sym, v) as the primary macro to use,
o Define ASSYM_SELF and ASSYM_OFFSET in terms of ASSYM,
Psychological manipulation by: bde <grin>
|
|
|
|
|
| |
anymore. Update comments and variable names as well to wipe out any
traces that may confuse people in the future.
|
|
|
|
|
|
|
|
| |
the dependency on caesar which therefore doesn't need to be built by
bootstrap-tools.
Suggested by: des
Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
|
|
|
|
|
|
|
|
|
| |
frames would be handled incorrectly due to bad usage of m_pullup() in
the case where the frame wraps from the end of the receive buffer back
the beginning.
Also, when manually extending small packets to pad them to the minimum
frame length during transmission, zero out the pad area to make some
really paranoid people happy.
|
|
|
|
|
|
|
|
|
| |
width.
This is a vendor-supplied patch.
Requested by: bde
Submitted by: Aharon Robbins <arnold@skeeve.com>
|
| |
|
|
|
|
| |
Removed -mno-486 from CFLAGS since it is no longer supported by gcc.
|
|
|
|
| |
<sys/param.h>, but the #includes weren't adjusted here.
|
|
|
|
| |
device_t, not an int).
|
|
|
|
|
|
|
| |
needed to access the internals of buffers but not necessarily to use
the VOP. <sys/buf.h> recently grew a bogus dependency on <sys/systm.h>
for the declaration of spl*, and I prefer to fix the synopsis breakage
by removing a wart instead of adding one.
|
|
|
|
|
| |
recently, except of course in the documentation. Other parts of this
man page are several years out of date.
|