]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Remove stale 'XXX implement' comments for syscalls which have since been
[FreeBSD/FreeBSD.git] / sys / i386 /
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-14 delphijEnable SCTP by default for GENERIC kernels in order...
2007-06-13 jhbDon't clobber tf_err with the eva from a page fault...
2007-06-12 yongariAdd nfe(4) to the list of drivers supported by GENERIC...
2007-06-11 thompsaExclude wlan_scan_* from PAE like the rest of wlan.
2007-06-11 mjacobCheck against maxsegsz being zero in bus_dma_tag_create...
2007-06-11 thompsaAdd wlan_scan_ap and wlan_scan_sta to platforms that...
2007-06-11 marcelUse default options for default partitioning schemes...
2007-06-10 attilioOptimize vmmeter locking.
2007-06-09 marcelAdd kdb_cpu_sync_icache(), intended to synchronize...
2007-06-08 rwatsonEnable AUDIT by default in the GENERIC kernel, allowing...
2007-06-06 davidxuBackout experimental adaptive-spin umtx code.
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 jhbMove a warning under bootverbose as no machines that...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 alcAdd the machine-specific definitions for configuring...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 jeff - Change comments and asserts to reflect the removal...
2007-06-04 jeffCommit 11/14 of sched_lock decomposition.
2007-06-04 jeffCommit 10/14 of sched_lock decomposition.
2007-06-04 attilioRework the PCPU_* (MD) interface:
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 pisoIn some particular cases (like in pccard and pccbb...
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-31 desAdd CPUID2_PDCM
2007-05-29 desAdd descriptive comment to PDCM entry.
2007-05-29 desRemove a pointless bootverbose message.
2007-05-29 desAdd feature name for features2 bit 15.
2007-05-29 attilioFix some problems introduced with the last descriptors...
2007-05-29 yongariHonor maxsegsz of less than a page size in a DMA tag...
2007-05-28 simokawaEnable fwip and dcons in GENERIC. They seem fairly...
2007-05-27 alcEliminate an unused definition.
2007-05-27 rwatsonRemove "XXX Giant" comments before calls to kdb_trap...
2007-05-27 rwatsonDon't check curproc->p_comm for NULL as it is an array...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-23 kibMove futex support code from <arch>/support.s into...
2007-05-22 kanAllow FreeBSD's native ELF image activators to execute...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-20 jeff - Move GDT/LDT locking into a seperate spinlock, remov...
2007-05-20 mjacobInitializae lastaddr to 0 in bus_dmamap_load_uio so...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanInclude machine/pcb.hto turn extern struct pcb stoppcbs...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 jeff - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros...
2007-05-13 mckusickUpdate entries for building tags.
2007-05-11 kanDo not dereference linux_to_bsd_signal[-1] if userland has
2007-05-09 scottlIt turns out that the hptiop driver isn't portable...
2007-05-09 maximo Fix typo: comments start by "#" not "*".
2007-05-09 scottlIntroduce a driver for the Highpoint RocketRAID 3xxx...
2007-05-08 jhbHandle CPUs with APIC IDs higher than 32 (at least...
2007-05-08 jhbMinor fixes and tweaks to the x86 interrupt code:
2007-05-07 kevloAdd rum(4)
2007-05-06 pisoBring in the reminaing bits to make interrupt filtering...
2007-05-06 kevloAdd support for Ralink Technology RT2501USB/RT2601USB...
2007-05-05 alcDefine every architecture as either VM_PHYSSEG_DENSE or
2007-05-02 jhbRevamp the MSI/MSI-X code a bit to achieve two main...
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-25 ariffDisable C1 Enhanced mode on AMD K8 Family Revision...
2007-04-24 jhbFix the triple fault used as a last resort during a...
2007-04-24 jhbUpdate comments for the 0xcf9 and 0x92 reset methods...
2007-04-23 jhbTweak printf string.
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-22 rwatsonRemove MAC Framework access control check entry points...
2007-04-21 upsModify TLB invalidation handling.
2007-04-21 sepotvinAdd support for specifying a minimal size for vm.kmem_s...
2007-04-19 phkstyle nit
2007-04-18 phkOn AMD's Geode LX: Force the TSC to run through core...
2007-04-17 jhbHonor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-13 alcEliminate the misuse of PG_FRAME to truncate a virtual...
2007-04-12 alcMFamd64
2007-04-12 ruFix PAE on SMP by enabling EFER_NXE on all APs.
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 pjdRemove trailing '.' for consistency!
2007-04-10 pjdAdd UFS_GJOURNAL options to the GENERIC kernel.
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 ruAdd the PG_NX support for i386/PAE.
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-02 jkimMFP4: Turn emul_lock into a mutex.
2007-03-31 jhbOptimize sx locks to use simple atomic operations for...
2007-03-31 jkimCorrect BB-profiling and adjust comments.
2007-03-30 jkimFix off-by-4 error in address validation for i386,...
2007-03-30 jkimFix more style(9) nits[1] and remove unnecessary use...
2007-03-30 jkimUse the same wisdom of sys/i386/i386/support.s 1.97...
next