summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theimp2006-06-301-2/+2
* 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
* 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
* 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
* Updated the XBOX kernel to use the new nfe(4) driver obtained fromrink2006-06-271-1/+1
* 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
* Regen.jhb2006-06-2710-19/+19
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-275-24/+35
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-272-6/+8
* A netgraph node that can do different manipulations withglebius2006-06-277-0/+857
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-2/+3
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-272-4/+4
* Compress direct cr_ruid comparsion and jailed() call to suser_cred(9).pjd2006-06-271-2/+4
* Use suser_cred(9) instead of checking cr_uid directly.pjd2006-06-271-1/+1
* - Use suser_cred(9) instead of checking cr_ruid directly.pjd2006-06-271-7/+10
* Make several changes to pmap_enter_quick_locked():alc2006-06-271-20/+39
* Correct a very old and very obscure bug: vmspace_fork() callsalc2006-06-272-6/+9
OpenPOWER on IntegriCloud