Adjust X11BASE so that ssh/sshd find xauth with pkgsrc.
[dragonfly.git] / sys / kern /
2005-09-29 Matthew DillonImplement sysctls to restrict a user's ability to hardl...
2005-09-29 Matthew DillonAdd a sysctl, kern.unprivileged_read_msgbuf (defaults...
2005-09-27 Matthew DillonBecause recalculate is only called once or twice for...
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-17 Matthew DillonWith the new FSMID flag scheme we can optimize the...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-12 Matthew DillonFix a token bug. A preempting interrupt thread blockin...
2005-09-12 Matthew DillonFix a serializer bug. The SMP serializer would in...
2005-09-12 Joerg SonnenbergerWhen testing whether a negative delta is smaller than...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove Tahoe support.
2005-09-10 Sascha WildnerRemove Tahoe support.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-07 Matthew DillonSlightly reorganize the transaction data. Instead...
2005-09-06 Matthew DillonDocument a special case for Journaling PAD records...
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-27 Matthew DillonFix a serious bug in cache_inefficient_scan() related...
2005-08-26 Hiten PandyaStyle: break line into two, so it fits nicely in 80...
2005-08-26 Hiten PandyaAdd more documentation comments to disk_create() and...
2005-08-25 Hiten PandyaRemove NO_B_MALLOC preprocessor macro, it was never...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-08-24 Matthew DillonWhen writing UNDO records, only try to output the file...
2005-08-24 Matthew DillonFilesystem journaling. Reorganize the journal scan...
2005-08-15 Matthew DillonUFS sometimes reports: 'ufs_rename: fvp == tvp (can...
2005-08-14 Matthew DillonFix a race in rename when relocking the source namecach...
2005-08-14 Matthew DillonAdd a sanity check for the length of the file name...
2005-08-11 Joerg SonnenbergerFix merge bug. d_namlen is used by GENERIC_DIRSIZ,...
2005-08-11 Simon SchubertCorrect typo.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerAdd vop_write_dirent helper functions, which isolates...
2005-08-10 Hiten PandyaRe-word some sysctl descriptions, make them compact.
2005-08-09 Joerg SonnenbergerPass the direction to kern_getdirentries, it will be...
2005-08-09 Joerg SonnenbergerWhen allocating memory for the index file, query the...
2005-08-09 Joerg SonnenbergerAdd vn_get_namelen to simplify correct emulation of...
2005-08-09 Hiten PandyaMake a few PRINTF lines readable, break them up if...
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-08 Hiten PandyaBUF/BIO cleanup 7/99:
2005-08-07 Hiten PandyaA better description for 'debug.sizeof' sysctl.
2005-08-07 Hiten PandyaBUF/BIO cleanup 6/99:
2005-08-07 Hiten PandyaAdd 'debug.sizeof.buf' sysctl for determining size...
2005-08-06 Hiten PandyaUpdate copyright notice. Use standard DF copyright.
2005-08-05 Hiten PandyaBUF/BIO cleanup 5/99:
2005-08-04 Hiten PandyaBUF/BIO cleanup 4/99:
2005-08-04 Hiten PandyaInitialize buf->b_iodone to NULL during bufinit(9)...
2005-08-04 David RhodusRemove scheduler define which was never used.
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
2005-08-02 Joerg SonnenbergerRegen.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Hiten PandyaUpdate description of msfbufs sysctls.
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-30 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-30 Hiten PandyaRemove items from TODO list that have been implemented...
2005-07-28 Matthew DillonThere is a case when B_VMIO is clear where a buffer...
2005-07-28 Matthew DillonIf multiple processes are being traced and some other...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-23 Joerg Sonnenbergerregen.
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Matthew DillonAdditional work to try to make panics operate better...
2005-07-21 Matthew DillonOnly compile in lwkt_smp_stopped() on SMP builds.
2005-07-20 Matthew DillonSupport disablement of chflags in a jail, part 1/2.
2005-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-07-20 Matthew DillonAdd some conditionalized debugging 'PANIC_DEBUG', to...
2005-07-20 Matthew DillonLimit switch-from-interrupt warnings to once per thread...
2005-07-19 Matthew DillonInterlock panics that occur on multiple cpus before...
2005-07-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-07-18 Matthew DillonDELAY() is a spin loop, we can't use it any more becaus...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-13 Matthew DillonFor now just use lwkt_gettoken() rather then a trytoken...
2005-07-13 Matthew DillonCheck for a free-after-send case and panic if detected.
2005-07-13 Matthew DillonAdd journaling restart support, required to produce...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
next