summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reorder libraries in LDADD in case some wants to staticallynectar2002-09-202-4/+6
* Make ipropd-slave/ipropd-master actually work. These applicationsnectar2002-09-202-2/+2
* 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
* Revert previous commit to unbreak world until we figure out thearchie2002-09-206-10/+7
* 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
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-202-9/+20
* Lock and unlock the file once per call and use the unlocked version oftjr2002-09-201-7/+11
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-203-18/+44
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-2019-97/+72
* Bandaid for a broken world. The real fix is somewhat moreru2002-09-202-12/+10
* Remove unused variable.phk2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-206-44/+0
* Construct new disklabels based on the medias stated parameters inphk2002-09-202-40/+94
* Add restrict type-qualifier.mike2002-09-202-2/+3
* Fix an error which prevented ssize_t from becoming defined. Addmike2002-09-201-3/+3
* Don't peek into MD structures from MI code. The getcontext(3) andmini2002-09-201-9/+1
* Straighten out get_params().phk2002-09-201-33/+34
* Current uses struct thread *td rather than struct proc *p.imp2002-09-201-2/+2
* o Don't print devices that aren't attached unless run with the newlyimp2002-09-202-5/+13
* Expose the new kernel data structures to libdevinfo:imp2002-09-204-6/+41
* New release notes: Firewire support, ata(4) support for Sil 0680 andbmah2002-09-192-8/+36
* Update ata(4) supported chipsets.bmah2002-09-192-8/+20
* Fix last commit so that it actually works:jhb2002-09-191-5/+6
* Quiet warnings on shutdown.gordon2002-09-191-1/+1
* Use correct function name in previous commit.jhb2002-09-191-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-196-7/+10
* 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
* gdb now builds on sparc64.obrien2002-09-191-1/+3
* Update for FILE v3.39.ru2002-09-192-17/+21
OpenPOWER on IntegriCloud