summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify code in union_hashins() and union_hashget() functions. Theserodrigc2007-01-051-24/+12
* Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.piso2007-01-051-0/+4
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-056-0/+46
* Hints are handled differently on -currentticso2007-01-051-1/+1
* Fix 2 typos, as consequence update copyright year.blackend2007-01-051-2/+3
* - ftick was initialized to -1 for init and any of it's children. Fix this byjeff2007-01-051-9/+35
* Remove an unneeded fnstcw instruction.das2007-01-052-13/+10
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
* Eliminate obsolete comment, now that getushort() is implemented inrodrigc2007-01-051-4/+0
* Insert mutex at tail if it has highest ceiling.davidxu2007-01-051-1/+1
* Oops, don't corrupt the list.davidxu2007-01-051-1/+1
* Check if the PP mutex is recursive, if we have already locked it, place thedavidxu2007-01-051-9/+28
* Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxxrodrigc2007-01-051-2/+2
* MFp4: Use the next possible value for hz instead of defaulting to 128ticso2007-01-051-3/+6
* MFp4: Add missing atomic functionsticso2007-01-051-34/+64
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenrodrigc2007-01-051-8/+20
* MFp4: add BWCT kernel configurationticso2007-01-053-0/+126
* MFp4: Make at91_rtc optional to allow other RTC choicesticso2007-01-051-1/+1
* MFp4: add basic driver for RTL8305SC switch in PHY emulationticso2007-01-053-0/+427
* MFp4: Read access require PDC to be setup first otherwise we might getticso2007-01-051-3/+5
* MFp4: BWCT boards are using an 16MHz xtalticso2007-01-051-1/+1
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array forticso2007-01-051-1/+1
* some whitespace cleanup (which I usually don't bother with)mjacob2007-01-041-57/+55
* Add a function that checks for duplicate requests (basedmjacob2007-01-041-2/+43
* - Use a regular mutex rather than a spin mutex. This driver doesn't needjhb2007-01-041-9/+3
* Document Marvell 6101/6145 support.brueffer2007-01-041-1/+1
* Fix headphone/speaker automute for Toshiba Satellite Pro U200.ariff2007-01-041-1/+10
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.sos2007-01-042-34/+93
* Convert compression_skip from taking a size_t skip length request andcperciva2007-01-044-12/+15
* - Only allow the tdq_idx to increase by one each tick rather than up tojeff2007-01-041-22/+52
* - Don't pass a pointer into runq_choose_from(). The caller can adjust thejeff2007-01-042-4/+3
* New supported JMicron, ALI and ServerWorks chipsets.brueffer2007-01-041-4/+4
* ULE 2.0:jeff2007-01-041-410/+330
* - Add three new functions to support circular run queues.jeff2007-01-042-5/+97
* - Add SRQ_BORROWING to the list of switch reasons. ULE is the only consumerjeff2007-01-041-0/+1
* Add new PATA only JMicron chip.sos2007-01-042-2/+4
* Add sockipprotoname() function. Decode the third parameter (protocol)rodrigc2007-01-043-1/+14
* Generate sockdomainname() function with auto_if_type() insteadrodrigc2007-01-041-1/+1
* Add auto_if_type() function, which is similar to auto_switch_type().rodrigc2007-01-041-0/+30
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipcperciva2007-01-031-18/+16
* Remove the test that ensures that when the string "nan(...)" is converteddas2007-01-031-0/+8
* Quiet a compiler warning where (off_t + size_t) has a different signcperciva2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). Thiscperciva2007-01-031-1/+22
* Wrap ipfw nat support in a new kernel config option namedpiso2007-01-033-1/+22
* protect against multiple inclusion (this is useful when youluigi2007-01-031-0/+3
* Fix cut-and-paste bugs in the regression tests.das2007-01-031-2/+2
* The distinction between quiet and signaling NaN formats isdas2007-01-036-0/+128
* Merge local diffs.das2007-01-031-25/+27
OpenPOWER on IntegriCloud