summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix last commit so that it actually works:jhb2002-09-191-5/+6
* Use correct function name in previous commit.jhb2002-09-191-1/+1
* Pass flags to msync() accounting for differences in the definition ofmdodd2002-09-191-1/+5
* This patch extends the FreeBSD Linux compatibility layer to supportmdodd2002-09-192-0/+29
* Switch to using strlcpy() in several places. It seems theremux2002-09-191-7/+7
* This patch enables FreeBSD i686 MTRR support on Intel Pentiummdodd2002-09-192-2/+2
* Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDEDjhb2002-09-192-1/+7
* Add ability to dump stacktraces on kernel panics when DDB is compiled intojhb2002-09-191-2/+17
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-197-2/+60
* From Christian Zander:mdodd2002-09-192-4/+18
* MFi386: Remove a.out support.nyan2002-09-192-8/+2
* Remove -elf option.nyan2002-09-191-2/+0
* MFi386: revisions 1.534 and 1.535.nyan2002-09-192-18/+402
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-197-44/+34
* 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
OpenPOWER on IntegriCloud