summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If path mtu discovery is enabled set the DF bit in all cases weandre2004-01-082-0/+8
* Do not set the ip_id to zero when DF is set on packet andandre2004-01-081-12/+6
* Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-083-10/+45
* The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-084-6/+10
* Remove extraneous unlock. This fixes a panic seen when manipulating staticsam2004-01-071-1/+1
* Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().jhb2004-01-071-5/+5
* Correct and simplify the implementation of RtlEqualUnicodeString().wpaul2004-01-071-22/+23
* It appears drivers may call NdisWriteErrorLogEntry() with lockswpaul2004-01-071-3/+5
* When draining the tx queue reclaim any node references held in packets.sam2004-01-071-1/+10
* When ath_hal_stoptxdma returns an error dma is still likely stoppedsam2004-01-071-1/+1
* use ath_reset instead of ath_init when recovering from a watchdog timeout:sam2004-01-071-1/+1
* make hw.ath.debug a tunablesam2004-01-071-0/+1
* make hw.ath.outdoor and hw.ath.countrycode tunablessam2004-01-071-0/+2
* split debugging messages up into classes;sam2004-01-071-73/+109
* Lock p->p_textvp before calling vn_fullpath() on it. Note therwatson2004-01-071-0/+2
* 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
OpenPOWER on IntegriCloud