| Commit message (Expand) | Author | Age | Files | Lines |
* | - Increase snddev refcount earlier while accessing through sysctl interface | ariff | 2006-03-31 | 1 | -27/+34 |
* | Make the ATAPI sense data accessible when using the ioctl interface | sos | 2006-03-31 | 8 | -93/+107 |
* | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | jeff | 2006-03-31 | 7 | -31/+62 |
* | - Hold a reference from the time vfs_busy starts until vfs_unbusy is | jeff | 2006-03-31 | 1 | -3/+9 |
* | - GETWRITEMOUNT now returns a referenced mountpoint to prevent its | jeff | 2006-03-31 | 1 | -1/+15 |
* | - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to prevent | jeff | 2006-03-31 | 1 | -8/+32 |
* | - Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtx | jeff | 2006-03-31 | 1 | -2/+4 |
* | - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead. | jeff | 2006-03-31 | 1 | -1/+2 |
* | - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a buf | jeff | 2006-03-31 | 3 | -17/+39 |
* | Build uart(4) on PowerPC. | marcel | 2006-03-31 | 1 | -2/+1 |
* | Allow uart(4) to be built on PowerPC. | marcel | 2006-03-31 | 2 | -0/+55 |
* | Add a dummy implementation of bus_space_map(). | marcel | 2006-03-31 | 1 | -3/+9 |
* | remove these vestiges of gdbserver.. It hasn't built in a long time, and | jmg | 2006-03-31 | 2 | -365/+0 |
* | fixup error handling in taskqueue_start_threads: check for kthread_create | sam | 2006-03-30 | 1 | -11/+20 |
* | Include the sbus attachment of scc(1) when either fhc(4) or sbus(4) | marcel | 2006-03-30 | 1 | -1/+1 |
* | Currently, if writing out a log entry fails, we unlink that log entry from our | csjp | 2006-03-30 | 1 | -5/+12 |
* | Optimize runtime performance, primary using the following techniques: | jasone | 2006-03-30 | 1 | -285/+294 |
* | Expose res_update and friends again. At least, ports/mail/spamilter | ume | 2006-03-30 | 7 | -43/+38 |
* | Revert to using acpi_max_threads instead of the hardcoded value of '3'. | scottl | 2006-03-30 | 1 | -1/+2 |
* | Fix more stack corruptions on amd64. | bz | 2006-03-30 | 2 | -19/+11 |
* | Revert previous change, as I fixed MD5(9). | pjd | 2006-03-30 | 1 | -6/+2 |
* | Fix a panic on sparc64 related to inproper aligment - we cannot assume, | pjd | 2006-03-30 | 1 | -7/+13 |
* | When we attach to either a SAB82532 or a Z8530, print a notice | marcel | 2006-03-30 | 2 | -0/+4 |
* | Add scc(4). | marcel | 2006-03-30 | 1 | -2/+2 |
* | o Add scc(4) to the build. | marcel | 2006-03-30 | 6 | -19/+45 |
* | Add support for scc(4). | marcel | 2006-03-30 | 6 | -82/+191 |
* | Add scc(4), a driver for serial communications controllers. These | marcel | 2006-03-30 | 12 | -0/+1616 |
* | o Don't make the SER_INT_* defines visible to userland. They | marcel | 2006-03-30 | 1 | -0/+7 |
* | Style fix. | jhb | 2006-03-30 | 1 | -7/+6 |
* | md_hash field in g_eli_metadata structure is not 4 byte aligned, which | pjd | 2006-03-30 | 1 | -2/+6 |
* | Protect from creating striped and RAID5 plexes with unequally sized | le | 2006-03-30 | 5 | -68/+112 |
* | Rebuild gensnmptree(1) on 700014 systems too. While 700014 corresponds | ru | 2006-03-30 | 1 | -1/+1 |
* | - 'ndisks' variable is not boolean, so compare it with a value. | pjd | 2006-03-30 | 1 | -1/+1 |
* | Fix a bug where, for 6-byte sequences, the top 6 bits get compared to | trhodes | 2006-03-30 | 1 | -1/+1 |
* | Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn't | rwatson | 2006-03-30 | 1 | -1/+1 |
* | regen for 32bit System V shared memory | ps | 2006-03-30 | 4 | -7/+13 |
* | Properly support for FreeBSD 4 32bit System V shared memory. | ps | 2006-03-30 | 3 | -7/+179 |
* | Remove paranoid thread hijacking check. It cause wierd behaviour | ariff | 2006-03-30 | 1 | -8/+2 |
* | In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will | marcel | 2006-03-30 | 1 | -1/+1 |
* | Add __collate_load_error and __collate_range_cmp to the list of | deischen | 2006-03-30 | 3 | -0/+4 |
* | On some laptops, under very high loads, the socket event register read | imp | 2006-03-30 | 1 | -2/+13 |
* | Add a mask of valid socket events | imp | 2006-03-30 | 1 | -19/+20 |
* | Don't open if we're going away. | marcel | 2006-03-30 | 1 | -0/+4 |
* | document the tty files that uart(4) provides like sio(4) and pty(4) both | jmg | 2006-03-30 | 1 | -0/+14 |
* | Always explicitly panic in propogate_priority() if we try to propogate | jhb | 2006-03-29 | 1 | -8/+14 |
* | Autogenerate hardware notes for mfi(4). | brueffer | 2006-03-29 | 3 | -0/+5 |
* | Mention that MegaRAID SAS controllers are supported by mfi(4). | brueffer | 2006-03-29 | 1 | -1/+6 |
* | Mention that amr(4) supports older MegaRAID hardware and clean up the | brueffer | 2006-03-29 | 1 | -3/+8 |
* | Fix printf arg on 64-bit arch by casting to an int. The IO port is never | njl | 2006-03-29 | 1 | -2/+2 |
* | Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specific | jhb | 2006-03-29 | 1 | -3/+4 |