Fix the indendation of some multi-line comments.
[dragonfly.git] / sys / kern /
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Matthew DillonTrack the last read and last write timestamp at the...
2005-02-21 David XuFix timeout verification bug. Matt Dillon asked to...
2005-02-20 David XuRegen.
2005-02-20 David XuImplement sigtimedwait and sigwaitinfo syscalls.
2005-02-20 Joerg SonnenbergerAdd m_defrag_nofree, which works like m_defrag, but...
2005-02-19 Joerg SonnenbergerCall the "cluster_save buffer" type just "cluster_save...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-12 Eirik NygaardAdd per cpu buffer for storing KTR information.
2005-02-12 Matthew DillonFix a cache_resolve() vs cache_inval() race which can...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-10 Joerg SonnenbergerAdd the 'All rights reserved.'. It's not entirely clear...
2005-02-09 Matthew DillonFix a case that can prevent the vnlru_proc vnode recycl...
2005-02-08 Jeffrey HsuEliminate conditional check for initialized 'fp' on...
2005-02-07 Matthew DillonUp the initial interrupt configuration hook delay to...
2005-02-05 Joerg SonnenbergerAdd a macro SYSCTL_SET_CHILDREN. Use it to avoid lhs...
2005-02-05 Joerg SonnenbergerDo initialise fp to NULL explicitly, the last comment...
2005-02-04 Joerg SonnenbergerReadd the copystr for f_mntfromname of root. It wasn...
2005-02-04 Matthew DillonThe last commit was not sufficient. Rework the code...
2005-02-04 Matthew DillonRevert the last device_print_child() change, it was...
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-04 Matthew Dillonm_clalloc() was improperly assuming that an mcl malloc...
2005-02-03 Matthew DillonGenerate more useful -v information on the console...
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2005-02-02 Matthew DillonFix a hard-to-find bugaboo in the struct file list...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-02-01 Matthew DillonFix an invariant test that tries to catch locked tokens...
2005-02-01 Matthew DillonFix bug in last commit that broke 'df'. 'sfsp' is...
2005-02-01 Joerg SonnenbergerAlways honor fdp->fd_nrdir as root. Once the loop reach...
2005-02-01 Joerg SonnenbergerRemove SCARG junk.
2005-02-01 Joerg SonnenbergerHide pure kernel threads from jailed processes.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2005-01-31 Joerg SonnenbergerCleanup last commit. Remove local ncp, it shadows the...
2005-01-31 Joerg SonnenbergerDon't copy blindly MAXPATHLEN byte from fullpath. vn_fu...
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerAdd jail_attach syscall.
2005-01-31 Joerg SonnenbergerUncomment the entry for kern_chrot in kern_syscall...
2005-01-31 Joerg SonnenbergerSplit vn_fullpath into cache_fullpath and vn_fullpath...
2005-01-29 Matthew DillonRedo argv processing to better conform to standards...
2005-01-29 Matthew Dillongetblk() has an old crufty API in which the logical...
2005-01-29 Matthew DillonDo not leave VCTTYISOPEN set if our attempt to open...
2005-01-27 Matthew DillonMount points use a special empty namecache entry to...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-23 Joerg SonnenbergerUse __DEQUALIFY, not only __DECONST to get rid of the...
2005-01-20 Matthew DillonProperly vget() vnodes that the syncer intends to VOP_F...
2005-01-19 Eirik NygaardWhitespace cleanup.
2005-01-19 Matthew DillonChange lockcount->lockcountnb in an assertion.
2005-01-19 David RhodusANSI and whitespace cleanup. No operational changes.
2005-01-19 Matthew DillonAdd some descriptive comments.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-14 Matthew Dillonfalloc() was not returning an error code on failure.
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...
2005-01-13 Matthew Dillonproc0 is still used by e.g. smbfs to fork off a kernel...
2005-01-13 Matthew DillonOops, undo accidental commit. The last commit was...
2005-01-13 Matthew DillonWhen re-connecting an already connected datagram socket...
2005-01-12 Jeffrey HsuInstead of explicitly initializing "fp" to NULL in...
2005-01-12 Joerg SonnenbergerExplicitly initialize fp to NULL. If sendfile is called...
2005-01-09 Matthew DillonAdd support for retrieving the journal status via mount...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-31 Matthew DillonJournaling layer work. Add shims and skeleton code...
2004-12-31 Matthew DillonRestore b_data prior to calling relpbuf(). This isn...
2004-12-30 Matthew DillonJournaling layer work. Lock down the journaling data...
2004-12-29 Matthew DillonRename the proc pointer p to pp to clarify its use...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-28 Matthew DillonFix a range check bug in lseek()
2004-12-27 Matthew DillonDo not allow '.' or '..' to be specified as the last...
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-21 Jeffrey HsuFix whitespace.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-08 Matthew DillonUnlock the namecache record when traversing a mount...
2004-12-04 Matthew DillonFix the boottime calculation when the time of day is...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-30 Matthew DillonFix a bug in ESTALE handling for NFS. If we get ESTALE...
2004-11-24 Joerg SonnenbergerAdd the basic of libkcore. Switch pstat to use kcore...
2004-11-24 Matthew DillonCleanup some ESTALE issues on the client when files...
2004-11-23 Matthew DillonThere is enough demand for Kip Macy's checkpointing...
2004-11-23 Matthew DillonDocument the mandatory use of vget() prior to modifying...
2004-11-23 Matthew DillonFix a bug in chown, chmod, and chflags. When the setff...
2004-11-22 Matthew DillonThe fp argument to vn_open() is optional but the code...
2004-11-21 Matthew DillonCleanup the 'cache_lock: blocked on..' warning message...
2004-11-20 Matthew Dillonsendfile() was seriously broken. It was calling vm_pag...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-18 Joerg SonnenbergerAdd a new system library, libkinfo. It is intended...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
next