| Commit message (Expand) | Author | Age | Files | Lines |
| * | cdev (still) needs per instance uid/gid/mode | Poul-Henning Kamp | 2005-03-31 | 3 | -15/+22 |
| * | Rename dev_ref() to dev_refl() | Poul-Henning Kamp | 2005-03-31 | 3 | -3/+3 |
| * | Correct the PCI ID for the SiS 965, and add support for the SATA part | Søren Schmidt | 2005-03-31 | 2 | -3/+5 |
| * | Remove check of numpst to allow more K8 variants to attach. The other | Nate Lawson | 2005-03-31 | 1 | -1/+7 |
| * | - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as | Jeff Roberson | 2005-03-31 | 1 | -1/+1 |
| * | - FFS supports shared locks, clear LK_NOSHARE from our vnode locks. | Jeff Roberson | 2005-03-31 | 1 | -1/+2 |
| * | - Disable vfs shared locks by default. They must be specifically enabled | Jeff Roberson | 2005-03-31 | 1 | -1/+5 |
| * | - Set LK_NOSHARE for snapshot locks. snapshots require exclusive only | Jeff Roberson | 2005-03-31 | 2 | -22/+2 |
| * | - Add a LK_NOSHARE flag which forces all shared lock requests to be | Jeff Roberson | 2005-03-31 | 2 | -1/+6 |
| * | check copyin return value (and while we're at it copyout too) | Sam Leffler | 2005-03-31 | 1 | -8/+14 |
| * | remove useless ptr check; cur_column can never be null | Sam Leffler | 2005-03-31 | 1 | -1/+1 |
| * | handle potential null ptr | Sam Leffler | 2005-03-31 | 1 | -1/+3 |
| * | - apause() has been retired, remove LK_NOPAUSE as well. | Jeff Roberson | 2005-03-31 | 1 | -1/+0 |
| * | - LK_NOPAUSE is a nop now. | Jeff Roberson | 2005-03-31 | 9 | -17/+17 |
| * | - LK_NOPAUSE is a nop now. | Jeff Roberson | 2005-03-31 | 1 | -1/+1 |
| * | - Remove apause(). It makes no sense with our present mutex implementation | Jeff Roberson | 2005-03-31 | 1 | -40/+0 |
| * | atapicam is broken, so comment it out since it may take a while to fix it. | Warner Losh | 2005-03-31 | 1 | -1/+1 |
| * | Catch up with ATA-mkIII | Peter Grehan | 2005-03-31 | 3 | -53/+4 |
| * | Checkpoint today's tidy-up of the WIP disassembler. It now agrees with | Peter Wemm | 2005-03-30 | 1 | -11/+40 |
| * | Commit my checkpoint of db_disasm.c that I hacked to understand some amd64 | Peter Wemm | 2005-03-30 | 1 | -78/+115 |
| * | close unlikely race | Sam Leffler | 2005-03-30 | 1 | -2/+2 |
| * | correct comment | Sam Leffler | 2005-03-30 | 1 | -3/+3 |
| * | o fix bug where rate wouldn't lift off lowest setting when operating as | Sam Leffler | 2005-03-30 | 1 | -24/+47 |
| * | rev rate control api to pass the both the first+last tx descriptors | Sam Leffler | 2005-03-30 | 4 | -6/+6 |
| * | o extend cts to cover packet burst when operating in 11g w/ protection | Sam Leffler | 2005-03-30 | 3 | -29/+70 |
| * | Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we | Bill Paul | 2005-03-30 | 1 | -2/+2 |
| * | Use a taskqueue for led-handling to prevent a potential panic. | Philip Paeps | 2005-03-30 | 1 | -8/+34 |
| * | Add commented out ehci entry. | Yoshihiro Takahashi | 2005-03-30 | 1 | -0/+1 |
| * | Remove geometry translations here. | Yoshihiro Takahashi | 2005-03-30 | 1 | -23/+0 |
| * | Whoops, this got left out from the megacommit | Søren Schmidt | 2005-03-30 | 1 | -0/+75 |
| * | This is the much rumoured ATA mkIII update that I've been working on. | Søren Schmidt | 2005-03-30 | 40 | -5775/+8176 |
| * | When several carp interfaces are attached to Ethernet interface, | Gleb Smirnoff | 2005-03-30 | 1 | -27/+37 |
| * | Support VTOC volume names. This can be useful to distinguish multiple | Joerg Wunsch | 2005-03-30 | 2 | -2/+14 |
| * | Use the usb_callout_* API instead of timeout()/untimeout() in order | Ian Dowse | 2005-03-30 | 1 | -6/+5 |
| * | Eliminate (now) unnecessary acquisition and release of the global page | Alan Cox | 2005-03-30 | 1 | -5/+1 |
| * | Eliminate v_id and v_ddid. This changes struct vnode, so all | David Schultz | 2005-03-30 | 1 | -2/+0 |
| * | Eliminate v_id and v_ddid. The name cache now holds references to | David Schultz | 2005-03-30 | 2 | -38/+11 |
| * | Merge kern___cwd() and vn_fullpath(), which were virtually identical, | David Schultz | 2005-03-30 | 1 | -132/+89 |
| * | Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging. | Bill Paul | 2005-03-30 | 1 | -8/+2 |
| * | Fixing kernel build on amd64 machines. | Tai-hwa Liang | 2005-03-30 | 1 | -3/+3 |
| * | extend the timestamp from the rx descriptor to calculate the tsf to | Sam Leffler | 2005-03-29 | 1 | -7/+24 |
| * | forgot to merge this bit from p4 | Sam Leffler | 2005-03-29 | 1 | -1/+2 |
| * | sync rates for any associated stations or neighbors on state transition | Sam Leffler | 2005-03-29 | 1 | -1/+16 |
| * | simplify callback | Sam Leffler | 2005-03-29 | 2 | -4/+8 |
| * | replace m_defrag with something more suitable | Sam Leffler | 2005-03-29 | 1 | -3/+88 |
| * | pass re-association events up using a new message type | Sam Leffler | 2005-03-29 | 2 | -5/+6 |
| * | - Don't free mbuf, passed to interface output method if the latter | Gleb Smirnoff | 2005-03-29 | 1 | -2/+1 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -7/+1 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 6 | -30/+12 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -7/+1 |