| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the floppy drive unit number to name the /dev entry, not the | phk | 2004-09-25 | 1 | -1/+1 |
* | Allow routing to the SCI even if it's not in the list of valid IRQs. | njl | 2004-09-25 | 1 | -0/+10 |
* | Fix the statements for checking if we're dealing with a 5705/5750. | ps | 2004-09-25 | 1 | -20/+20 |
* | Move the IA-32 trap handling from trap() to ia32_trap(). Move the | marcel | 2004-09-25 | 6 | -299/+374 |
* | Use the universal 'threaded process' flag rather than the | julian | 2004-09-25 | 1 | -1/+1 |
* | Add support for the BCM5750/5751. Unfortunately the documentation | ps | 2004-09-24 | 4 | -38/+166 |
* | Few (trailing) whitespace and spelling fixes. | joerg | 2004-09-24 | 1 | -6/+6 |
* | Protect fdc->flags within the worker thread, too. | joerg | 2004-09-24 | 1 | -1/+6 |
* | Sort forward declared structures. | jhb | 2004-09-24 | 1 | -2/+2 |
* | Some more whitespace, style, and comment fixes. | jhb | 2004-09-24 | 1 | -14/+16 |
* | Add a proc *p pointer for td->td_proc to make this code easier to read. | jhb | 2004-09-24 | 1 | -8/+8 |
* | Improve the panic message for a busted MP table with conflicting entries | jhb | 2004-09-24 | 1 | -1/+3 |
* | Don't look for swap blocks in objects that aren't swap-backed. | das | 2004-09-24 | 1 | -0/+3 |
* | Lock the flags field with the mutex. | phk | 2004-09-24 | 1 | -8/+25 |
* | Sync with DragonFly BSD. | simokawa | 2004-09-24 | 1 | -17/+93 |
* | o Turn net.inet.ip.check_interface sysctl off by default. | maxim | 2004-09-24 | 1 | -1/+1 |
* | Document vfs.root.mountdelay value. | pjd | 2004-09-24 | 2 | -0/+9 |
* | Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fits | pjd | 2004-09-24 | 1 | -1/+1 |
* | XXX mark two places where we do not hold a threadcount on the dev when | phk | 2004-09-24 | 2 | -0/+3 |
* | Remove the cdevsw() function which is now unused. | phk | 2004-09-24 | 2 | -9/+0 |
* | Hold threadcount while throbbing cdevsw in our underlying driver. | phk | 2004-09-24 | 1 | -20/+25 |
* | Hold thread reference while we frob cdevsw. | phk | 2004-09-24 | 1 | -3/+9 |
* | Hold proper thread count while frobbing drivers ioctl. | phk | 2004-09-24 | 2 | -12/+26 |
* | Hold threadcount reference when we call into the underlying console | phk | 2004-09-24 | 1 | -12/+52 |
* | Eliminate devsw() call, we are not dereferencing the pointer. | phk | 2004-09-24 | 1 | -1/+1 |
* | Remove devsw() call missed in last commit. | phk | 2004-09-24 | 1 | -1/+0 |
* | Remove SI_ISDISK, I found a better solution. | phk | 2004-09-24 | 1 | -1/+0 |
* | Assert topology is held in g_dev_getprovider(). | phk | 2004-09-24 | 1 | -3/+5 |
* | Hold thread reference while frobbing cdevsw. | phk | 2004-09-24 | 1 | -18/+24 |
* | Hold threadref while we throb cdevsw in devtoname() | phk | 2004-09-24 | 1 | -6/+10 |
* | Use vn_isdisk() to check if vnode is a disk. | phk | 2004-09-24 | 1 | -1/+1 |
* | use vn_isdisk() to see if vnode is a disk. | phk | 2004-09-24 | 1 | -1/+1 |
* | Hold dev_lock and check for NULL devsw pointer when we service FIODTYPE ioctl. | phk | 2004-09-24 | 1 | -5/+13 |
* | Hold dev_lock and check for NULL devsw pointer when we determine | phk | 2004-09-24 | 1 | -1/+5 |
* | Use dev_re[fl]thread() to maintain a ref on the device driver while | phk | 2004-09-24 | 1 | -14/+13 |
* | Use def_re[fl]thread(). | phk | 2004-09-24 | 1 | -95/+46 |
* | use dev_re[fl]thread() rather than home rolled versions. | phk | 2004-09-24 | 1 | -8/+2 |
* | Introduce dev_re[lf]thread() functions. | phk | 2004-09-24 | 2 | -0/+28 |
* | Remove. This file was repocopied to ../ski. | marcel | 2004-09-24 | 24 | -2614/+0 |
* | Replace misuse of NULL with 0UL. | marcel | 2004-09-24 | 1 | -3/+3 |
* | Remove the dependency on the Intel EFI headers in sys/boot/efi. Instead | marcel | 2004-09-24 | 1 | -110/+111 |
* | Unhook libski and skiload and hook up ski. | marcel | 2004-09-24 | 1 | -1/+1 |
* | Post repocopy build fixes. | marcel | 2004-09-24 | 3 | -20/+25 |
* | Implement the KDENABIO etc ioctl's for amd64 as well. | peter | 2004-09-24 | 1 | -2/+5 |
* | Implement the syscons mouse pointer characters for amd64. It was only | peter | 2004-09-24 | 1 | -4/+4 |
* | Like on i386, use the definition of struct bios_smap from machine/pc/bios.h | peter | 2004-09-24 | 1 | -6/+1 |
* | Converge towards i386. I originally resisted creating <machine/pc/bios.h> | peter | 2004-09-24 | 4 | -14/+13 |
* | Severely strip down the repocopied i386/bios.c and bios.h files. It turns | peter | 2004-09-24 | 2 | -823/+3 |
* | A modest collection of various and sundry style, spelling, and whitespace | jhb | 2004-09-24 | 3 | -109/+106 |
* | On arm, set the default elf brand to FreeBSD, until the binutils do it for us. | cognet | 2004-09-23 | 1 | -0/+4 |