| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | return final error code in aio_return rather than a hardcoded 0. | davidxu | 2006-01-27 | 1 | -1/+0 |
* | Note that options are set using sh(1) syntax. | jkoshy | 2006-01-27 | 1 | -0/+6 |
* | Clean up statistics gathering and printing. | jasone | 2006-01-27 | 1 | -71/+64 |
* | Enable full duplex operation since it works and to solve panic issue. | ariff | 2006-01-27 | 1 | -1/+1 |
* | Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggers | mjacob | 2006-01-27 | 1 | -0/+7 |
* | Take into account that bits 0x0000ff00 can't be used for minor. | cognet | 2006-01-27 | 1 | -4/+7 |
* | When the RAID firmware returns a failure, don't hard error the result. | ambrisko | 2006-01-26 | 1 | -9/+4 |
* | Fix a typo : deivce => device | cognet | 2006-01-26 | 1 | -1/+1 |
* | After changing hostres from libdisk to libgeom, it now compiles | erwin | 2006-01-26 | 1 | -5/+1 |
* | - Register the generic implementations for the device shutdown, suspend | marius | 2006-01-26 | 7 | -9/+22 |
* | Fix rev 1.12. | brooks | 2006-01-26 | 1 | -1/+1 |
* | Don't attempt to re-create the /dev entry for the slave part if it already | cognet | 2006-01-26 | 2 | -3/+8 |
* | Analogous to __printflike and __scanflike, add the macro __format_arg which | stefanf | 2006-01-26 | 3 | -8/+4 |
* | Since the A-Z range is contained in the previous check, the else-if is | njl | 2006-01-26 | 1 | -3/+2 |
* | opt_vmpage.h is no longer needed here because it is not included by | alc | 2006-01-26 | 4 | -4/+4 |
* | - Only touch the LED bit of the (LED) AUXIO register when turning the | marius | 2006-01-26 | 1 | -4/+9 |
* | Version bump for pts import. | cognet | 2006-01-26 | 1 | -1/+1 |
* | From the RFC2516 it is not clear, what is the correct behavior for a | glebius | 2006-01-26 | 1 | -43/+117 |
* | Replace ki_ocomm by ki_comm. The former will go away. | harti | 2006-01-26 | 2 | -5/+5 |
* | Fix a bug in the processor load code: the wrong process was used to | harti | 2006-01-26 | 1 | -3/+3 |
* | Fix false positives when searching for disks. Things like adv(4) are not | harti | 2006-01-26 | 1 | -0/+9 |
* | Remove debug printf. | pjd | 2006-01-26 | 1 | -1/+0 |
* | Fix the MIB to use libgeom instead of libdisk. | harti | 2006-01-26 | 3 | -48/+170 |
* | - Fix the www build by removing obsolete references to &hwlist.sound; | brd | 2006-01-26 | 3 | -6/+0 |
* | in aio_aqueue, store same return code into job->_aiocb_private.error. | davidxu | 2006-01-26 | 1 | -3/+5 |
* | Optimize arena_bin_pop() to reduce the number of separator operations. | jasone | 2006-01-26 | 1 | -13/+10 |
* | oops | mjacob | 2006-01-26 | 1 | -0/+3 |
* | Plug a leak in the newer contigmalloc() implementation. Specifically, if | alc | 2006-01-26 | 1 | -10/+5 |
* | Document JMicron JMB360. | brueffer | 2006-01-26 | 1 | -1/+3 |
* | Fix an aliasing error in the new TP support and reenable it in the build. | kientzle | 2006-01-26 | 2 | -3/+5 |
* | Put in at least an attempt to ID the 2422 (4Gb part) | mjacob | 2006-01-26 | 1 | -0/+14 |
* | Document a bit pts. | cognet | 2006-01-26 | 1 | -0/+34 |
* | Make getttyent() report what the pts ptys as well. | cognet | 2006-01-26 | 1 | -1/+38 |
* | ptsname() bits for pts. | cognet | 2006-01-26 | 1 | -5/+45 |
* | Teach openpty() how to deal with pts. | cognet | 2006-01-26 | 1 | -0/+45 |
* | Linux compat bits needed to make linux programs use the new ptys : | cognet | 2006-01-26 | 3 | -1/+33 |
* | Bring in a sysv-style pts implementation, as found in the rwatson_pts perforc... | cognet | 2006-01-26 | 4 | -8/+1026 |
* | - Add a umass quirk that should have been part of latest commit. | flz | 2006-01-26 | 1 | -0/+4 |
* | Add Product IDs : | flz | 2006-01-26 | 3 | -0/+64 |
* | - Fix infinite loop in strip_log(). | flz | 2006-01-25 | 1 | -4/+2 |
* | Add support for the JMicron JMB360 SATAII controller. | sos | 2006-01-25 | 3 | -24/+119 |
* | Remove sound since the sound(4) manual page no longer have a | joel | 2006-01-25 | 3 | -5/+0 |
* | - Remove the comment about WSS/MSS cards being the best supported | joel | 2006-01-25 | 1 | -18/+0 |
* | Fix typos and clean up some comments. | joel | 2006-01-25 | 3 | -10/+10 |
* | Tie the amr_linux module into the build for i386 & amd64 | ambrisko | 2006-01-25 | 1 | -0/+4 |
* | o Add IANA assigned InterBase Database Remote Protocol 3050/tcp/udp. | maxim | 2006-01-25 | 1 | -0/+2 |
* | Crank WARNS up to 6, just because we can. | dougb | 2006-01-25 | 1 | -1/+1 |
* | Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef | jhb | 2006-01-25 | 3 | -4/+1 |
* | The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card. | jhb | 2006-01-25 | 1 | -0/+2 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 6 | -5/+199 |