| Commit message (Expand) | Author | Age | Files | Lines |
* | (commented out) multipath fault injection code. | mjacob | 2007-01-05 | 4 | -2/+21 |
* | Add code to parse the utrace(2) entries generated by malloc(3) in a more | jhb | 2007-01-05 | 1 | -1/+30 |
* | Fix style(9). | jkim | 2007-01-05 | 2 | -122/+104 |
* | - Close a race between enumerating UNIX domain socket pcb structures via | jhb | 2007-01-05 | 4 | -15/+63 |
* | - Add a new function uma_zone_exhausted() to see if a zone is full. | jhb | 2007-01-05 | 3 | -0/+25 |
* | Another (minor) CAM_NEW_TRAN backport thingie, plus a slightly | mjacob | 2007-01-05 | 1 | -1/+17 |
* | If append_archive fails while writing an archive header, output the error | cperciva | 2007-01-05 | 1 | -1/+1 |
* | Make agp_intel capable to work after resume from S3 state. | takawata | 2007-01-05 | 2 | -66/+100 |
* | Simplify code in union_hashins() and union_hashget() functions. These | rodrigc | 2007-01-05 | 1 | -24/+12 |
* | Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined. | piso | 2007-01-05 | 1 | -0/+4 |
* | Change the client skipper API to use off_t instead of size_t/ssize_t; but | cperciva | 2007-01-05 | 6 | -0/+46 |
* | Hints are handled differently on -current | ticso | 2007-01-05 | 1 | -1/+1 |
* | Fix 2 typos, as consequence update copyright year. | blackend | 2007-01-05 | 1 | -2/+3 |
* | - ftick was initialized to -1 for init and any of it's children. Fix this by | jeff | 2007-01-05 | 1 | -9/+35 |
* | Remove an unneeded fnstcw instruction. | das | 2007-01-05 | 2 | -13/+10 |
* | Remove a note pertaining to the Alpha. | das | 2007-01-05 | 1 | -7/+0 |
* | Eliminate obsolete comment, now that getushort() is implemented in | rodrigc | 2007-01-05 | 1 | -4/+0 |
* | Insert mutex at tail if it has highest ceiling. | davidxu | 2007-01-05 | 1 | -1/+1 |
* | Oops, don't corrupt the list. | davidxu | 2007-01-05 | 1 | -1/+1 |
* | Check if the PP mutex is recursive, if we have already locked it, place the | davidxu | 2007-01-05 | 1 | -9/+28 |
* | Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxx | rodrigc | 2007-01-05 | 1 | -2/+2 |
* | MFp4: Use the next possible value for hz instead of defaulting to 128 | ticso | 2007-01-05 | 1 | -3/+6 |
* | MFp4: Add missing atomic functions | ticso | 2007-01-05 | 1 | -34/+64 |
* | Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink when | rodrigc | 2007-01-05 | 1 | -8/+20 |
* | MFp4: add BWCT kernel configuration | ticso | 2007-01-05 | 3 | -0/+126 |
* | MFp4: Make at91_rtc optional to allow other RTC choices | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: add basic driver for RTL8305SC switch in PHY emulation | ticso | 2007-01-05 | 3 | -0/+427 |
* | MFp4: Read access require PDC to be setup first otherwise we might get | ticso | 2007-01-05 | 1 | -3/+5 |
* | MFp4: BWCT boards are using an 16MHz xtal | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: Add VLAN_MTU support | ticso | 2007-01-05 | 1 | -1/+19 |
* | MFp4: fix a race in transmit buffer handling | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array for | ticso | 2007-01-05 | 1 | -1/+1 |
* | some whitespace cleanup (which I usually don't bother with) | mjacob | 2007-01-04 | 1 | -57/+55 |
* | Add a function that checks for duplicate requests (based | mjacob | 2007-01-04 | 1 | -2/+43 |
* | - Use a regular mutex rather than a spin mutex. This driver doesn't need | jhb | 2007-01-04 | 1 | -9/+3 |
* | Document Marvell 6101/6145 support. | brueffer | 2007-01-04 | 1 | -1/+1 |
* | Fix headphone/speaker automute for Toshiba Satellite Pro U200. | ariff | 2007-01-04 | 1 | -1/+10 |
* | Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards. | sos | 2007-01-04 | 2 | -34/+93 |
* | Convert compression_skip from taking a size_t skip length request and | cperciva | 2007-01-04 | 4 | -12/+15 |
* | - Only allow the tdq_idx to increase by one each tick rather than up to | jeff | 2007-01-04 | 1 | -22/+52 |
* | - Don't pass a pointer into runq_choose_from(). The caller can adjust the | jeff | 2007-01-04 | 2 | -4/+3 |
* | New supported JMicron, ALI and ServerWorks chipsets. | brueffer | 2007-01-04 | 1 | -4/+4 |
* | ULE 2.0: | jeff | 2007-01-04 | 1 | -410/+330 |
* | - Add three new functions to support circular run queues. | jeff | 2007-01-04 | 2 | -5/+97 |
* | - Add SRQ_BORROWING to the list of switch reasons. ULE is the only consumer | jeff | 2007-01-04 | 1 | -0/+1 |
* | Add new PATA only JMicron chip. | sos | 2007-01-04 | 2 | -2/+4 |
* | Add sockipprotoname() function. Decode the third parameter (protocol) | rodrigc | 2007-01-04 | 3 | -1/+14 |
* | Generate sockdomainname() function with auto_if_type() instead | rodrigc | 2007-01-04 | 1 | -1/+1 |
* | Add auto_if_type() function, which is similar to auto_switch_type(). | rodrigc | 2007-01-04 | 1 | -0/+30 |
* | Rewrite and simplify archive_read_format_tar_skip. Compression-layer skip | cperciva | 2007-01-03 | 1 | -18/+16 |