Fix some groff warnings.
[dragonfly.git] / sys / kern /
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuMerge from FreeBSD:
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-04 Matthew DillonFix an incorrect pointer in a journal_build_pad() that...
2005-03-04 Matthew Dillonmsf_buf_alloc() can be called with a NULL vm_page_t...
2005-03-04 Matthew DillonRemove some of the nastier debugging printfs.
2005-03-04 Matthew DillonJournaling layer work. Write the actual data associate...
2005-03-04 Matthew DillonMake msf_buf_kva() return the correct base address...
2005-03-04 Jeffrey HsuRemove (void) cast before a function call with an unuse...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-04 Matthew DillonAlso, do not use M_NOWAIT for an allocation that must...
2005-03-03 Jeffrey HsuUse malloc(M_ZERO) in preference to separate bzero...
2005-03-03 Matthew Dillonoff_t is a signed value. The last commit caused the...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerUse ULLONG_MAX, off_t is unsigned.
2005-03-02 David XuIn kern_sigtimedwait, do not mask SIGKILL because a...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2005-03-01 Hiten PandyaRemove a comment that does not make sense; it was just...
2005-03-01 Simon SchubertFix a bug in the ioctl mapping (written by me), which...
2005-02-28 Hiten PandyaMove the MALLOC_DECLARE into sys/msfbuf.h header file.
2005-02-28 Matthew DillonJournaling layer work. Generate output for path names...
2005-02-28 Matthew DillonAllow the #! command line to be up to PAGE_SIZE long...
2005-02-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2005-02-26 Matthew DillonAdd signal mask save/restore to the checkpoint code...
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-25 Matthew DillonRewrite the loops which extract the interpreter name...
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...
next