summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2016-02-28Rename ddb_trap_glue() to db_trap_glue().Martin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-02-24Restore validity checks for the disklabels read from disk. TheyKenneth R Westerback
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-23sync to GENERICTheo de Raadt
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-11-15everyting -> everythingMiod Vallat
2015-11-15Make sure every mtmsr instruction disabling external interrupts is immediatelyMiod Vallat
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-09-30Remove some trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-28More mechanical switching to readdisksector(), although this is aKenneth R Westerback
2015-09-28Use readdisksector() instead of manual buf initialization.Kenneth R Westerback
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
2015-09-13remove deltaTheo de Raadt
2015-09-11Build actual boot code with -D_STANDALONE so that we do not include userlandMiod Vallat
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-06seperate a variable into two, so that the size of a free() is remembered.Theo de Raadt
2015-09-06pretty simple size for free()Theo de Raadt
2015-08-30Enable xhci(4) now that it attaches correctly on my G5.Martin Pieuchot
2015-08-30Map the whole config1 space based on the size read from theMartin Pieuchot
2015-08-24Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onMartin Pieuchot
2015-08-14replace the asm mutexes with a c implementation.David Gwynne
2015-07-2917 years ago, setfault() was modified to save the status register in theMiod Vallat
2015-07-21add braces to avoid an uninitialised variable useJonathan Gray
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Make sound cards work on older PowerMacs.Martin Pieuchot
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-06-26Do not compare against a null string. When ofw_find_keyboard() is runMartin Pieuchot
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsMiod Vallat
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-17crank to 5.8-betaTheo de Raadt
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray