summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In case of failure we can directly return ENOBUFS becausebz2007-06-161-10/+3
* Initialize some variables that GCC4.2 thinks might possibly be used withoutmjacob2007-06-152-0/+4
* Add a missing return so that we drop out in case of an error andbz2007-06-151-3/+2
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-153-0/+297
* Garbage collect unused variables.mjacob2007-06-151-1/+0
* Garbage collect some debug code that not only no longer couldmjacob2007-06-151-6/+0
* With the current code 'src' is never NULL. Nevertheless move the check forbz2007-06-151-1/+3
* Looking at {ah,esp}_input_cb it seems we might be able to end upbz2007-06-151-1/+1
* Remove stale 'XXX implement' comments for syscalls which have since beenemaste2007-06-151-3/+0
* The mac address must be written a word length at a time, it was having no eff...thompsa2007-06-151-2/+4
* s,#,*, in a multi-line comment. This is C.bz2007-06-151-1/+1
* Though we are only called for the three security protocols we canbz2007-06-151-0/+4
* Name change SCTP_KTR_SUBSYS -> KTR_SCTPrrs2007-06-151-21/+21
* Remove extraneous extern (its gotten from sctp_sysctl.h)rrs2007-06-151-5/+0
* Fix build warningskmacy2007-06-152-2/+5
* When removing a stream from the output-stream-wheel, if its therrs2007-06-151-0/+10
* - Fix an off by one error in sched_pri_range.jeff2007-06-151-8/+3
* - Update the comment lines in sctp_input.crrs2007-06-152-6/+6
* Stub out imported IGMPv3 definitions which clash with those ofbms2007-06-151-0/+2
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-154-8/+8
* - Issue one, new stack reduction left packet_drop handling stillrrs2007-06-153-24/+44
* Simplify/optimize RB_NFIND().jasone2007-06-151-19/+11
* In setaudit_addr(), drop the process lock in error cases.rwatson2007-06-151-0/+1
* - 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
OpenPOWER on IntegriCloud