Use SYSREF to reference count struct vnode. v_usecount is now
[dragonfly.git] / sys / kern /
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-05 Matthew DillonThe bus_get_resource_list DEVMETHOD is primarily used...
2007-05-05 YONETANI Tomokazu(essential part of rev 1.54 in FreeBSD)
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-05-02 Matthew DillonWhen thread0 is initialized it must also be LWKT schedu...
2007-05-01 Matthew DillonReduce the livelock limit from 50Khz to 40Khz.
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonMore cleanups, do not allow backspacing beyond the...
2007-04-30 Matthew DillonMake the mountroot> prompt a bit more user-friendly.
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-30 Matthew DillonStore the frequency and cputimer used to initialize...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-29 Matthew DillonRemove unneeded references to sys/syslink.h. Get sysli...
2007-04-29 Matthew DillonImplement SYSREF - structural reference counting, alloc...
2007-04-29 Matthew DillonAdd a shortcut function, objcache_create_mbacked()...
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-26 Matthew DillonMove syslink_desc to sys/syslink_rpc.h so kernel code...
2007-04-22 Matthew Dillonsbappendcontrol() was improperly setting sb_lastmbuf...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-22 Matthew DillonJust throw all the main arguments for syslink() into...
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-19 Matthew DillonAllocations of size greater then the radix were not...
2007-04-16 Matthew DillonProbably the last change to the syslink() system call...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-09 Matthew DillonAdd subr_alist.c. This is a bitmap allocator that...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Matthew DillonReformulate the syslink_msg structure a bit. Instead...
2007-03-21 Matthew Dillonsyslink work - Implement code for a reformulated system...
2007-03-13 Simon SchubertDrop this strange start/endzero thing for procs and...
2007-03-12 Simon SchubertRegen.
2007-03-12 Simon SchubertRework stopping of procs.
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2007-03-12 Simon SchubertAdd precautions so that threads won't race to exit1...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-03-01 Sascha WildnerFix prototype.
2007-03-01 Simon SchubertRegen.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-26 Simon SchubertFix suspend behavior by really stopping the process...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-25 Simon SchubertRegen
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-24 Simon SchubertRemove superfluous conditional.
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-22 Simon SchubertMake setrunnable() behave more like it is intended.
2007-02-22 Simon SchubertFix stopping of the current process, which was broken...
2007-02-21 Simon Schubert1:1 Userland threading stage 4.1/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-21 Simon SchubertReplace magic number with constant.
2007-02-19 Simon SchubertSilence compiler warning.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-19 Sascha WildnerRemove unused malloc type M_ACL.
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-18 Sascha WildnerRemove unused variable.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Victor Balada DiazAdd a missing header that prevents detecting the kernel...
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-16 Simon SchubertFix RSS display by calculating the correct value.
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertClean up stale code.
2007-02-02 Simon SchubertFix indention.
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertReport non-existing procs as pid -1, not NO_PID.
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2007-01-27 YONETANI Tomokazui should be pre-incremented in the loop maintenance...
2007-01-26 Matthew DillonFix generation of the mount path for "/" when a process...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-24 Matthew Dilloncheckdirs() was being passed the wrong mount point...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-18 Victor Balada DiazFix a stack reference bug and do a cleanup.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
next