Get rid of an old and terrible hack. Local stream sockets enqueue packets
[dragonfly.git] / sys / platform / pc32 /
2008-05-25 Nicolas TheryFix warnings (missing casts).
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2008-04-28 Matthew DillonFix some pmap races in pc32 and vkernel, and other...
2008-04-24 Matthew DillonFix panics which can occur when killing a threaded...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-02 Sascha WildnerAdd support for the Core 2 Duo T7500.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Sascha WildnerFix building with CPU_DISABLE_SSE (this fixes LINT...
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2008-01-21 Simon SchubertDon't panic when invalidating a fictitious page.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Matthew DillonAttempt to fix an interrupt recursion which can occur...
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-12-29 Sascha WildnerRemove the xrpu driver as FreeBSD did ~1 month ago.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-16 Sascha WildnerFix building with 'options CPU_DISABLE_SSE'.
2007-12-14 Matthew DillonProperly set the mc_fpformat field in the ucontext...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Sascha WildnerAdjust acpi.c and bios.c to use kfreeenv()/ktestenv...
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-07 Matthew DillonRemove i386 support.
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-15 Sascha WildnerSilence gcc 4.1's "packed attribute ignored..." warnings.
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-07 Matthew DillonRemove a bogus assertion. in_vm86call may have been...
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-29 Sascha WildnerFix LINT: Remove cm(4) and fla(4) remains.
2007-08-27 Hasso TepperNuke fla(4). It's known to be buggy, supports very...
2007-08-27 Hasso TepperRemove remainings of the oltr(4).
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-24 Matthew DillonAdd T2300 cpu support to EST.
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-19 Sascha Wildner* Use one ioctl() (CONS_SET, analogous to CONS_GET...
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-08-11 Joe TalbottMake mbuf allocator statistics SMP safe.
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-08-01 Sascha WildnerRemove some unused variables.
2007-07-25 Matthew DillonTurn syscall_mpsafe and trap_mpsafe on by default....
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-14 Sepherosa Ziehau- When creating dma map, allocate at least one bounce...
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-07 Sepherosa ZiehauFix comment.
2007-07-07 Sepherosa ZiehauParameters of icu_{set,get}var() are used.
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-07-02 Matthew DillonThe kernel perfmon support (options PERFMON) was trying...
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonAdd subr_diskgpt.c to the platform conf files.
2007-06-08 Matthew DillonRemove the last source of SMP TLB invalidations in...
2007-06-07 Matthew DillonRemove unused variables after last commit.
next