#
45a935ba |
| 20-Nov-2020 |
thorpej <thorpej@NetBSD.org> |
malloc(9) -> kmem(9)
|
#
d47bcd29 |
| 10-Nov-2019 |
chs <chs@NetBSD.org> |
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen.
|
#
32d612a2 |
| 21-Sep-2014 |
christos <christos@NetBSD.org> |
fix leak.
|
#
f8003596 |
| 20-Jun-2014 |
joerg <joerg@NetBSD.org> |
intrcnt and _intrnames are unused.
|
#
cbab9cad |
| 27-Oct-2012 |
chs <chs@NetBSD.org> |
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
#
6a66466f |
| 20-Dec-2010 |
matt <matt@NetBSD.org> |
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
|
#
df7f595e |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
Ansify function definitions w/o arguments. Generated with sed.
|
#
7cc9af7d |
| 16-Mar-2009 |
dsl <dsl@NetBSD.org> |
ANSIfy functions with function-pointer arguments
|
#
454af1c0 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
show more ...
|
#
02cdf4d2 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
#
d9322458 |
| 06-Jan-2008 |
matt <matt@NetBSD.org> |
Truly kill current_intr_depth once and for all.
|
#
d974db0a |
| 17-Oct-2007 |
garbled <garbled@NetBSD.org> |
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the v
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
show more ...
|
#
320e4f3f |
| 13-Aug-2007 |
tsutsui <tsutsui@NetBSD.org> |
Remove all references to spl_mask. Now it isn't used by any sources. Discussed on port-arm.
|
#
d471ccf3 |
| 08-Mar-2007 |
matt <matt@NetBSD.org> |
Clean the bitrotting ofw code. Don't export export the underlying irq dispatch mechanism to the rest of the kernel; they don't need to know. Nuke IRQSTATS entirely.
XXX ofwgencfg_clock needs to tau
Clean the bitrotting ofw code. Don't export export the underlying irq dispatch mechanism to the rest of the kernel; they don't need to know. Nuke IRQSTATS entirely.
XXX ofwgencfg_clock needs to taught about timecounters
show more ...
|
#
af22d521 |
| 19-Feb-2007 |
matt <matt@NetBSD.org> |
Don't do softinit_init from irq_init.
|
#
981ae664 |
| 18-Feb-2007 |
matt <matt@NetBSD.org> |
Don't export spl_smasks or soft_interrupts. They are local to intr.c Make sure that softintr_init() is called when needed. Assume __HAVE_GENERIC_SOFT_INTERRUPTS is defined (since newlock2 requires i
Don't export spl_smasks or soft_interrupts. They are local to intr.c Make sure that softintr_init() is called when needed. Assume __HAVE_GENERIC_SOFT_INTERRUPTS is defined (since newlock2 requires it).
show more ...
|
#
37f70797 |
| 18-Feb-2007 |
matt <matt@NetBSD.org> |
Call softintr_init()
|
#
ccc0bd2a |
| 11-May-2006 |
yamt <yamt@NetBSD.org> |
remove irqblock[] as no one uses it. reviewed by Ben Harris.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f4d9e650 |
| 29-Aug-2004 |
thorpej <thorpej@NetBSD.org> |
Add a local prototype for a called-from-asm function.
|
#
08716eae |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
0f09ed48 |
| 27-Sep-2002 |
provos <provos@NetBSD.org> |
remove trailing \n in panic(). approved perry.
|
#
d17cc4f0 |
| 06-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
* Move some generic ARM OpenFirmware stuff into arch/arm/ofw (still more can move, but not yet). * Garbage-collect some cruft from arch/arm32 in preparation for renaming to arch/shark.
|