summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2004-01-09fix build for gcc3.Dale Rahn
2004-01-07machine/stdarg.h -> sys/stdarg.hBrad Smith
2004-01-04Previous monotomic clock fix had major issues, this improves the matter.Dale Rahn
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03backout segment register restore diff which causes reproducible hangs; ok der...Peter Valchev
2003-12-24cpu_cpuspeed has a proper external def, remove this one, suggested by teduDale Rahn
2003-12-24support cpu_cpuspeed on macppc.Dale Rahn
2003-12-20Pass -WformatMiod Vallat
2003-12-18Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@Dale Rahn
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-30Add us.dvorak. ok maja@Thomas Nordin
2003-10-30fix NULL/0 mixup. drahn okJun-ichiro itojun Hagino
2003-10-30simplify cfdriver initialization. drahn okJun-ichiro itojun Hagino
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.Miod Vallat
2003-10-26Unbrek after recent wdc changes.Miod Vallat
2003-10-25Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@Dale Rahn
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
2003-10-24IPKDB has never been supported in OpenBSD/powerpc/macppc delete thisDale Rahn
2003-10-22Search for the '/backlight' node to determine if backlight control isDale Rahn
2003-10-21Fix copy bounds, however did this work??? Well it didn't.Dale Rahn
2003-10-21spacing cleanup.Dale Rahn
2003-10-21Missed ANSI.Dale Rahn
2003-10-21This was changed from a magic number to a define in the header file,Dale Rahn
2003-10-20Instead of using xor to clear a register , use li <REG>,0 (load immediate)Dale Rahn
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-10-18ANSI/KNF now that conflict has been resolved.Dale Rahn
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16more whiteTheo de Raadt
2003-10-16There is no end to the ANSI/KNF journey.Dale Rahn
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-10-15asm readability register names are %r0 instead of 0. No binary change.Dale Rahn
2003-10-15The ANSI/KNF trail continues. No binary differences.Dale Rahn
2003-10-08Fix endian bug in macppc bus_space_set_region_N(). ok miod@Dale Rahn
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-06Fix boot -a, add protected cnpollc(). ok deraadt@Dale Rahn
2003-08-27Enable 'Snag' boot on newer Apple machines.Dale Rahn
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst