summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add section number to .Xr directivecharnier2004-01-041-1/+1
* 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
* | Kernel now supports per-thread sigaltstack, follow the change todavidxu2004-01-032-12/+2
* | Tweak ndiscvt to support yet another flavor of .INF files (look forwpaul2004-01-034-5/+158
* | Note that NO_FLOPPIES is i386-only.obrien2004-01-031-1/+1
* | 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
* | Fix usage() (-d is really -n).green2004-01-021-1/+1
* | '+' can also appear in a package file name.obrien2004-01-021-1/+6
* | Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-028-12/+249
* | Handle WinNT .inf files with a $windows nt$ signature but no .NT decoratedwpaul2004-01-022-2/+10
* | 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
* | Use hoststat/purgestat instead of sendmail -bh/-bH so the calls cangshapiro2004-01-021-3/+3
* | 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
* | Warn that big malloc disks are a panic(8) implementation.phk2004-01-021-0/+5
* | if_name and if_unit renaming to if_xname should be dealth with inguido2004-01-021-0/+1
* | Don't confuse NULL with 0.obrien2004-01-021-3/+3
* | I missed a s/package_exists/package_installed/ in the last commit.obrien2004-01-021-1/+1
* | s/package_exists/package_installed/g as that's much more descriptive ofobrien2004-01-021-1/+1
OpenPOWER on IntegriCloud