| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some minor style bugs (English usage and formatting of binary | bde | 2004-02-12 | 1 | -12/+13 |
* | Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The | grehan | 2004-02-12 | 2 | -0/+191 |
* | Add sys file required for IEEE fp functions. | grehan | 2004-02-12 | 1 | -0/+37 |
* | Reverse lock order by using local variable. This will shut up "acquiring | kuriyama | 2004-02-12 | 1 | -4/+6 |
* | Tidy up makefiles. | ru | 2004-02-12 | 8 | -264/+74 |
* | Remove register keyword and constify tmp values. This fixes | grehan | 2004-02-12 | 1 | -3/+3 |
* | Always socantsendmore() before deallocating a socket. This, in turn, | green | 2004-02-12 | 1 | -0/+7 |
* | Correct instance of *timeout that should have been timeout. | wpaul | 2004-02-11 | 1 | -1/+1 |
* | kzip(8) is long dead. | ru | 2004-02-11 | 1 | -2/+0 |
* | When reparenting a process to init, make sure that p_sigparent is | truckman | 2004-02-11 | 2 | -0/+2 |
* | Overhaul makefiles. | ru | 2004-02-11 | 7 | -115/+61 |
* | Add yet more bulletproofing. This is to guard against the case that | wpaul | 2004-02-11 | 2 | -33/+55 |
* | _start.S -> _start.s as the latter is pure asm file. | ru | 2004-02-11 | 2 | -9/+1 |
* | Added g_print_bio() function to print informations about given bio. | pjd | 2004-02-11 | 2 | -0/+35 |
* | Argh! Fix a bogon. lim_cur() was returning the hard (max) limit rather | jhb | 2004-02-11 | 1 | -1/+1 |
* | Removed more vestiges of vfs_ioopt: | bde | 2004-02-11 | 1 | -38/+4 |
* | Use automatic major number allocation for the nfs4 device instead of | tjr | 2004-02-11 | 1 | -3/+1 |
* | Interrupt statistics, vmstat -i now works. | grehan | 2004-02-11 | 5 | -26/+59 |
* | Un-reserve major 144 (nsmb) now that we are using automatic allocation. | tjr | 2004-02-11 | 1 | -1/+0 |
* | Use automatic major number allocation for nsmb devices. | tjr | 2004-02-11 | 2 | -3/+1 |
* | Clean up header files, which fixes compile warning. | grehan | 2004-02-11 | 1 | -10/+1 |
* | - constify devinfo strings to eliminate compile warning | grehan | 2004-02-11 | 2 | -18/+18 |
* | (atapi_cb): Reenable automatic retrieve of sense data on error, making | thomas | 2004-02-11 | 1 | -14/+21 |
* | Fix a typo; left out preprocessor conditional for sigoff variable, which | bms | 2004-02-11 | 1 | -0/+2 |
* | Get rid of unnecessary use of m4(1) by using cpp(1) instead. | ru | 2004-02-11 | 9 | -1925/+53 |
* | - fix compile warnings | grehan | 2004-02-11 | 2 | -52/+10 |
* | - fixed trailing whitespace and indentation | grehan | 2004-02-11 | 1 | -11/+10 |
* | Fix compile warning | grehan | 2004-02-11 | 1 | -0/+1 |
* | - remove trailing whitespace | grehan | 2004-02-11 | 1 | -11/+13 |
* | Cleaned up param.h: | grehan | 2004-02-11 | 12 | -30/+28 |
* | Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL. | grehan | 2004-02-11 | 1 | -4/+5 |
* | Add sysctl hw.uma_mdpages to track how many pages have been allocated | grehan | 2004-02-11 | 2 | -0/+18 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 17 | -4/+424 |
* | Prefer buttons defined in the AML over the ones in the FADT. Some | njl | 2004-02-11 | 3 | -24/+42 |
* | Correctly create interrupt key for PCI, which is the OpenFirmware | grehan | 2004-02-10 | 1 | -11/+17 |
* | Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info() | wpaul | 2004-02-10 | 1 | -0/+7 |
* | Since loader(8) on SPARC64 is a pure ELF executable (as opposed | ru | 2004-02-10 | 1 | -1/+0 |
* | Only reset the phy when it is absolutely required. | pdeuskar | 2004-02-10 | 3 | -59/+113 |
* | Fix a panic in pseudofs(9) that could occur when doing an I/O | nectar | 2004-02-10 | 1 | -0/+5 |
* | Correct a long-standing race condition in the inactive queue scan. (See | alc | 2004-02-10 | 1 | -0/+15 |
* | Now we have g_topology_assert_not(), so use it to detect deadlocks. | pjd | 2004-02-10 | 1 | -1/+1 |
* | Added macro which will be used to assert, that the topology lock is not held. | pjd | 2004-02-10 | 1 | -0/+6 |
* | Change the kernels definition of NODEV from ((dev_t)-1) to NULL. | phk | 2004-02-10 | 1 | -1/+3 |
* | don't call sbuf_clear() right after sbuf_new(), it is not necessary. | phk | 2004-02-10 | 3 | -6/+0 |
* | Fixes problems that occurred when a file was removed and a directory | tjr | 2004-02-10 | 3 | -1/+42 |
* | Loader makefile cleanup. | grehan | 2004-02-09 | 2 | -92/+38 |
* | Remove VFS_STATFS() call which violated the lock order and wasn't | des | 2004-02-09 | 1 | -4/+0 |
* | Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both of | wpaul | 2004-02-09 | 1 | -16/+40 |
* | fix build with FAST_IPSEC. | ume | 2004-02-09 | 1 | -2/+1 |
* | MFi386: Factor out -nostdlib and use PROG. | nyan | 2004-02-09 | 9 | -54/+55 |