summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-153-1/+7
* - Conditionally pickup Giant around the network interfacecsjp2007-06-151-3/+4
* KTR_GEN -> KTR_SUBSYS (for Kris).rrs2007-06-152-3/+3
* - Oppps, forgot to update out the notes file for LINT builds- purgerrs2007-06-151-30/+14
* Remove the restriction that rtprio(2) cannot be used to set the realtimerwatson2007-06-141-17/+8
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-1422-1261/+1134
* correct some limits on interrupt proccessing so thatgallatin2007-06-141-7/+2
* Only require privilege to set the current time adjustment, not in order torwatson2007-06-141-5/+7
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-147-0/+7
* Expand callout compatibility macros in the main usb bridges.imp2007-06-148-57/+49
* Move PWR_* from usb_port.h to usb.himp2007-06-142-3/+8
* Move malloc definitions to usb.h.imp2007-06-142-19/+4
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Drain all callout handlers during driver detach appropriately.ariff2007-06-144-17/+32
* Don't push too hard waiting/looping for codec detection interrupt.ariff2007-06-141-8/+11
* - Add option to allow sleeping malloc(9).ariff2007-06-142-59/+21
* Spell statistics more correctly in comments.rwatson2007-06-142-2/+2
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-136-3/+6
* Don't clobber tf_err with the eva from a page fault as the page faultjhb2007-06-131-3/+0
* Close a very narrow race that might cause a trigger allocation to berwatson2007-06-131-7/+6
* config_detach is just used in one place, so expand it inline.imp2007-06-132-9/+6
* Improve the ktrace locking somewhat to reduce overhead:jhb2007-06-132-18/+26
* Conditionally acquire Giant when dropping a reference on the ktrace vnodejhb2007-06-131-1/+6
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-132-26/+54
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
* - fix bindx to check addresses against socket's protocol familyrrs2007-06-131-0/+34
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-1310-588/+2
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Add missing ng_uncallout() on node shutdown.mav2007-06-131-0/+2
* Unbreak high resolution profiling a little: use dummy asms to preventbde2007-06-131-1/+6
* Eliminate dead code: We have not performed pageouts on the kernel objectalc2007-06-131-3/+1
* Remove more unnecessary and unwanted __OtherBSD__ ifdefs.imp2007-06-136-206/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-137-132/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-1330-79/+158
* - import new common code for the T304kmacy2007-06-1317-767/+1489
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.marcel2007-06-132-1/+2
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-134-0/+373
* Options spring cleanup:sepotvin2007-06-131-2/+4
* - Fixed cookie handling to calc an RTO whenrrs2007-06-139-58/+57
* Catch up with USB cleanups and fix the worldemax2007-06-131-21/+15
* - Include opt_sched.h for SCHED_STATS.jeff2007-06-123-0/+3
* Remove compat macros. md5 the same.imp2007-06-121-6/+11
* fix cassert failure by adjusting paddingkmacy2007-06-121-1/+1
* - Fix kse by moving the upcalls list back out of the zero'd section.jeff2007-06-121-1/+3
* Use if_capenable to allow LRO enabled drivers to bypassgallatin2007-06-121-1/+2
* - Garbage collect unused concurrency functions.jeff2007-06-121-23/+0
* - Garbage collect unused concurrency functions.jeff2007-06-124-29/+20
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-127-73/+3
* Use the new IFCAP_LRO to enable/disable LRO.gallatin2007-06-121-8/+35
OpenPOWER on IntegriCloud