aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Use my freebsd email alias in the copyright.Jeff Roberson2002-09-195-12/+5
* - added macio and psim filesPeter Grehan2002-09-191-1/+8
* psim device supportPeter Grehan2002-09-191-0/+1
* Support files and a h/w tree description for the PSIM ppc simulatorPeter Grehan2002-09-196-0/+1018
* Driver for the macio south bridge, and ATA cell contained within.Peter Grehan2002-09-193-0/+817
* softc and register defs for the UniNorth chipPeter Grehan2002-09-191-1/+19
* - probe the UniNorth chip in addition to the PCI bridgesPeter Grehan2002-09-191-3/+114
* Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.Peter Grehan2002-09-191-6/+0
* psim device supportPeter Grehan2002-09-191-0/+1
* <machine/types.> -> <sys/types.h>Peter Grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablingPeter Grehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsPeter Grehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicePeter Grehan2002-09-191-4/+9
* Fixed branch labelsPeter Grehan2002-09-191-5/+5
* - bring vm_mapbuf/unmapbuf in line with other archsPeter Grehan2002-09-192-84/+50
* - make sure recoverable interrupts are re-enabled in the trap handlerPeter Grehan2002-09-192-14/+6
* - worked around 32-bit big-endian syscall return value problemPeter Grehan2002-09-192-18/+40
* Add sync before isync for G4 cpusPeter Grehan2002-09-191-1/+1
* - use symbol for user-context offsetPeter Grehan2002-09-191-2/+7
* - use BAT registers to map device space and physical memoryPeter Grehan2002-09-193-84/+402
* - psim device supportPeter Grehan2002-09-191-17/+38
* Clear on-demand BAT entries to properly restore OpenFirmware'sPeter Grehan2002-09-192-0/+12
* psim device supportPeter Grehan2002-09-192-0/+10
* - implemented sendsig/sigreturnPeter Grehan2002-09-192-676/+338
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicPeter Grehan2002-09-195-12/+36
* - rationalised includesPeter Grehan2002-09-191-11/+13
* - removed unnecessary includesPeter Grehan2002-09-191-28/+7
* Repo copied to <sys/smbus/smb.h>Peter Wemm2002-09-191-64/+0
* Repo copied to <sys/iicbus/iic.h>Peter Wemm2002-09-191-47/+0
* intmax_t is printed with %jd, not %lld.David E. O'Brien2002-09-191-7/+7
* Return the correct environment name for 64-bit platforms in theGarrett Wollman2002-09-191-1/+2
* simos.c needs a to be updated from the old pci shims. Yell loudly butPeter Wemm2002-09-191-0/+7
* Completely revamp the way getconf(1) works, for better adherence to theGarrett Wollman2002-09-1910-189/+457
* Add Yet Another Duplicate of the font.h and ukbdmap.h rules. RemovePeter Wemm2002-09-191-4/+9
* Add dev/iicbus and dev/smbus to LSUBDIRS listPeter Wemm2002-09-191-1/+2
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andPeter Wemm2002-09-192-5/+2
* fix style.. Return in the kernel always has () around the arguments.Julian Elischer2002-09-191-1/+1
* Compiler was correct:Julian Elischer2002-09-191-1/+1
* move wl (isa wavelan card, not "wi") to i386-onlyPeter Wemm2002-09-192-7/+6
* move "profile 2" to i386Peter Wemm2002-09-192-4/+4
* move ncv, nsp, stg to i386-only section (there is no pc98-specific version)Peter Wemm2002-09-192-9/+14
* Move dgb to the i386 sectionPeter Wemm2002-09-192-11/+11
* Update the KSE test utility to the new KSE API.Jonathan Mini2002-09-193-319/+482
* Add some extra directories created by recent versions of XFree86-4Kris Kennaway2002-09-191-0/+10
* If M_PKTHDR is set then we don't need to do a loop to find the total length.Darren Reed2002-09-191-0/+3
* Welcome the sem_ API to libc!Alfred Perlstein2002-09-193-1/+709
* Install _semaphore.h.Alfred Perlstein2002-09-191-1/+1
* add a stub for pthread_cond_destroy.Alfred Perlstein2002-09-191-0/+7
* Regen for added syscalls.Alfred Perlstein2002-09-198-3/+94
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-1910-4/+195