summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Housekeeping. Update for maintainers who have handed in their commit bitsmarkm2006-07-016-23/+0
* Eliminate the remaining uses of "register".alc2006-07-011-27/+13
* Add __{BEGIN,END}_DECLS macros, so that function prototypes remainjasone2006-06-301-0/+4
* Make the behavior of malloc(0) standards-compliant by getting rid of nil,jasone2006-06-301-48/+46
* Fix kernel module build breakage.jkim2006-06-301-0/+2
* o fix join/rejoin formatsam2006-06-301-2/+22
* Change mfi_add_ld to "immediate command" mode since we need to enumerateambrisko2006-06-301-4/+7
* We needn't check "m" for NULL here because "off" should be withinyar2006-06-301-1/+1
* Gleb committed an intermediary version, commit the right one now.ru2006-06-301-10/+11
* - Simplify the formatting in the SYNOPSIS.ru2006-06-302-4/+3
* o Fix typo in the comment.maxim2006-06-301-1/+1
* - Reflect recent sched_core(4) changes.delphij2006-06-301-10/+22
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theimp2006-06-301-2/+2
* Add a -q option to suppress header lines when multiple files are specified.flz2006-06-294-8/+19
* Create new dialect knob, as setting the language dialect isn't a warning flag.obrien2006-06-292-2/+3
* Partial support for branch long emulation. This only emulates themarcel2006-06-294-1/+112
* Fix building with GCC 4.2: define data types before referring to them.obrien2006-06-291-0/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-2911-50/+28
* Use TAILQ_FOREACH in the __FreeBSD__ case, too.yar2006-06-291-2/+1
* Use TAILQ_FOREACH.yar2006-06-291-4/+1
* Use the nifty TAILQ_FOREACH.yar2006-06-291-2/+1
* Use TAILQ_FOREACH consistently.yar2006-06-291-2/+1
* Use queue(3) macros instead of accessing list/queue internals directly.yar2006-06-291-3/+3
* Fix building with GCC 4.2: ensure types are defined before refering to them.obrien2006-06-295-5/+5
* Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop.yar2006-06-291-3/+1
* Fix semctl(2) breakage from the previous commit. Previously __semctl() hadjhb2006-06-291-7/+12
* Fix URL to Bellovin's paper.glebius2006-06-291-1/+1
* Fix a bug when accumulating run time, if a thread calls yield() syscall,davidxu2006-06-291-5/+5
* Eliminate the offset argument from send_reject. It's not beenbz2006-06-291-9/+7
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-295-9/+15
* Fix system load count (noticed by dephij). Remove incorrectdavidxu2006-06-291-6/+1
* Correct a typodelphij2006-06-291-1/+1
* Update man page.takawata2006-06-291-0/+2
* Detach the interface first, do vlan_unconfig() then.yar2006-06-291-9/+3
* Remove a few unused things.yar2006-06-291-12/+8
* Reduce unneeded code duplication.yar2006-06-291-12/+1
* Since 5714 family doesn't have Jumbo ring, we do not supportglebius2006-06-291-3/+0
* Comment fix.takawata2006-06-291-2/+2
* Willcom WSIM DD support.takawata2006-06-292-1/+4
* Remove unused function declaration.davidxu2006-06-291-4/+2
* Remove load balancer code, since it has serious priority inversion problemdavidxu2006-06-291-1011/+413
* A small race existed where the lock was dropped between when encif wasthompsa2006-06-281-24/+20
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-282-2/+6
* Dont call free on non-alloc'd items.sos2006-06-281-2/+4
* Style: space after "return".glebius2006-06-2814-65/+65
* - s/nve/nfe/ in the SYNOPSIS (1)brueffer2006-06-281-2/+2
* Update AHCI support to be more generic.sos2006-06-282-67/+104
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-282-34/+44
* Remove the last three calls to strncpy(), two of which would havegad2006-06-271-6/+6
* Updated the XBOX kernel to use the new nfe(4) driver obtained fromrink2006-06-272-1/+6
OpenPOWER on IntegriCloud