summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Updated to somewhat match sparc64/conf/GENERICgrehan2002-09-191-18/+94
* While well intentionned the check to see it there is a packetjulian2002-09-191-3/+0
* - Use my freebsd email alias in the copyright.jeff2002-09-195-12/+5
* - added macio and psim filesgrehan2002-09-191-1/+8
* psim device supportgrehan2002-09-191-0/+1
* Support files and a h/w tree description for the PSIM ppc simulatorgrehan2002-09-196-0/+1018
* Driver for the macio south bridge, and ATA cell contained within.grehan2002-09-193-0/+817
* softc and register defs for the UniNorth chipgrehan2002-09-191-1/+19
* - probe the UniNorth chip in addition to the PCI bridgesgrehan2002-09-191-3/+114
* Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.grehan2002-09-191-6/+0
* psim device supportgrehan2002-09-191-0/+1
* <machine/types.> -> <sys/types.h>grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablinggrehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsgrehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicegrehan2002-09-191-4/+9
* Fixed branch labelsgrehan2002-09-191-5/+5
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-192-84/+50
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-192-14/+6
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-192-18/+40
* Add sync before isync for G4 cpusgrehan2002-09-191-1/+1
* - use symbol for user-context offsetgrehan2002-09-191-2/+7
* - use BAT registers to map device space and physical memorygrehan2002-09-193-84/+402
* - psim device supportgrehan2002-09-191-17/+38
* Clear on-demand BAT entries to properly restore OpenFirmware'sgrehan2002-09-192-0/+12
* psim device supportgrehan2002-09-192-0/+10
* - implemented sendsig/sigreturngrehan2002-09-192-676/+338
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-195-12/+36
* - rationalised includesgrehan2002-09-191-11/+13
* - removed unnecessary includesgrehan2002-09-191-28/+7
* Repo copied to <sys/smbus/smb.h>peter2002-09-191-64/+0
* Repo copied to <sys/iicbus/iic.h>peter2002-09-191-47/+0
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* simos.c needs a to be updated from the old pci shims. Yell loudly butpeter2002-09-191-0/+7
* Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Removepeter2002-09-191-4/+9
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-192-5/+2
* fix style.. Return in the kernel always has () around the arguments.julian2002-09-191-1/+1
* Compiler was correct:julian2002-09-191-1/+1
* move wl (isa wavelan card, not "wi") to i386-onlypeter2002-09-192-7/+6
* move "profile 2" to i386peter2002-09-192-4/+4
* move ncv, nsp, stg to i386-only section (there is no pc98-specific version)peter2002-09-192-9/+14
* Move dgb to the i386 sectionpeter2002-09-192-11/+11
* If M_PKTHDR is set then we don't need to do a loop to find the total length.darrenr2002-09-191-0/+3
* Regen for added syscalls.alfred2002-09-198-3/+94
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-1910-4/+195
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.rwatson2002-09-189-27/+18
* style nit: unsigned -> u_int in the kernel, particularly tobmilekic2002-09-181-11/+11
* more style fixes: 'unsigned' should be 'u_int' in this file.bmilekic2002-09-181-2/+2
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningambrisko2002-09-181-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-1815-150/+32
OpenPOWER on IntegriCloud