]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Fix build: forward declare struct tty before defining the tty function
[FreeBSD/FreeBSD.git] / sys / compat /
2004-06-30 tjrThis commit was generated by cvs2svn to compensate...
2004-06-26 mbrThis commit was generated by cvs2svn to compensate...
2004-06-25 marcelThis commit was generated by cvs2svn to compensate...
2004-06-24 obrienCast variable-sized (based on platform) quantities...
2004-06-23 bdeInclude <sys/mutex.h> and its prerequisite <sys/lock...
2004-06-22 rwatsonMark linux_emul_convpath() as GIANT_REQUIRED.
2004-06-21 phkPut the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
2004-06-21 darrenrThis commit was generated by cvs2svn to compensate...
2004-06-20 marcelThis commit was generated by cvs2svn to compensate...
2004-06-20 stefanfThis commit was generated by cvs2svn to compensate...
2004-06-18 bmsAdd stub for Linux SOUND_MIXER_READ_RECMASK, required...
2004-06-18 bmsAdd a stub for the Linux SOUND_MIXER_INFO ioctl (even...
2004-06-18 bmsLinux applications expect to be able to call SIOCGIFCON...
2004-06-18 bmsFix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.
2004-06-18 bmsFix two attempts to use an unchecked NULL pointer provi...
2004-06-17 phkSecond half of the dev_t cleanup.
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-16 phkDo the dreaded s/dev_t/struct cdev */
2004-06-16 obrienThis commit was generated by cvs2svn to compensate...
2004-06-14 ruThis commit was generated by cvs2svn to compensate...
2004-06-14 phkAdd support for more linux ioctls.
2004-06-13 rwatsonSocket MAC labels so_label and so_peerlabel are now...
2004-06-12 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-11 phkDeorbit COMPAT_SUNOS.
2004-06-10 peterThis commit was generated by cvs2svn to compensate...
2004-06-07 wpaulAdd another 5.2.1 source compatibility tweak: acquire...
2004-06-05 tjrChange the types of vn_rdwr_inchunks()'s len and aresid...
2004-06-04 desTake advantage of the dev sysctl tree.
2004-06-04 wpaulGrrr. Really check subr_ndis.c in this time. (fixed...
2004-06-01 wpaulExplicitly #include <sys/module.h> instead of depending...
2004-05-29 wpaulFix build with ndisulator: Add prototype for my_strcase...
2004-05-29 wpaulIn subr_ndis.c, when searching for keys in our make...
2004-05-25 njlThis commit was generated by cvs2svn to compensate...
2004-05-25 njlThis commit was generated by cvs2svn to compensate...
2004-05-17 joergThis commit was generated by cvs2svn to compensate...
2004-05-09 marcelThis commit was generated by cvs2svn to compensate...
2004-04-30 wpaulSmall timer cleanups:
2004-04-27 mikehThis commit was generated by cvs2svn to compensate...
2004-04-24 marcelFix build for non-COMPAT_FREEBSD4 configurations. Make...
2004-04-22 wpaulOk, _really_ fix the Intel 2100B Centrino deadlock...
2004-04-20 desThis commit was generated by cvs2svn to compensate...
2004-04-20 wpaulCorrect the AT_DISPATCH_LEVEL() macro to match earlier...
2004-04-19 wpaulTry to handle recursive attempts to raise IRQL to DISPA...
2004-04-18 wpaulIn ntoskrnl_unlock_dpc(), use atomic_store instead...
2004-04-17 tjrThis commit was generated by cvs2svn to compensate...
2004-04-16 wpaul- Use memory barrier with atomic operations in ntoskrnl...
2004-04-15 peterThis commit was generated by cvs2svn to compensate...
2004-04-14 peterCheck in structure definitions for the FreeBSD-3.x...
2004-04-14 peterRegen
2004-04-14 peterCatch up to the not-so-recent statfs(2) changes.
2004-04-14 hartiThis commit was generated by cvs2svn to compensate...
2004-04-14 wpaulContinue my efforts to imitate Windows as closely as...
2004-04-14 njlThis commit was generated by cvs2svn to compensate...
2004-04-07 wpaulIn ndis_convert_res(), initialize the head of our tempo...
2004-04-05 nectarThis commit was generated by cvs2svn to compensate...
2004-04-05 wpaul- The MiniportReset() function can return NDIS_STATUS_P...
2004-04-03 nectarThis commit was generated by cvs2svn to compensate...
2004-04-03 nectarThis commit was generated by cvs2svn to compensate...
2004-04-01 pjdRemove ps_argsopen from this check, because of two...
2004-03-31 bmsThis commit was generated by cvs2svn to compensate...
2004-03-31 bmsThis commit was generated by cvs2svn to compensate...
2004-03-29 desThis commit was generated by cvs2svn to compensate...
2004-03-29 wpaulAdd missing cprd_flags member to partial resource struc...
2004-03-27 wpaulApparently, some atheros drivers want rand(), so implem...
2004-03-27 mtmRegen for libthr thread synchronization syscalls.
2004-03-27 mtmSeparate thread synchronization from signals in libthr...
2004-03-25 wpaul- In subr_ndis.c:ndis_init_event(), initialize events...
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-25 wpaul- In kern_ndis.c, implement ndis_unsched(), the complem...
2004-03-22 wpaulRemove another case of grabbing Giant before doing...
2004-03-22 wpaulI'm a dumbass: the test in the MOD_SHUTDOWN case in...
2004-03-22 wpaulThe Intel 2200BG NDIS driver does an alloca() of about...
2004-03-21 peterChange (yet again, sorry!) the path of the 32 bit ld...
2004-03-20 wpaul- Rewrite the timer and event API routines in subr_ndis...
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-17 jhb- Replace wait1() with a kern_wait() function that...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-16 tjrUse vfs_nmount() to mount linprocfs filesystems in...
2004-03-16 tjrCorrect size argument passed to copyinstr() in linux_mo...
2004-03-15 wpaulAdd vectors for _snprintf() and _vsnprintf() (redirecte...
2004-03-13 peterMove the non-MD machine/dvcfg.h and machine/physio_proc...
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-11 phkRemove unused second arg to vfinddev().
2004-03-11 wpaulFix mind-o: sanity check in ndis_disable_ndis() is...
2004-03-11 wpaulFix the problem with the Cisco Aironet 340 PCMCIA card...
2004-03-10 wpaulFix several issues related to the KeInitializeTimer...
2004-03-07 wpaulAdd preliminary support for PCMCIA devices in addition...
2004-03-05 jhbkthread_exit() no longer requires Giant, so don't force...
2004-03-04 wpaul- Some older Atheros drivers want KeInitializeTimer...
2004-03-04 wpaulAdd sanity checks to the ndis_packet and ndis_buffer...
2004-03-03 wpaulAdd proper support for DbgPrint(): only print messages...
2004-03-01 acheThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 njlThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-28 mlaierThis commit was generated by cvs2svn to compensate...
2004-02-26 desThis commit was generated by cvs2svn to compensate...
next