summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce <sys/disklabel.h> poisoning a bit.phk2002-09-202-1/+1
* Remove unneeded #include <sys/disklabel.h>phk2002-09-201-1/+0
* Include <sys/ioccom.h> directly, rather than indirectly throughphk2002-09-201-1/+1
* Remove even more Copy&Pasted sets of #includes.phk2002-09-202-16/+0
* Remove unused #includes. Looks amacingly like the exact same setphk2002-09-201-6/+0
* Remove #include of <sys/disklabel.h> (and a few other unused #includes Iphk2002-09-201-8/+0
* We don't need to #include <sys/disklabel.h>.phk2002-09-201-2/+0
* Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.phk2002-09-201-2/+0
* Don't call dkunit() to find our unit number, it is in our softc.phk2002-09-201-1/+1
* Don't use dkunit() to find out unit, we already have our softc pointerphk2002-09-201-5/+3
* Fix the support for the AN985/983 chips, which do not set thembr2002-09-202-2/+4
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-204-0/+10
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-206-154/+152
* fork_trampoline() marks a trap frame.jhb2002-09-202-2/+4
* Use proper type for a variable used as a DDB symbol.jhb2002-09-202-2/+4
* Trim includes.jhb2002-09-202-4/+2
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-202-64/+50
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-2019-97/+72
* Remove unused variable.phk2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-206-44/+0
* Current uses struct thread *td rather than struct proc *p.imp2002-09-201-2/+2
* 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
OpenPOWER on IntegriCloud