aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the MMC commands to umass_atapi_transform. It seems to workMIHIRA Sanpei Yoshiro2004-01-031-0/+16
* In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag whileBill Paul2004-01-033-13/+60
* Sync to 1.151 of usbdevsMIHIRA Sanpei Yoshiro2004-01-032-2/+16
* Add supportMIHIRA Sanpei Yoshiro2004-01-032-0/+4
* subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx()Bill Paul2004-01-032-1/+91
* backout the switch to use a zone for vlan tags; this requiresSam Leffler2004-01-032-29/+6
* Tweak ndiscvt to support yet another flavor of .INF files (look forBill Paul2004-01-033-5/+156
* Make sigaltstack as per-threaded, because per-process sigaltstack stateDavid Xu2004-01-0314-181/+175
* Delete the region we are passed if that is the requested operation.Nate Lawson2004-01-031-2/+6
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.Tim J. Robbins2004-01-031-0/+239
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-028-12/+249
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releaseAlan Cox2004-01-021-2/+0
* Avoid lock-order reversal between the vm object list mutex and the vmAlan Cox2004-01-021-5/+15
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.Alan Cox2004-01-022-2/+5
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.Poul-Henning Kamp2004-01-021-0/+5
* Move the kernel power change printf under bootverbose since theNate Lawson2004-01-021-2/+5
* switch vlan packet tag allocation to use a private zoneSam Leffler2004-01-022-6/+29
* m_tag fixups in preparation for heavier use:Sam Leffler2004-01-022-58/+85
* Fix detection of RealTek 8129 PCI cards. Apparently, these cardsBill Paul2004-01-021-1/+2
* Don't confuse NULL with 0.David E. O'Brien2004-01-021-3/+3
* It appears that we don't need sys/vnode.h, which is a layering violation...Warner Losh2004-01-024-4/+0
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addBill Paul2004-01-023-59/+103
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headerNate Lawson2004-01-011-3/+3
* - Increase the scope of the kmem_object's lock in kmem_malloc(). Add aAlan Cox2004-01-011-2/+7
* The reset_type should not be 0x80, it should be set to zero.Martin Blapp2004-01-011-1/+1
* - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchAlan Cox2004-01-011-6/+1
* Happy 2004!Warner Losh2003-12-311-3/+3
* Use the appropriate values for the notifies. No change in behaviorNate Lawson2003-12-311-2/+2
* In vm_page_lookup() check the root of the vm object's splay tree for theAlan Cox2003-12-311-3/+5
* Add support for an non-branded SUN1889-based 2 port PCI serial card.John Baldwin2003-12-311-0/+10
* Replace an outb() during the test for configuration mechanism #1 with aJohn Baldwin2003-12-312-2/+2
* Added TDK LAK-CD031 (simple NE2000 device).KATO Takenori2003-12-311-0/+1
* Sync to 1.80.KATO Takenori2003-12-311-1/+4
* Added ID for TDK LAK-CD031 Ethernet card.KATO Takenori2003-12-311-0/+1
* - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions fromBill Paul2003-12-312-23/+23
* Simplify vm_page_grab(): Don't bother with the generation check. If theAlan Cox2003-12-311-18/+6
* - Modify vm_object_split() to expect a locked vm object on entry andAlan Cox2003-12-302-17/+10
* Add few new USB vendor/product IDs for Bluetooth USB devices.Maksim Yevmenkin2003-12-303-0/+76
* - Add new 802.11 OID information obtained from NDIS 5.1 update toBill Paul2003-12-303-130/+327
* Document the net.inet.ip.subnets_are_local sysctl.Ruslan Ermilov2003-12-301-1/+1
* Sync with NetBSD:Maxim Sobolev2003-12-303-37/+59
* Backed out a small part of rev.1.15. -Winline now works better, soBruce Evans2003-12-301-2/+1
* Backed out rev.1.48. -Winline now works better so there should be noBruce Evans2003-12-301-1/+1
* Garbage-collected CLK_USE_TSC_CALIBRATION.Bruce Evans2003-12-304-16/+12
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-306-67/+46
* Rework resource allocation. Replace the "feel around like a blind man"Bill Paul2003-12-292-85/+105
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationBruce Evans2003-12-291-53/+63
* Garbage-collected some vestiges of objformat support (mainly ${FMT}).Bruce Evans2003-12-293-6/+4
* Fixed some style bugs (manly a few English usage errors in comments andBruce Evans2003-12-291-15/+15
* Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()Bruce Evans2003-12-291-11/+8