summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
2005-12-10, after end of last enum entry is bogusTheo de Raadt
2005-12-06Remove fdescfsPedro Martelletto
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-11Enable or disable keyclick on attach, based upon the PROM keyboard-click?Miod Vallat
2005-11-11fix kgdb compilation; input and ok miod@.Federico G. Schwindt
2005-11-10remove unused header.Federico G. Schwindt
2005-11-09splimp -> splnetBrad Smith
2005-11-01remove Mach macros, they were unused anywayMartin Reindl
2005-09-25Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makeMiod Vallat
2005-09-25On Sun4m, be sure to steal the overlapping part of the iommu dvma spaceMiod Vallat
2005-09-21Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_mapMiod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-18Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2005-08-14Add more flexibility to the fast trap handlers mechanism:Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
2005-07-17Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code).Miod Vallat
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-07-09In the interrupt handlers, clear the interrupt condition explicitely;Miod Vallat
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
2005-07-08Declare mainbus_model as extern here so that code outside of autoconf.c canMiod Vallat
2005-07-08Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2Miod Vallat
2005-07-08Allow more than one auxio device to attach, and attach both SPARCbook auxioMiod Vallat
2005-07-08Fix external video synchro constants.Miod Vallat
2005-07-08Partially revert r1.8 - we do not want to match on the SPARCbook auxio2Miod Vallat
2005-07-02Typos in comments.Miod Vallat
2005-06-08remove netns crud.Henning Brauer
2005-06-01Typo in cut'n'paste abuse.Miod Vallat
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inMiod Vallat
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-03- Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs.Brad Smith
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01When parsing the bootpath, correctly handle ":foo" modifiers if they areMiod Vallat
2005-05-01spacing; ok miod@ deraadt@David Krause