| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the amd(4) driver to it's own directory in preparation for it growing | scottl | 2002-12-13 | 5 | -3035/+13 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 56 | -1788/+1821 |
* | Remove SCARGS. | alfred | 2002-12-13 | 56 | -1821/+1788 |
* | Add a couple of KASSERTS, just in case. | phk | 2002-12-13 | 1 | -0/+4 |
* | Correct a harmless problem when creating the DMA tag | mux | 2002-12-13 | 1 | -1/+1 |
* | Don't interpret the hotspots relative to all slices on a slicer, but | phk | 2002-12-13 | 2 | -3/+7 |
* | Fix spelling in comment. | phk | 2002-12-13 | 1 | -1/+1 |
* | Problem: Hang while bootup on Perc2/SC. | emoore | 2002-12-13 | 1 | -2/+4 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | tjr | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 6 | -11/+13 |
* | Drop filedesc lock and acquire Giant around calls to malloc() and free(). | tjr | 2002-12-13 | 1 | -1/+18 |
* | HEAD reverts to 5.0-CURRENT | murray | 2002-12-13 | 1 | -1/+1 |
* | Don't run kldxref when installing modules on sparc64. kldxref and the whole | jake | 2002-12-13 | 2 | -2/+2 |
* | Create raw plexes and subdisks, not the old volume-related ones. This | grog | 2002-12-13 | 1 | -2/+2 |
* | sable the CAM interface on some more cards. It seemed to be confusing and | scottl | 2002-12-12 | 1 | -5/+5 |
* | The uftdi driver runs with multiple instances. | ticso | 2002-12-12 | 1 | -5/+0 |
* | Clear the "device open" flag in daopen() before returning a error, | yar | 2002-12-12 | 1 | -0/+1 |
* | Fix a buffer overrun in /dev/random which, due to the nature of the | markm | 2002-12-12 | 1 | -3/+4 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 2 | -2/+2 |
* | revive_block: If we have an I/O error, don't forget to drop the stripe lock. | grog | 2002-12-12 | 1 | -2/+4 |
* | Remove the comment about dump(8) not working properly with snapshots. | trhodes | 2002-12-12 | 1 | -3/+1 |
* | (1) Problem: PANIC when loading/unloading driver | emoore | 2002-12-11 | 5 | -11/+95 |
* | Add sysctl knob to stop disabling acpi on shutdown. | takawata | 2002-12-11 | 2 | -2/+10 |
* | Pass the HCDP table address to the kernel. If no such table exists, | marcel | 2002-12-10 | 8 | -28/+33 |
* | Default policies to on: if you load them or compile them into your | rwatson | 2002-12-10 | 7 | -7/+7 |
* | Play nice with GEOM and use the appropriate ioctls for getting the | scottl | 2002-12-10 | 1 | -20/+12 |
* | The exit() function has been moved to libefi.c to better deal with | marcel | 2002-12-10 | 1 | -39/+0 |
* | Change the startup code to fix a memory leak and to allow us to | marcel | 2002-12-10 | 5 | -41/+141 |
* | o Make all GUID variables global to maximize reuse. | marcel | 2002-12-10 | 2 | -42/+64 |
* | Build EFI with -fshort-wchar so that L"some string" works with the | marcel | 2002-12-10 | 1 | -1/+1 |
* | Remove _putchar, _puts and _puthex. These functions are unused. | marcel | 2002-12-10 | 2 | -202/+4 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 14 | -280/+198 |
* | Fix a panic unloading the bktr driver when devfs is in use. | roger | 2002-12-09 | 1 | -10/+2 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 23 | -158/+199 |
* | Document that ENABLE_VFS_IOOPT is dangerous. Please don't use it. | rwatson | 2002-12-09 | 1 | -0/+3 |
* | MFNetBSD: (partial 1.133) | joe | 2002-12-09 | 1 | -0/+2 |
* | MFNetBSD: | joe | 2002-12-09 | 1 | -5/+0 |
* | Don't corrupt the ED list whilst removing an entry. | joe | 2002-12-09 | 1 | -1/+1 |
* | Add the GUID of the DIG64 HCDP table. | marcel | 2002-12-08 | 1 | -0/+3 |
* | Use one of the bi_spare entries for the DIG64 HCDP table address. | marcel | 2002-12-08 | 1 | -1/+2 |
* | Disable SMP. It reduces the chance that the kernel boots. On top | marcel | 2002-12-08 | 1 | -1/+1 |
* | The boot manager sets the watchdog timer to 5 minutes before invoking | marcel | 2002-12-08 | 2 | -12/+20 |
* | In efi_cons_poll we check if a key is present (pending) by checking | marcel | 2002-12-08 | 1 | -4/+10 |
* | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | iedowse | 2002-12-08 | 1 | -39/+33 |
* | Correct alphabetization of awi entry. | rwatson | 2002-12-08 | 1 | -1/+1 |
* | To avoid lock order reversals in getnewvnode(), the call to uma_zfree() | alc | 2002-12-08 | 1 | -3/+11 |
* | Move the awi module build dependency into the MACHINE_ARCH=i386 entry. | rwatson | 2002-12-08 | 1 | -3/+2 |
* | MFS: recognize gre packets used in the WCCP protocol. | sobomax | 2002-12-07 | 2 | -1/+9 |
* | Hook up the awi module for build on i386 and pc98, which appear to be | rwatson | 2002-12-07 | 1 | -1/+3 |
* | Fix a bug which caused signals on YUV images to fail. | roger | 2002-12-07 | 1 | -7/+6 |