Fix a number of races in the controlling terminal open/close code.
[dragonfly.git] / sys /
2007-07-03 Matthew DillonFix a number of races in the controlling terminal open...
2007-07-03 Hasso TepperFix typo.
2007-07-03 Hasso TepperNuke USB_DO_ATTACH and remove device_t dv, since it...
2007-07-03 Hasso TepperNuke the code specific to other BSDs.
2007-07-02 Hasso TepperNuke USB_DECLARE_DRIVER and USB_DECLARE_DRIVER_INIT...
2007-07-02 Joe TalbottAdd break after parsing the -n option.
2007-07-02 Matthew DillonIf more then 2 virtual cpus are present, dedicate one...
2007-07-02 Matthew DillonAdd usched_mastermask - a master cpu mask specifying...
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 DillonA virtual kernel can cause a vm_page's hold_count to...
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 Hasso TepperThere is no need to have ETHER_ALIGN define here.
2007-07-02 Hasso TepperNuke USB_GET_SC and USB_GET_SC_OPEN macros.
2007-07-02 Matthew DillonBecause the objcache caches up to two magazines on...
2007-07-02 Matthew DillonPut a timeout on the umtx_sleep() in the idle loop...
2007-07-02 Matthew DillonExhaust the virtual kernel network interface even if...
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 DillonClean up a kprintf() that was missing a newline.
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-02 Matthew DillonDo not allow umtx_sleep() to restart on a restartable...
2007-07-01 Hasso TepperNuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros.
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-07-01 Sascha Wildnermi_switch() and cpu_switch() are gone. Remove manpage...
2007-06-30 Matthew DillonA signal is sent to a particular LWP must be delivered...
2007-06-30 Sascha WildnerUse the actual function name in the message.
2007-06-30 Hasso TepperNuke PROC_(UN)LOCK, usb_callout_t, usb_kthread_create...
2007-06-30 Hasso TepperFix KASSERT messages.
2007-06-30 Matthew DillonTry to avoid accidental foot shooting by not allowing...
2007-06-30 Matthew DillonMove the P_WEXIT check from lwpsignal() to kern_kill...
2007-06-29 Matthew DillonFlag the checkpoint descriptor so on restore we can...
2007-06-29 Hasso TepperNuke usb_ callout macros.
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-29 Matthew DillonClean up syslink a bit and add an abstraction that...
2007-06-29 Matthew DillonAdd O_MAPONREAD (not yet implemented). This will have...
2007-06-29 Matthew DillonAdd a new flag, XIOF_VMLINEAR, which requires that...
2007-06-29 Matthew DillonGet out-of-band DMA buffers working for user<->user...
2007-06-28 Matthew DillonClarify cpu localization requirements when using callou...
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperRemove duplicate.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Hasso TepperUse kernel functions. I don't understand how I could...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2007-06-26 Matthew DillonA file descriptor of -1 is legal when accessing journal...
2007-06-26 Hasso TepperNuke USBDEV().
2007-06-26 Matthew DillonRepo-copy numerous files from sys/emulation/posix4...
2007-06-26 Sepherosa ZiehauIf RX csum calculation with pseudo header is enabled...
2007-06-26 Hasso TepperOne callout_stop() is enough.
2007-06-26 Hasso Teppermalloc -> kmalloc
2007-06-26 Hasso Tepper- Fix headphone jack sensing support for Olivetti Olibo...
2007-06-26 Hasso TepperClean up sys/bus/usb/usb_port.h. Remove not used/dead...
2007-06-26 Hasso TepperNuke "is is" stammering.
2007-06-24 Matthew DillonFix rts_input() which is the only procedure which calls...
2007-06-24 Sascha WildnerFix typo in a diagnostic message.
2007-06-23 Sepherosa Ziehau- Add hw.skcX.imtime sysctl node and hw.skc.imtime...
2007-06-22 Simon SchubertRemove unused variable.
2007-06-22 Sepherosa Ziehau- Factor out bge_{disable,enable}_intr().
2007-06-22 Sepherosa Ziehau- Add KTR_IF_{BGE,EM} to opt_ktr.h
2007-06-22 Sepherosa ZiehauDrain packets even if link is down.
2007-06-21 Sepherosa ZiehauAdd some KTRs in bge(4) to count RX/TX packets per...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-20 Matthew DillonFix an issue with positive namecache timeouts. Locked...
2007-06-19 Matthew DillonThe fstype was not being properly tested for a CCD...
2007-06-19 Matthew DillonAdd the -p pidfile option to the vkernel.
2007-06-19 Sepherosa ZiehauAdd sysctl/tunable for TX/RX interrupt coalescing varia...
2007-06-19 Matthew DillonRename d_obj_uuid to d_stor_uuid to conform to the...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-19 Matthew DillonImplement non-booting support for the DragonFly 64...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-18 Matthew DillonDisklabel separation work - more.
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonMore syslink messaging work. Now basically done except...
2007-06-17 Sascha Wildner* Add a missing KMODDEP to ng_eiface and hook it into...
2007-06-17 Matthew DillonImplement SIGTERM handling. When a SIGTERM is received...
2007-06-17 Matthew DillonDisable per-channel interrupt sources before enabling...
2007-06-17 Sepherosa Ziehau- Make "ifconfig nfeX mtu xxx" work.
2007-06-17 Matthew DillonFix an overflow in the GPT code, I wasn't allocating...
2007-06-17 Matthew DillonFix compiler warning (embedded /*)
2007-06-17 Matthew DillonAugment RB tree macros even more, allowing for static...
2007-06-17 Matthew DillonHave UFS set the vnode type to VBAD instead of VNON...
2007-06-17 Matthew DillonAdd subr_diskgpt.c - oops. part of the GPT commit.
2007-06-17 YONETANI Tomokazuwe do not want to shift by the block size, which is...
2007-06-17 Matthew DillonAdd subr_diskgpt.c to the platform conf files.
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-16 Matthew DillonBackout the last commit, it's creating panics.
2007-06-16 Matthew DillonCreate the USB task queues before creating the event...
2007-06-16 Sascha WildnerTurn VINUM_LABEL into a noop (fixing LINT).
next