encap_getarg() was not properly loading the pointer argument associated
[dragonfly.git] / sys / kern /
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...
2004-11-18 Matthew DillonDo a cleanup pass on the mbuf allocator. Reorder the...
2004-11-17 Matthew DillonRemove unused junk from the slab allocator.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-12 Matthew DillonForced commit, correct comment for last commit. 1...
2004-11-12 Matthew DillonDefault vfs.fastdev to 1 for wider testing, so the...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Matthew DillonThe min() and max() macros in sys/libkern.h are typed...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-11-09 Matthew DillonAdd lockcountnb() - a non-blocking version of lockcount...
2004-11-09 Matthew DillonCreate a non-blocking version of BUF_REFCNT() called...
2004-11-05 Matthew DillonRemove an assertion that used to double-check the cred...
2004-10-28 Matthew Dillonunmount was not removing the negative hits associated...
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-22 Matthew DillonThe old lookup() API is extremely complex. Even though...
2004-10-22 Matthew DillonMake an existing vnode lock assertion a bit more verbose.
2004-10-22 Matthew DillonFix a final bug in the vfs cache cleaning code. An...
2004-10-22 Jeffrey HsuCorrect use of the flags argument to the recvmsg system...
2004-10-19 Matthew DillonFix bugs in the limiting code for negative-hit namecach...
2004-10-13 Eirik NygaardAdd two more header in the !_KERNEL case so libcaps...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7h/99: More firmin...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7g/99: More firmin...
next