]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r124208,
[FreeBSD/FreeBSD.git] / sys /
2004-01-07 desThis commit was generated by cvs2svn to compensate...
2004-01-07 joergFix a long-standing bug that had been introduced in...
2004-01-07 wpaulUse atomic ops for the interlocked increment and decrem...
2004-01-07 wpaulIn subr_ndis.c: correct ndis_interlock_inc() and ndis_i...
2004-01-06 andreEnable the following TCP options by default to give...
2004-01-06 andreAccording to RFC1812 we have to ignore ICMP redirects...
2004-01-06 alcDon't bother clearing PG_ZERO in contigmalloc1(), kmem_...
2004-01-06 nectarRemove `static' prototype from header file.
2004-01-06 jhb- Use i8259A register defines from shared sys/dev/ic...
2004-01-06 jhbUse i8259A register defines from shared header sys...
2004-01-06 jhbAdd a header for the i8259A register definitions. ...
2004-01-06 jhbRemove the AUTO_EOI_2 option for PC-98 as it has never...
2004-01-06 nectarUse ANSI C function definition for `_mcount' and remove...
2004-01-06 obrienAllow one to specify the com port settings for boot0sio.
2004-01-06 wpaulClean up pe_get_message(). Allow the caller to obtain...
2004-01-06 simokawaRemove __P().
2004-01-06 simokawaFix register mis-alignment introduced in rev1.12.
2004-01-06 wpaul- Add pe_get_message() and pe_get_messagetable() for...
2004-01-06 anholtMerge from DRI CVS. No longer maps the framebuffer...
2004-01-06 kanAdd pid to the info printed in lockmgr_printinfo. This...
2004-01-05 kanMore style fixes.
2004-01-05 jhb- Allow mtx_trylock() to recurse on a recursive mutex...
2004-01-05 kanstyle(9):
2004-01-05 kanProperly ifdef support for vfs locking assertions based...
2004-01-05 kanStyle fixes:
2004-01-05 simokawaMFp4:
2004-01-05 phkAdd struct definition of the Elan MMCR registers (from...
2004-01-05 sanpeiSync to 1.154 of usbdevs
2004-01-05 sanpeifix CANOSCAN -> CanoScan
2004-01-05 obrienAttempt to make the proper changes here for the proc...
2004-01-04 obrienConvert to __FBSDID.
2004-01-04 obrienConvert to __FBSDID.
2004-01-04 impMFp4:
2004-01-04 wpaulModify if_ndis.c so that the MiniportISR function runs...
2004-01-04 alcSimplify the various pager allocation routines by compu...
2004-01-04 wpaulImplement NdisScheduleWorkItem() and RtlCompareMemory().
2004-01-04 njlThis commit was generated by cvs2svn to compensate...
2004-01-04 njlFix for "UtAllocate: Attempt to allocate zero bytes...
2004-01-04 kanAvoid calling vprint on a vnode while holding its inter...
2004-01-04 kanCosmetics: strip '\n' from a string passed to Debugger().
2004-01-04 alcEliminate the acquisition and release of Giant from...
2004-01-04 wpaulIn ndis_attach(), report the NDIS API level that the...
2004-01-04 tjrIn smbfs_inactive(), only invalidate the node's attribu...
2004-01-03 davidxuMake sigaltstack as per-threaded, because per-process...
2004-01-03 davidxuMake sigaltstack as per-threaded, because per-process...
2004-01-03 sanpeiSync to 1.153 of usbdevs
2004-01-03 sanpeiAdd some ids(not yet support)
2004-01-03 alcReduce the scope of Giant in swap_pager_alloc().
2004-01-03 impDefine KERNBUILDDIR again. The RELENG_5_2 tree is...
2004-01-03 phkHook the CPU_GEODE option up.
2004-01-03 sanpeiAdd support Sony CLIE PEG-S500C(Palm OS 3.5)
2004-01-03 sanpeiSync to 1.152 of usbdevs
2004-01-03 sanpeiAdd support SUN TYPE 6 USB KEYBOARD
2004-01-03 sanpeiFix Scanlogic SL11R usb-ide protocol and quirks
2004-01-03 sanpeiAdd the MMC commands to umass_atapi_transform. It seems...
2004-01-03 wpaulIn if_ndis.c:ndis_attach(), temporarily set the IFF_UP...
2004-01-03 sanpeiSync to 1.151 of usbdevs
2004-01-03 sanpeiAdd support
2004-01-03 wpaulsubr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_...
2004-01-03 sambackout the switch to use a zone for vlan tags; this...
2004-01-03 wpaulTweak ndiscvt to support yet another flavor of .INF...
2004-01-03 davidxuMake sigaltstack as per-threaded, because per-process...
2004-01-03 njlDelete the region we are passed if that is the requeste...
2004-01-03 tjrPass ACL, extended attribute and MAC vnode ops down...
2004-01-02 tjrAdd support for SMB request signing, which prevents...
2004-01-02 alcRevision 1.74 of vm_meter.c ("Avoid lock-order reversal...
2004-01-02 alcAvoid lock-order reversal between the vm object list...
2004-01-02 alcLock the traversal of the vm object list. Use TAILQ_FO...
2004-01-02 phkImprove on POLA by populating DEVFS before doing devfs...
2004-01-02 njlMove the kernel power change printf under bootverbose...
2004-01-02 samswitch vlan packet tag allocation to use a private...
2004-01-02 samm_tag fixups in preparation for heavier use:
2004-01-02 wpaulFix detection of RealTek 8129 PCI cards. Apparently...
2004-01-02 obrienDon't confuse NULL with 0.
2004-01-02 impIt appears that we don't need sys/vnode.h, which is...
2004-01-02 wpaulClean up ndiscvt a bit (leaving out the -i flag didn...
2004-01-01 njlUse <machine/asmacros.h> since <machine/asm.h> is a...
2004-01-01 alc - Increase the scope of the kmem_object's lock in...
2004-01-01 mbrThe reset_type should not be 0x80, it should be set...
2004-01-01 alc - Use pagezero() instead of bzero() in pmap_pinit...
2003-12-31 impHappy 2004!
2003-12-31 njlUse the appropriate values for the notifies. No change...
2003-12-31 alcIn vm_page_lookup() check the root of the vm object...
2003-12-31 jhbAdd support for an non-branded SUN1889-based 2 port...
2003-12-31 jhbReplace an outb() during the test for configuration...
2003-12-31 katoAdded TDK LAK-CD031 (simple NE2000 device).
2003-12-31 katoSync to 1.80.
2003-12-31 katoAdded ID for TDK LAK-CD031 Ethernet card.
2003-12-31 wpaul- subr_ntoskrnl.c: improve the _fastcall hack based...
2003-12-31 alcSimplify vm_page_grab(): Don't bother with the generati...
2003-12-30 alc - Modify vm_object_split() to expect a locked vm objec...
2003-12-30 emaxAdd few new USB vendor/product IDs for Bluetooth USB...
2003-12-30 wpaul- Add new 802.11 OID information obtained from NDIS...
2003-12-30 ruDocument the net.inet.ip.subnets_are_local sysctl.
2003-12-30 sobomaxSync with NetBSD:
2003-12-30 bdeBacked out a small part of rev.1.15. -Winline now...
2003-12-30 bdeBacked out rev.1.48. -Winline now works better so...
2003-12-30 bdeGarbage-collected CLK_USE_TSC_CALIBRATION.
2003-12-30 ambrisko- Bump up the general and status RID sizes
2003-12-29 wpaulRework resource allocation. Replace the "feel around...
next