aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac/pswitch.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc powermac: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* powerpc: Fix programmer's switch driver and add to GENERICBrandon Bergren2021-04-051-33/+13
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Make pswitch_intr() returns interrupt handling status.Paolo Pisati2007-03-021-2/+3
* Catch up with bus_setup_intr() modification and garbage collect aPaolo Pisati2007-02-251-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make this compile: add sys/module.h and KDBify.Andrew Gallatin2004-07-221-5/+3
* Oops. Include opt_ddb.h.Benno Rice2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterBenno Rice2003-02-061-0/+143