| Commit message (Expand) | Author | Age | Files | Lines |
* | In case of failure we can directly return ENOBUFS because | bz | 2007-06-16 | 1 | -10/+3 |
* | Initialize some variables that GCC4.2 thinks might possibly be used without | mjacob | 2007-06-15 | 2 | -0/+4 |
* | Add a missing return so that we drop out in case of an error and | bz | 2007-06-15 | 1 | -3/+2 |
* | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | peter | 2007-06-15 | 3 | -0/+297 |
* | Garbage collect unused variables. | mjacob | 2007-06-15 | 1 | -1/+0 |
* | Garbage collect some debug code that not only no longer could | mjacob | 2007-06-15 | 1 | -6/+0 |
* | With the current code 'src' is never NULL. Nevertheless move the check for | bz | 2007-06-15 | 1 | -1/+3 |
* | Looking at {ah,esp}_input_cb it seems we might be able to end up | bz | 2007-06-15 | 1 | -1/+1 |
* | Remove stale 'XXX implement' comments for syscalls which have since been | emaste | 2007-06-15 | 1 | -3/+0 |
* | The mac address must be written a word length at a time, it was having no eff... | thompsa | 2007-06-15 | 1 | -2/+4 |
* | s,#,*, in a multi-line comment. This is C. | bz | 2007-06-15 | 1 | -1/+1 |
* | Though we are only called for the three security protocols we can | bz | 2007-06-15 | 1 | -0/+4 |
* | Name change SCTP_KTR_SUBSYS -> KTR_SCTP | rrs | 2007-06-15 | 1 | -21/+21 |
* | Remove extraneous extern (its gotten from sctp_sysctl.h) | rrs | 2007-06-15 | 1 | -5/+0 |
* | Fix build warnings | kmacy | 2007-06-15 | 2 | -2/+5 |
* | When removing a stream from the output-stream-wheel, if its the | rrs | 2007-06-15 | 1 | -0/+10 |
* | - Fix an off by one error in sched_pri_range. | jeff | 2007-06-15 | 1 | -8/+3 |
* | - Update the comment lines in sctp_input.c | rrs | 2007-06-15 | 2 | -6/+6 |
* | Stub out imported IGMPv3 definitions which clash with those of | bms | 2007-06-15 | 1 | -0/+2 |
* | Convert magic to a uintptr_t. This should get rid of some warnings on | njl | 2007-06-15 | 4 | -8/+8 |
* | - Issue one, new stack reduction left packet_drop handling still | rrs | 2007-06-15 | 3 | -24/+44 |
* | Simplify/optimize RB_NFIND(). | jasone | 2007-06-15 | 1 | -19/+11 |
* | In setaudit_addr(), drop the process lock in error cases. | rwatson | 2007-06-15 | 1 | -0/+1 |
* | - Add VRF id to sctp_ifa structure, needed mainly in panda but useful | rrs | 2007-06-15 | 3 | -1/+7 |
* | - Conditionally pickup Giant around the network interface | csjp | 2007-06-15 | 1 | -3/+4 |
* | KTR_GEN -> KTR_SUBSYS (for Kris). | rrs | 2007-06-15 | 2 | -3/+3 |
* | - Oppps, forgot to update out the notes file for LINT builds- purge | rrs | 2007-06-15 | 1 | -30/+14 |
* | Remove the restriction that rtprio(2) cannot be used to set the realtime | rwatson | 2007-06-14 | 1 | -17/+8 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | rrs | 2007-06-14 | 22 | -1261/+1134 |
* | correct some limits on interrupt proccessing so that | gallatin | 2007-06-14 | 1 | -7/+2 |
* | Only require privilege to set the current time adjustment, not in order to | rwatson | 2007-06-14 | 1 | -5/+7 |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 7 | -0/+7 |
* | Expand callout compatibility macros in the main usb bridges. | imp | 2007-06-14 | 8 | -57/+49 |
* | Move PWR_* from usb_port.h to usb.h | imp | 2007-06-14 | 2 | -3/+8 |
* | Move malloc definitions to usb.h. | imp | 2007-06-14 | 2 | -19/+4 |
* | - Suppress compiler optimization so that orb[1] must be written first. | simokawa | 2007-06-14 | 1 | -2/+7 |
* | Buffer optimization and locking cleanup. Don't resize/malloc | ariff | 2007-06-14 | 2 | -42/+62 |
* | Drain all callout handlers during driver detach appropriately. | ariff | 2007-06-14 | 4 | -17/+32 |
* | Don't push too hard waiting/looping for codec detection interrupt. | ariff | 2007-06-14 | 1 | -8/+11 |
* | - Add option to allow sleeping malloc(9). | ariff | 2007-06-14 | 2 | -59/+21 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 2 | -2/+2 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | rwatson | 2007-06-13 | 6 | -3/+6 |
* | Don't clobber tf_err with the eva from a page fault as the page fault | jhb | 2007-06-13 | 1 | -3/+0 |
* | Close a very narrow race that might cause a trigger allocation to be | rwatson | 2007-06-13 | 1 | -7/+6 |
* | config_detach is just used in one place, so expand it inline. | imp | 2007-06-13 | 2 | -9/+6 |
* | Improve the ktrace locking somewhat to reduce overhead: | jhb | 2007-06-13 | 2 | -18/+26 |
* | Conditionally acquire Giant when dropping a reference on the ktrace vnode | jhb | 2007-06-13 | 1 | -1/+6 |
* | Add the vlan tag to the bridge route table. This allows a vlan trunk to be | thompsa | 2007-06-13 | 2 | -26/+54 |
* | Do not attempt to enable AHCI mode on ALi SATA controllers other | bms | 2007-06-13 | 1 | -1/+4 |
* | - fix bindx to check addresses against socket's protocol family | rrs | 2007-06-13 | 1 | -0/+34 |