summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get pointer to devfs_ruleset struct after garbage collection has beengonzo2008-06-221-3/+3
* o The FreeBSD bus_dmamap_sync(9) supports ored together flags for quitemarius2008-06-221-90/+90
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Make preparations for increasing the size of the kernel virtual address spacealc2008-06-221-2/+6
* KERNBASE is not necessarily an address within the kernel map, e.g.,alc2008-06-211-1/+1
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Prepare for a larger kernel virtual address space. Specifically, oncealc2008-06-211-4/+8
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* Use minimum of max_aio_procs and target_aio_procs when spawning newgonzo2008-06-211-1/+1
* Fix PCI id for 945GME Express Integrated Graphics Controller:gonzo2008-06-201-1/+1
* Make preparations for increasing the size of the kernel virtualalc2008-06-201-3/+3
* - Fix spelling errors.lulf2008-06-201-5/+5
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-202-0/+419
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-2011-1/+3128
* Add support for the optional key in the GRE header.thompsa2008-06-202-3/+51
* Split out the probing magic of device_probe_and_attach intoimp2008-06-202-6/+26
* Enforce the mapping of kernel loadable modules in the uppermost 2GB of thealc2008-06-201-0/+7
* Make preparations for increasing the size of the kernel virtualalc2008-06-205-7/+7
* Revert rev. 178124 as requested by kris@. Having jail id not beingdelphij2008-06-192-18/+26
* Renew semaphore's pointer after wakeup since during msleepgonzo2008-06-191-0/+7
* Print out the container lock when showing the thread state in DDB.attilio2008-06-181-0/+3
* Add the SMB functionality for the MCP65 chipset I happen tojoerg2008-06-181-0/+3
* Add the set and unset verbs used to set and clear attributes formarcel2008-06-184-5/+130
* - Move ether_ifdetach earlier.benno2008-06-171-2/+7
* Change incorrect stale cookie detection in syncookie_lookup() that prematurelyups2008-06-161-1/+1
* Fix a check in SYN cache expansion (syncache_expand()) to accept packets that...ups2008-06-161-4/+7
* Add another 8139D variant.remko2008-06-162-0/+3
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-165-16/+17
* Add the member2struct() macro, that returns pointer to the containingkib2008-06-161-0/+7
* Implement a workaround for a long-standing problem inolli2008-06-161-8/+32
* Remove code that isn't required. It actually breaks the case where KDTRACE_HOOKSjb2008-06-161-12/+0
* Do not redo the vnode tear-down work already done by insmntque() whenkib2008-06-151-4/+1
* Silence warning about missing IoGetDeviceObjectPointer by implementingcokane2008-06-151-0/+13
* More prep for Vimage:rrs2008-06-154-19/+17
* When NETATALK is compiled into the kernel, at_rmx.c is required regardlessrwatson2008-06-141-1/+1
* - Fixes foobar on my part. Some missing virtualization macros fromrrs2008-06-142-7/+7
* Remove obselete PECOFF image activator support.wkoszek2008-06-1412-841/+1
* Turn sgtty into a binary-only compatibility interface.ed2008-06-145-151/+8
* - Macro-izes the packed declaration in all headers.rrs2008-06-1423-1197/+1352
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-138-74/+73
* Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_Aalc2008-06-131-5/+4
* Make ex(4) MPSAFE:jhb2008-06-134-90/+101
* Add the D-Link DWA-111kevlo2008-06-132-0/+2
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-133-6019/+16022
* Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangebenno2008-06-132-35/+18
* Fix vm object creation locking to allow SHARED vnode locking for vnode_create...ups2008-06-121-6/+7
* Finish the support for partition labels and add it to the XML.marcel2008-06-121-10/+86
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.ed2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-124-46/+8
OpenPOWER on IntegriCloud