summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-115-478/+329
* Increase default kern.geom.stripe.maxmem to 50 elements.pjd2004-08-111-1/+1
* Make use of in_localip() function and replace previous direct LIST_FOREACHandre2004-08-111-45/+39
* Exclusion list for easier import.harti2004-08-111-0/+15
* This commit was generated by cvs2svn to compensate for changes in r133492,harti2004-08-1111-65/+67
|\
| * Virgin import of NgATM shared kernel/user part 1.1harti2004-08-1111-65/+67
* | When sending request once again because of ENOMEM, reset bio_childrenpjd2004-08-111-0/+2
* | Add the function in_localip() which returns 1 if an internet address is forandre2004-08-112-0/+18
* | Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...andre2004-08-111-4/+4
* | Try harder to not panic on 'stop -f'.pjd2004-08-111-39/+83
* | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.andre2004-08-111-1/+2
* | Consistently use NULL for pointer comparisons.andre2004-08-112-21/+21
* | Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerandre2004-08-111-0/+10
* | RFC 2292 requires to check msg_controllen, in case that the kernel returnsandre2004-08-111-1/+8
* | Correct the displayed bandwidth calculation for a readout via sysctl. Theandre2004-08-111-1/+1
* | In set_regs(), flush the dirty registers onto the backingstore beforemarcel2004-08-111-0/+3
* | Add 'axe' interface to NOTES so it is built with LINT as with other USBrwatson2004-08-111-0/+6
* | Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()rwatson2004-08-111-0/+6
* | Revert rev 1.93 and replace it by grabbing the vr lock before callingscottl2004-08-112-4/+4
* | Replace a reference to splnet() with a reference to locking in a comment.rwatson2004-08-111-1/+1
* | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-116-6/+12
* | Perform a lockless read to test whether an entropy havesting fifo isrwatson2004-08-111-0/+4
* | Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-1112-79/+122
* | Add ADAPTIVE_GIANT to GENERIC on i386, with the intent of making itrwatson2004-08-111-0/+1
* | In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,rwatson2004-08-111-1/+7
* | Set IFF_RUNNING flag on the interface as soon as the control device is opened.emax2004-08-111-3/+9
* | Modify vnode locking key: the v_pollinfo pointer itself is protectedrwatson2004-08-101-1/+2
* | Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. Thenjl2004-08-101-11/+10
* | Eliminate the acquisition and release of Giant within physio(). Removealc2004-08-101-6/+0
* | Add a comment describing pmap_extract_and_hold() noting that the protectionalc2004-08-101-0/+7
* | Add pmap locking to many of the functions.alc2004-08-104-20/+72
* | If we kill the worklist thread of a RAID5 plex we can destroyle2004-08-102-1/+1
* | Lock the topology before calling gv_parse_config, not afterwards.le2004-08-101-1/+1
* | - Recognize HARDCODED flag when dumping consumer configuration.pjd2004-08-101-39/+27
* | Forgot to commit those: introduce hardcoded provider functionality,pjd2004-08-101-3/+33
* | Comment-out the debugging printf I left in in case there were somemarcel2004-08-101-1/+1
* | Fix one of the lastest commit. This bio_caller1 should also be changed topjd2004-08-101-1/+1
* | Synchronize the extra SA threading checks and return value handling ofjhb2004-08-101-24/+50
* | Back out all behavioral chnages.green2004-08-102-36/+17
* | As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflagsdavidxu2004-08-101-3/+4
* | - Use a new flag, KEF_XFERABLE, to record with certainty that this kse hadjeff2004-08-101-34/+76
* | Don't acquire Giant in cryptof_close(), as the code is intended to berwatson2004-08-101-7/+0
* | Inline umich license from COPYRIGHT to make it clear what license therwatson2004-08-102-7/+92
* | Catch up with change to <machine/pte.h>.marcel2004-08-102-18/+16
* | Skip the syncing disks loop if there are no dirty buffers. Remove anjl2004-08-102-6/+14
* | Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* | Add a temporary debugging hack to detect a deadlock in setrunqueue(). Thisscottl2004-08-101-0/+7
* | In syscall, always make a copy of parameters from trapframe, thisdavidxu2004-08-091-12/+9
* | Clean up and add coments.julian2004-08-091-35/+66
* | Slight changes to comments and some whitespace changes.julian2004-08-091-3/+10
OpenPOWER on IntegriCloud