summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.cognet2004-01-211-1/+0
* The gdbinit.${MACHINE_ARCH} script may not exist.ru2004-01-211-0/+2
* Add syscons options and enable USB, since there is no conflict betweengrehan2004-01-211-12/+21
* Add required GFB options as well as one for ofw/syscons.grehan2004-01-211-0/+6
* Add syscons files, and also generate a syscons font since Applegrehan2004-01-211-0/+19
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-214-24/+16
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-216-0/+927
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-216-15/+34
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-202-3/+6
* fix build after KAME changessam2004-01-201-0/+4
* Merge from DragonFlyBSD rev 1.10:hsu2004-01-202-12/+10
* Use getenv_int() rather than reimplementing it.jhb2004-01-201-10/+2
* Pay attention to mac_portacl_enabled.rwatson2004-01-201-1/+5
* Update the support for the VIA 8237 southbridge.sos2004-01-202-3/+4
* Correct instances of mtx_lock()/mtx_unlock() that should have beenwpaul2004-01-201-5/+5
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingmatk2004-01-201-2/+10
* Fix sort misordering.obrien2004-01-202-2/+2
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-205-217/+95
* Fix handling of FP traps:marcel2004-01-201-24/+23
* s/framep/tf/g -- this normalizes on the use of tf to point to themarcel2004-01-202-89/+89
* pread/pwrite:ache2004-01-201-4/+9
* Add linenumber and source filename to panic(9) output.phk2004-01-194-10/+20
* One more instance of magic number used in place of IO_SEQSHIFT.kan2004-01-191-1/+1
* Add WDM major/minor #defines.wpaul2004-01-191-0/+7
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-195-10/+10
* Implement IofCompleteRequest() and IoIsWdmVersionAvailable().wpaul2004-01-191-3/+32
* Implement atoi() and atol(). Some drivers appear to need these. Notewpaul2004-01-191-0/+18
* Eliminate some code duplication: since ndis_runq() and ndis_intq() werewpaul2004-01-191-78/+47
* Fix breakage on timeout/retries. The bug cause a sema to be leaked sosos2004-01-194-24/+27
* Removed custom "load" and "unload" targets.ru2004-01-194-27/+0
* Sync to 1.159 of usbdevssanpei2004-01-192-2/+9
* Add support IO-data DVD Multi-plus unit iU-CD2sanpei2004-01-192-0/+5
* Normalize SUBDIR.ru2004-01-193-20/+21
* Properly program the multicast filter in ndis_setmulti(),wpaul2004-01-191-31/+86
* Change WI_RID_SCAN_RES compatibility interface to return the result afteronoe2004-01-191-1/+2
* Fixed misplacement and bitrot in the cy driver's configuration inbde2004-01-191-17/+14
* Removed some garbage comments:bde2004-01-191-8/+1
* Fixed formatting of sentence breaks. Use 2 spaces for all of them insteadbde2004-01-191-14/+14
* FIxed unsorting in previous commit (description of CPU_ENABLE_TCC).bde2004-01-191-27/+28
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-185-56/+374
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-185-0/+497
* A network interface driver can support IFCAP_VLAN_MTU only,yar2004-01-181-3/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fixed a memory leak.ru2004-01-181-1/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fix botch in last commit.sos2004-01-181-2/+2
* Since "m" is not part of the "mp" chain, need to free() it.ru2004-01-181-0/+1
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
OpenPOWER on IntegriCloud