summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add kern/syscalls.c, which is needed for some KTR traces in trap.c.tmm2002-03-251-0/+1
* Add missing includes for the KTRACE case.tmm2002-03-251-0/+4
* Add missing declarations.tmm2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.tmm2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.tmm2002-03-251-15/+0
* Remove a FMT that was buried in here.obrien2002-03-251-2/+2
* Remote newly unused variable to unbreak LINT.brooks2002-03-251-1/+1
* Remove the setting of 'FMT'. We now do ELF by default, so only botherobrien2002-03-243-3/+0
* MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulobrien2002-03-241-3/+18
* plip has produced an error during attach on Alpha as long as I carewilko2002-03-242-2/+2
* Make the BSD method width/endian agnostic and support alphaphk2002-03-241-11/+187
* Add AMD 768 support.sos2002-03-242-0/+5
* Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
* Guard against redefining __gnuc_va_list.obrien2002-03-246-6/+15
* Be more systematic about conversion of on-disk formats in a endian/widthphk2002-03-246-235/+310
* Reset the cachefree statistics after draining the cache. This fixes a bugjeff2002-03-241-0/+4
* Undefine __FBSDID before defining it as it's already defined atmarcel2002-03-241-0/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-248-15/+14
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2411-42/+38
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-246-21/+20
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-246-16/+14
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-5/+5
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("bde2002-03-241-6/+6
* Minor changes:will2002-03-243-74/+173
* Revamp the busdma implementation a bit:tmm2002-03-247-223/+450
* Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().tmm2002-03-241-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-2411-282/+288
* Map the device memory belonging to resources of type SYS_RES_MEMORY intotmm2002-03-241-0/+17
* Maxtor Personal Storage 3000XT (Firewire) hangs uponsimokawa2002-03-241-0/+11
* Add code to print the fault virtual address for uncorrectable DMA errorstmm2002-03-234-0/+33
* De-__P(), de-K&R, remove superfluous comments and prototypes, sometmm2002-03-231-565/+122
* De-K&R.tmm2002-03-231-3/+1
* Fix syscall ktraceing.tmm2002-03-231-1/+2
* Make this compile without options DDB; use intr_disable() instead oftmm2002-03-231-2/+11
* Decruft some #if 0'ed code.tmm2002-03-231-2/+0
* Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.tmm2002-03-231-2/+4
* In some cases, RX descriptors that are signalled to have been completedtmm2002-03-232-3/+26
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-232-4/+16
* Assorted fixes:tmm2002-03-234-11/+3
* Forgot viapm in the NOTES. Fixed.nsouch2002-03-232-0/+4
* smbus_alloc_bus is not part of the smbus interface anymorensouch2002-03-231-3/+7
* Automatically detect devices that do not support READ(6)/WRITE(6)simokawa2002-03-231-1/+75
* Breath deep and take __P out of the system include files.imp2002-03-233-17/+15
* Machine must be non-static for COMPAT_43 to compile. This is used in bsd/osjake2002-03-231-1/+1
* Cleanup the trace back routine slightly. Print the leaf return value sojake2002-03-231-10/+55
* Sync with other arches; add bloat.jake2002-03-231-25/+35
* Revert last commit, it came too late to save alpha :-(phk2002-03-233-12/+0
* Hide the ugly d_boot[01] from the kernel.phk2002-03-233-0/+12
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2313-177/+164
* Major rework of the iicbus/smbus framework:nsouch2002-03-2342-820/+1759
OpenPOWER on IntegriCloud