summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Insert a missing call to MAC protection check for delivering anrwatson2002-09-211-1/+5
* Add missing semicolongrehan2002-09-201-1/+1
* Assert my copyright on this file (using the default 2-clause BSD).phk2002-09-201-11/+4
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-2022-219/+100
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.mdodd2002-09-202-29/+0
* Axe unused include.jhb2002-09-203-3/+0
* mistakenly set IFF_UP by SIOCSIFPHYADDR.ume2002-09-201-4/+0
* This file does not <sys/disklabel.h>phk2002-09-201-1/+0
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-204-11/+0
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-202-4/+0
* Put an XXX comment here to point somebody in the right direction.phk2002-09-201-0/+1
* Fix various style(9) bugs:mike2002-09-201-19/+19
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-207-358/+58
* We don't need the <sys/disklabel.h> include for alpha anymore.phk2002-09-201-3/+0
* #include <sys/disk.h> to get disk_err() prototype.phk2002-09-203-0/+3
* 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
OpenPOWER on IntegriCloud