summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert to __FBSDID.obrien2004-01-0424-45/+73
* MFp4:imp2004-01-042-5/+5
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()wpaul2004-01-044-6/+41
* Simplify the various pager allocation routines by computing the desiredalc2004-01-043-15/+16
* Implement NdisScheduleWorkItem() and RtlCompareMemory().wpaul2004-01-044-33/+73
* This commit was generated by cvs2svn to compensate for changes in r124120,njl2004-01-041-1/+6
|\
| * Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on Dellnjl2004-01-041-1/+6
* | Avoid calling vprint on a vnode while holding its interlock mutex.kan2004-01-041-2/+2
* | Cosmetics: strip '\n' from a string passed to Debugger().kan2004-01-041-2/+2
* | Eliminate the acquisition and release of Giant from vnode_pager_alloc().alc2004-01-041-2/+0
* | In ndis_attach(), report the NDIS API level that the Windows miniportwpaul2004-01-042-5/+61
* | In smbfs_inactive(), only invalidate the node's attribute cache if wetjr2004-01-041-1/+1
* | Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-6/+6
* | Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-2/+2
* | Sync to 1.153 of usbdevssanpei2004-01-032-2/+25
* | Add some ids(not yet support)sanpei2004-01-031-0/+5
* | Reduce the scope of Giant in swap_pager_alloc().alc2004-01-031-2/+2
* | Define KERNBUILDDIR again. The RELENG_5_2 tree is stable enough thatimp2004-01-031-0/+1
* | Hook the CPU_GEODE option up.phk2004-01-031-0/+4
* | Add support Sony CLIE PEG-S500C(Palm OS 3.5)sanpei2004-01-031-1/+79
* | Sync to 1.152 of usbdevssanpei2004-01-032-2/+9
* | Add support SUN TYPE 6 USB KEYBOARDsanpei2004-01-032-5/+13
* | Fix Scanlogic SL11R usb-ide protocol and quirkssanpei2004-01-031-2/+2
* | Add the MMC commands to umass_atapi_transform. It seems to worksanpei2004-01-031-0/+16
* | In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag whilewpaul2004-01-033-13/+60
* | Sync to 1.151 of usbdevssanpei2004-01-032-2/+16
* | Add supportsanpei2004-01-032-0/+4
* | subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx()wpaul2004-01-032-1/+91
* | backout the switch to use a zone for vlan tags; this requiressam2004-01-032-29/+6
* | Tweak ndiscvt to support yet another flavor of .INF files (look forwpaul2004-01-033-5/+156
* | Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-0314-181/+175
* | Delete the region we are passed if that is the requested operation.njl2004-01-031-2/+6
* | Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* | Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-028-12/+249
* | Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releasealc2004-01-021-2/+0
* | Avoid lock-order reversal between the vm object list mutex and the vmalc2004-01-021-5/+15
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-022-2/+5
* | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.phk2004-01-021-0/+5
* | Move the kernel power change printf under bootverbose since thenjl2004-01-021-2/+5
* | switch vlan packet tag allocation to use a private zonesam2004-01-022-6/+29
* | m_tag fixups in preparation for heavier use:sam2004-01-022-58/+85
* | Fix detection of RealTek 8129 PCI cards. Apparently, these cardswpaul2004-01-021-1/+2
* | Don't confuse NULL with 0.obrien2004-01-021-3/+3
* | It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-024-4/+0
* | Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addwpaul2004-01-023-59/+103
* | Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* | - Increase the scope of the kmem_object's lock in kmem_malloc(). Add aalc2004-01-011-2/+7
* | The reset_type should not be 0x80, it should be set to zero.mbr2004-01-011-1/+1
* | - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchalc2004-01-011-6/+1
* | Happy 2004!imp2003-12-311-3/+3
OpenPOWER on IntegriCloud