summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly calculate a buffer length. It was off by one so a read() returnednetchild2006-06-271-1/+1
* Improve linprovfs to provide/fix thenetchild2006-06-271-27/+51
* Regen.jhb2006-06-2710-14/+14
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-272-47/+32
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.jhb2006-06-271-26/+0
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-277-162/+142
* Resolve conflicts from OpenBSM 1.0 alpha 7 import.rwatson2006-06-271-1/+44
* This commit was generated by cvs2svn to compensate for changes in r159985,rwatson2006-06-2712-172/+663
|\
| * Vendor import of OpenBSM 1.0 alpha 7, with the following change historyrwatson2006-06-2713-173/+707
* | Modify import instructions to include "-n" in the sample command line forrwatson2006-06-271-4/+4
* | Regen.jhb2006-06-2710-19/+19
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-275-24/+35
OpenPOWER on IntegriCloud