summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-132-2/+4
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
* Define additional commands.mdodd2005-04-131-0/+15
* Whitespace cleanup.mdodd2005-04-135-33/+33
* Remove unnecessary dpt_free().mdodd2005-04-131-1/+0
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-132-0/+21
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-5/+5
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-132-0/+3
* Build cpufreq on ia64. The upcoming Montecito processor supports themarcel2005-04-131-0/+1
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-16/+16
* Bump __FreeBSD_version for LOCAL_CREDS, LOCAL_CONNWAIT.mdodd2005-04-131-1/+1
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-131-3/+12
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-134-16/+129
* Consistently style function declarations in kern_malloc.c.rwatson2005-04-121-23/+7
* don't use C keyword register as CPP macro argument nameimp2005-04-121-2/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-1216-25/+25
* Tidy vcnt() by moving a duplicated line above #ifdef and removing a uselessjhb2005-04-121-5/+2
* Use NULL rather than 0 in a couple of places.jhb2005-04-121-2/+2
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.jhb2005-04-121-2/+2
* We have an asm version of bcmp(), so we could use it as well.cognet2005-04-122-2/+1
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-1238-31888/+36496
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-122-12/+12
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* Dot the i's:marcel2005-04-121-5/+7
* honor new IEEE80211_KEY_GROUP key flagsam2005-04-122-1/+31
* Revise crypto api lightly to improve group key handling:sam2005-04-123-33/+44
* Unbreak the powerpc build by fixing some ATA constants that were renamed.ssouhlal2005-04-121-3/+3
* Big cleanup of resource code for pccard. Once coventry noticedimp2005-04-122-104/+30
* On amd64 int64_t != long long.sos2005-04-121-1/+2
* resource_list_purge: release the resources in this list, and purge theimp2005-04-122-0/+22
* Better use the right name for the VIA software RAID.sos2005-04-122-3/+3
* Add support for VIA Tech metadata as used on thier SATA parts.sos2005-04-122-42/+235
* Protect against recursive labels creation in simlar way as it is donepjd2005-04-121-6/+46
* rman_set_device() seems to have been omitted by mistake. Implement it.imp2005-04-122-0/+7
* Cleanup of resource allocation code after having my attention focused onimp2005-04-122-34/+61
* - Remove unused include.jeff2005-04-121-1/+0
* - Differentiate two UPGRADE panics so I have a better idea of what's goingjeff2005-04-121-1/+3
* Use return value of resource_list_add to avoid a secondimp2005-04-121-7/+11
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-122-3/+5
* - Add the mising ASSERT_VOP_ELOCKED code in the !DEBUG_VFS_LOCKS case.jeff2005-04-121-1/+1
* Fix the handling of the UCS_RXSTOP flag so that it always tracksiedowse2005-04-121-5/+8
* Fix the same silly alloc mistake for nVidia and SiS as with VIA insos2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.sos2005-04-112-4/+3
* In winx32_wrap.S, preserve return values in the fastcall and regparmwpaul2005-04-111-10/+12
* Add winx32_wrap.S to files.i386 for the NDISulator.wpaul2005-04-111-0/+1
* - Mark the VOPs that require exclusive locks. Those that aren't markedjeff2005-04-111-26/+26
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-112-3/+3
* - Add the character "E" to the understood lock types. This meansjeff2005-04-111-0/+2
* Use comments after .endif to please make(1) with latest changes somux2005-04-111-2/+2
OpenPOWER on IntegriCloud