summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-1414-22/+17
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-1410-206/+468
* Style cleanups, M_ZERO instead of bzero.njl2004-04-141-22/+20
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andnjl2004-04-141-44/+43
* Style cleanup, plus properly backup partial resource allocation innjl2004-04-141-44/+51
* Style cleanups to reduce diffs to locking tree.njl2004-04-145-111/+91
* Style and printf message cleanups.njl2004-04-141-138/+79
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-142-2/+2
* Use TRUE for a boolean and a style nit.njl2004-04-141-2/+1
* sx was randomly added to NOTES. Instead, place it in the miscimp2004-04-142-12/+10
* Update the name for edge triggered for the 20040402 import.njl2004-04-141-1/+1
* Prefer uint16_t to ushort.imp2004-04-141-1/+1
* Check in files with local changes:njl2004-04-142-8/+20
* Check in unmodified files off the vendor branch.njl2004-04-143-29/+42
* This commit was generated by cvs2svn to compensate for changes in r128212,njl2004-04-1432-222/+808
|\
| * Import ACPI-CA 20040402 distribution.njl2004-04-1437-259/+870
* | Add another cleanfile for future imports.njl2004-04-141-2/+2
* | In an effort to simplify the routing code, try to deprecate rtalloc()luigi2004-04-142-2/+2
* | Staticize <if>_clone_{create,destroy} functions.brooks2004-04-146-24/+24
* | Add support for video output switching. It appears no systems use HCI tonjl2004-04-142-20/+156
* | Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer theimp2004-04-131-0/+1
* | Some devices have what appear to be invalid BARs. They are invalid inimp2004-04-131-26/+51
* | Use ifconfig(8) for setting common 802.11 parameters.fjoe2004-04-133-63/+245
* | Add Direct Sequence 354K and 512K (needed for arl(4)).fjoe2004-04-131-0/+8
* | Remove extra copy of code.imp2004-04-131-7/+0
* | Enable the sx driver on i386 and pc98.nyan2004-04-132-1/+5
* | Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-133-14/+19
* | Add support for the Promise command sequencer present on all modern Promisesos2004-04-1312-270/+625
* | Bump __FreeBSD_version on behalf of the new .warning directive in make(1).ru2004-04-131-1/+1
* | Fix off by one error, twice.imp2004-04-121-2/+2
* | Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* | MFp4:imp2004-04-121-4/+15
* | Improve reading of CIS cards:imp2004-04-121-3/+10
* | remove an almost-duplicate piece of code by setting the loopluigi2004-04-121-16/+10
* | in rtinit(), remove one useless variable, and move a few othersluigi2004-04-121-9/+9
* | stop() no longer needs sched_lock held; in fact, holding sched_lock causescperciva2004-04-121-3/+2
* | Count outgoing link-level broadcast packets in if_omcasts.ru2004-04-121-1/+1
* | Don't send the available space as is in the FSSTAT call. Undermux2004-04-121-2/+14
* | Fix "sleeping without a mutex" panic.markm2004-04-121-3/+6
* | Remove a check for the return value added in rev 1.41. It's not an errornjl2004-04-121-8/+1
* | Move sx to i386/NOTES for the moment. I missed theimp2004-04-122-2/+4
* | Bump __FreeBSD_version for getgrent(3) removal. I doubt anythingmux2004-04-111-1/+1
* | Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-111-6/+0
* | Put struct ovfsconf inside BURN_BRIDGES as well.mux2004-04-111-0/+2
* | Put deprecated sysctl code inside BURN_BRIDGES.mux2004-04-111-3/+5
* | Implemented per-interface polling(4) control.ru2004-04-111-5/+13
* | Implemented per-interface polling(4) control.ru2004-04-112-2/+23
* | Add sx driver, since it looks like it should work on allimp2004-04-111-0/+2
* | Update to recent driver api changes.imp2004-04-112-25/+11
OpenPOWER on IntegriCloud