Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / sys / platform /
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-23 Yonghong YanMore headers for pc64 platform kernel build/linking
2007-09-23 Yonghong Yanmore header changes for amd64 port; the pc64 building...
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-04 Matthew DillonChange the virtual kernel's default hz to 20, because...
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-23 Simon SchubertDrop reference to non-existing variable.
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-21 Simon SchubertResurrect headers for sys/platform/pc64/include from...
2007-08-20 Matthew DillonFix the root device selection to match the manual page...
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-15 Matthew DillonSignals have to be blocked when creating our LWPs or...
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-22 Matthew DillonProperly initialize next_cpu to 0 when '-l map' is...
2007-07-19 Joe TalbottLet the user know if they attempt to start a vkernel...
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-10 Joe TalbottAdd support to vkernel for locking virtual CPUs to...
2007-07-10 Sascha WildnerKQueueFd is declared static in sys/platform/vkernel...
2007-07-07 Sepherosa ZiehauFix comment.
2007-07-07 Sepherosa ZiehauParameters of icu_{set,get}var() are used.
2007-07-02 Joe TalbottAdd break after parsing the -n option.
2007-07-02 Matthew DillonThe vkernel's copyin/copyout implementation is not...
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-07-02 Matthew DillonGive virtual kernels access to sysctl() prototypes...
2007-07-02 Matthew DillonMake the virtual kernel's systimer work with SMP builds...
2007-07-02 Matthew DillonPut a timeout on the umtx_sleep() in the idle loop...
2007-07-02 Matthew Dillonsigwinch has to run with the big giant lock so use...
2007-07-02 Matthew DillonIncrease SMP_MAXCPU to 31. Can't do 32 (boo hoo!)...
2007-07-02 Matthew DillonAdd an option (-n ncpus) to specify the number of cpus...
2007-07-02 Matthew DillonThe real-kernel madvise and mcontrol system calls handl...
2007-07-02 Matthew DillonThe kernel perfmon support (options PERFMON) was trying...
2007-07-02 Matthew Dillonsched_ithd() must be called from within a critical...
2007-07-02 Matthew DillonCopy a junk file from pc32 needed for <time.h>
2007-07-02 Matthew DillonOnly use the symbol returned by dladdr() if its address...
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-01 Matthew DillonAlso credit lots of help from Aggelos Economopoulos...
2007-07-01 Matthew DillonUse dladdr() to obtain symbol names when possible and...
2007-07-01 Matthew DillonConditionalize SMP bits for non-SMP builds.
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
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-19 Matthew DillonAdd the -p pidfile option to the vkernel.
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonImplement SIGTERM handling. When a SIGTERM is received...
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.
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Simon SchubertTry hard to restore the termios state on exit/reboot.
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonImplement boundary and maximum segment size handling...
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-05-28 Matthew DillonRemove unnecessary initialization and fix a GCC-4.x...
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-28 Matthew DillonOpen the root image O_EXLOCK|O_NONBLOCK and exit with...
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-27 Matthew DillonThe proper root device for a vkernel fs is vkd0s0a...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Sascha WildnerRemove mcd(4) and scd(4) remains.
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-11 Matthew DillonFix the location of Make.tags.inc
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonIt is possible for spurious interrupt(s) to be posted...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2007-04-30 Matthew DillonEST's module was being installed before the module...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
next