summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow routing to the SCI even if it's not in the list of valid IRQs.njl2004-09-251-0/+10
* Fix the statements for checking if we're dealing with a 5705/5750.ps2004-09-251-20/+20
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-256-299/+374
* Use the universal 'threaded process' flag rather than thejulian2004-09-251-1/+1
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-244-38/+166
* Few (trailing) whitespace and spelling fixes.joerg2004-09-241-6/+6
* Protect fdc->flags within the worker thread, too.joerg2004-09-241-1/+6
* Sort forward declared structures.jhb2004-09-241-2/+2
* Some more whitespace, style, and comment fixes.jhb2004-09-241-14/+16
* Add a proc *p pointer for td->td_proc to make this code easier to read.jhb2004-09-241-8/+8
* Improve the panic message for a busted MP table with conflicting entriesjhb2004-09-241-1/+3
* Don't look for swap blocks in objects that aren't swap-backed.das2004-09-241-0/+3
* Lock the flags field with the mutex.phk2004-09-241-8/+25
* Sync with DragonFly BSD.simokawa2004-09-241-17/+93
* o Turn net.inet.ip.check_interface sysctl off by default.maxim2004-09-241-1/+1
* Document vfs.root.mountdelay value.pjd2004-09-242-0/+9
* Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fitspjd2004-09-241-1/+1
* XXX mark two places where we do not hold a threadcount on the dev whenphk2004-09-242-0/+3
* Remove the cdevsw() function which is now unused.phk2004-09-242-9/+0
* Hold threadcount while throbbing cdevsw in our underlying driver.phk2004-09-241-20/+25
* Hold thread reference while we frob cdevsw.phk2004-09-241-3/+9
* Hold proper thread count while frobbing drivers ioctl.phk2004-09-242-12/+26
* Hold threadcount reference when we call into the underlying consolephk2004-09-241-12/+52
* Eliminate devsw() call, we are not dereferencing the pointer.phk2004-09-241-1/+1
* Remove devsw() call missed in last commit.phk2004-09-241-1/+0
* Remove SI_ISDISK, I found a better solution.phk2004-09-241-1/+0
* Assert topology is held in g_dev_getprovider().phk2004-09-241-3/+5
* Hold thread reference while frobbing cdevsw.phk2004-09-241-18/+24
* Hold threadref while we throb cdevsw in devtoname()phk2004-09-241-6/+10
* Use vn_isdisk() to check if vnode is a disk.phk2004-09-241-1/+1
* use vn_isdisk() to see if vnode is a disk.phk2004-09-241-1/+1
* Hold dev_lock and check for NULL devsw pointer when we service FIODTYPE ioctl.phk2004-09-241-5/+13
* Hold dev_lock and check for NULL devsw pointer when we determinephk2004-09-241-1/+5
* Use dev_re[fl]thread() to maintain a ref on the device driver whilephk2004-09-241-14/+13
* Use def_re[fl]thread().phk2004-09-241-95/+46
* use dev_re[fl]thread() rather than home rolled versions.phk2004-09-241-8/+2
* Introduce dev_re[lf]thread() functions.phk2004-09-242-0/+28
* Remove. This file was repocopied to ../ski.marcel2004-09-2424-2614/+0
* Replace misuse of NULL with 0UL.marcel2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. Insteadmarcel2004-09-241-110/+111
* Unhook libski and skiload and hook up ski.marcel2004-09-241-1/+1
* Post repocopy build fixes.marcel2004-09-243-20/+25
* Implement the KDENABIO etc ioctl's for amd64 as well.peter2004-09-241-2/+5
* Implement the syscons mouse pointer characters for amd64. It was onlypeter2004-09-241-4/+4
* Like on i386, use the definition of struct bios_smap from machine/pc/bios.hpeter2004-09-241-6/+1
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-244-14/+13
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnspeter2004-09-242-823/+3
* A modest collection of various and sundry style, spelling, and whitespacejhb2004-09-243-109/+106
* On arm, set the default elf brand to FreeBSD, until the binutils do it for us.cognet2004-09-231-0/+4
* Re-route interrupts on arm as well.cognet2004-09-231-1/+2
OpenPOWER on IntegriCloud