summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* Use atomic ops for the interlocked increment and decrement routineswpaul2004-01-072-14/+6
* In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec()wpaul2004-01-072-26/+14
* Enable the following TCP options by default to give it more exposure:andre2004-01-064-6/+6
* According to RFC1812 we have to ignore ICMP redirects when weandre2004-01-061-1/+5
* Don't bother clearing PG_ZERO in contigmalloc1(), kmem_alloc(), oralc2004-01-062-3/+0
* Remove `static' prototype from header file.nectar2004-01-061-1/+0
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanjhb2004-01-062-67/+20
* Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-062-53/+4
* Add a header for the i8259A register definitions. This is based onjhb2004-01-061-0/+86
* Remove the AUTO_EOI_2 option for PC-98 as it has never done anything anywayjhb2004-01-062-8/+0
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-1/+0
* Allow one to specify the com port settings for boot0sio.obrien2004-01-063-5/+11
* Clean up pe_get_message(). Allow the caller to obtain the resourcewpaul2004-01-063-28/+17
* Remove __P().simokawa2004-01-066-126/+126
* Fix register mis-alignment introduced in rev1.12.simokawa2004-01-061-33/+34
* - Add pe_get_message() and pe_get_messagetable() for processingwpaul2004-01-067-38/+275
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,anholt2004-01-0612-66/+77
* Add pid to the info printed in lockmgr_printinfo. This makes VFSkan2004-01-061-2/+3
* More style fixes.kan2004-01-051-15/+13
* - Allow mtx_trylock() to recurse on a recursive mutex. Attempts to recursejhb2004-01-051-5/+11
* style(9):kan2004-01-051-236/+266
* Properly ifdef support for vfs locking assertions based on DEBUG_VFS_LOCKS.kan2004-01-051-27/+37
* Style fixes:kan2004-01-051-7/+4
* MFp4:simokawa2004-01-056-29/+27
* Add struct definition of the Elan MMCR registers (from jb@)phk2004-01-054-38/+331
* Sync to 1.154 of usbdevssanpei2004-01-052-6/+6
* fix CANOSCAN -> CanoScansanpei2004-01-051-2/+2
* Attempt to make the proper changes here for the proc.h commit:obrien2004-01-051-5/+5
* Convert to __FBSDID.obrien2004-01-0435-70/+102
* 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
OpenPOWER on IntegriCloud