summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2008-10-23add mos(4) to the most relevant config filesTheo de Raadt
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-30Properly count memory on machines where Open Firmware reports zero sizedMark Kettenis
2008-09-30simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@Dale Rahn
2008-09-23Plug more uninitialized variables.Miod Vallat
2008-09-19While vaguely interesting, the prints coming out of the driver was way tooDale Rahn
2008-09-18Redesign of the powerpc interrupt architecture, use true levels intead ofDale Rahn
2008-09-16SMP ddb support, with some feedback from kettenis.Dale Rahn
2008-08-25how about i commit what was actually approved? wrong tree, bad todd ;-(Todd T. Fries
2008-08-24o implement proper volume control table based on chipset docsTodd T. Fries
2008-08-24Fix readdpmelabel() so it doesn't corrupt a disklabel about to beKenneth R Westerback
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-07-16This file is long unused.Miod Vallat
2008-07-03add rum(4)Todd T. Fries
2008-07-02move to 4.4-betaTheo de Raadt
2008-07-01add bio & bioctlTodd T. Fries
2008-07-01Enable FFS2 on most of the larger RAMDISK media.Brad Smith
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-27Add uvideo(4).Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-15with powerbooks and ibooks, default to adb keyboard for console (and ddb>)Todd T. Fries
2008-06-13Add some missing $OpenBSD$ tags.Kenneth R Westerback
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10use the defines, not magic constants. ok kettenis@Dale Rahn
2008-06-06Remove long dead meat.Miod Vallat
2008-05-26Enable cmpci(4) and eso(4).Brad Smith
2008-05-25Don't forget to actually return a value in ttyname(), and fix a bunch ofMiod Vallat
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
2008-05-13Fix chrtoblktbl[] entries.Miod Vallat
2008-05-04Manage interrupts based on priority better, still working on this...Dale Rahn
2008-05-03Rework the interrupt calculation masks, a bit easier to follow (not so wrong).Dale Rahn
2008-05-02Invalidate and initialize the l2 on secondary processors, ok kettenis@Dale Rahn
2008-05-02Remove debug prints.Dale Rahn
2008-05-01Implement a nop IPI to signal other CPUs.Mark Kettenis
2008-04-30Spacing.Mark Kettenis
2008-04-30Fix typo in last commit.Mark Kettenis
2008-04-30Initialize randseed to 1.Mark Kettenis
2008-04-29remove noise, (debug print).Dale Rahn