summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.njl2004-01-041-16/+25
* MFp4:imp2004-01-042-5/+5
* mergemaster -p (pre-world) doesn't populate /etc/rc.d, which led to adougb2004-01-041-5/+4
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()wpaul2004-01-044-6/+41
* Add 'fwe' so one doesn't get "<unknown network interface type>".obrien2004-01-042-0/+2
* Simplify the various pager allocation routines by computing the desiredalc2004-01-043-15/+16
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingiedowse2004-01-042-2/+3
* Correct reference to a non existant man page.charnier2004-01-041-1/+1
* Use fprintf() instead of errx() when displaying usage string. The program namecharnier2004-01-041-2/+3
* Properly use strftime(): NUL terminating character is already taken intocharnier2004-01-041-1/+1
* Remove unused local variable.charnier2004-01-041-4/+3
* Avoid using .Nm at the start of the sentence.charnier2004-01-041-3/+2
* Move cvs id from comment to code. Use errx(). Add a return (0) at the endcharnier2004-01-041-7/+8
* 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
OpenPOWER on IntegriCloud