dragonfly.git
2003-10-21 Matthew DillonFix bug in last commit, flags were not being passed...
2003-10-21 Matthew DillonA hackish fix to a bug uio_yield().
2003-10-21 David P. Reese... Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-20 Matthew DillonYah yah. Always good to commit the header file needed...
2003-10-20 Matthew DillonFix a bug introduced by recent INVARIANTS debugging...
2003-10-20 Matthew DillonFix an error message.
2003-10-20 Matthew DillonDo a bit of cleanup and add a bit of debugging to the...
2003-10-20 Matthew DillonAdd the checkpt module to the system tree. Currently...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
2003-10-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
2003-10-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
2003-10-19 Matthew DillonAdd a fp_vpopen() function to kern_fp.c, and add reserv...
2003-10-19 Hiten PandyaUn-initialise (i.e free) the HPFS inode hash; previousl...
2003-10-19 Matthew DillonEnhance the fp_*() API. Reorganize the ELF dump code...
2003-10-19 Matthew DillonFix the INVARIANTS memuse test, the memuse for each...
2003-10-19 Hiten PandyaFix a ``missing free''.
2003-10-19 Jeffrey HsuUnravel a nested conditional.
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-19 Matthew DillonHack up param.h even more so sys/socket.h can include...
2003-10-18 Matthew DillonDon't try to call an ipiq function with a UP build...
2003-10-18 Hiten PandyaAdd the pim(4) and multicast(4) manual pages, following
2003-10-18 Matthew DillonRemove a diagnostic message that detected PHOLD() vs...
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
2003-10-18 Hiten PandyaUpdate sysinstall's NFS module:
2003-10-18 Matthew Dillonmachine/param.h has to be included outside of _KERNEL...
2003-10-18 Matthew DillonMake vmstat -m understand the new per-cpu aggregation for
2003-10-18 Hiten PandyaUse vnconfig(8) instead of mdconfig(8) to enable $...
2003-10-18 Hiten PandyaAdd SysV IPC regression suite.
2003-10-18 Hiten PandyaFix build by not attempting to compile libc's malloc...
2003-10-18 Matthew DillonFix memory leaks in the namecache code commited so...
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-17 Matthew DillonFix a uni-processor bug with the last commit... we...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-17 David P. Reese... Create kern_readv() and kern_writev() and use them...
2003-10-16 Matthew DillonRemove PUSER entirely. Since p_priority has nothing...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-10-16 Matthew Dilloncorrect the .PATH for access to scvesactl.c
2003-10-15 Matthew DillonHave lwkt_reltoken() return the generation number to...
2003-10-15 Matthew DillonFix an inherited bug in ptrace's PT_IO. The wrong...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-15 Hiten PandyaMajor contigmalloc() API cleanup:
2003-10-15 Hiten PandyaRemove zalloci/zfreei from the Makefile too.
2003-10-15 Hiten PandyaNuke the zalloci() and zfree() stuff sky-high. We...
2003-10-15 David P. Reese... I wasn't properly checking for rollover in iovec_copyin...
2003-10-15 David P. Reese... Rename do_dup() to kern_dup() and pull in some changes...
2003-10-14 Matthew DillonUpdate the sys_sig* manual page to include portability...
2003-10-14 Matthew DillonNSIG is now 64. Extend the siglist arrays to match.
2003-10-14 Matthew Dillon/bin/sh needs to use sys_nsig, not NSIG, when accessing...
2003-10-13 Matthew DillonMake sure PORTSDIR is not in the environment when boots...
2003-10-13 Matthew DillonAdd checkpoint tty signaling support to stty and tcsh...
2003-10-13 Matthew DillonOops, I gave Kip bad advise. The checkpoint execution...
2003-10-13 Matthew DillonStart separating the ucred from NDINIT.
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
2003-10-13 Matthew DillonUse the one remaining free termios control character...
2003-10-13 Matthew DillonExtend NSIG to 64 and introduce a registration function...
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...
2003-10-13 Matthew DillonAdd bsd.dfport.pre.mk and bsd.dfport.post.mk to the...
2003-10-13 Matthew Dillonadd /usr/share/examples/splash to the mtree, for instal...
2003-10-13 Hiten PandyaFix an ordering issue, call vm_map_entry_reserve()...
2003-10-13 Hiten PandyaAMI MegaRAID Crash-Dumps support.
2003-10-13 David P. Reese... Implement socket() and shutdown() using the in-kernel...
2003-10-13 Hiten PandyaFix kldload(2) error return when a module is rejected...
2003-10-13 Matthew DillonAdd a splash example / DragonFly BMP
2003-10-12 Hiten PandyaFix compile when GUPROF is defined.
2003-10-12 David Rhodus* Pull is some security checks from sendmail 8.12.10.
2003-10-12 Matthew DillonMore hacks to support DragonFly port overrides. Deal...
2003-10-12 Matthew DillonFix bugs introduced from the last commit. The loadav...
2003-10-12 Matthew Dillondocument the new fdisk option.
2003-10-12 Matthew DillonAdd a -p option to fdisk that allows it to operate...
2003-10-11 Matthew DillonUpgrade isc-dhcp, e.g. dhclient.
2003-10-11 Matthew Dillonadd bsd.dfport.pre.mk and bsd.dfport.post.mk, part...
2003-10-11 David Rhodus* Add missing function declaration that was some how
2003-10-11 David Rhodus* Move variable 'p' into a more proper place.
2003-10-11 David Rhodus* Add this nice filesystem testing tool that I've recently
2003-10-11 Hiten PandyaCorrect unsafe use of realloc().
2003-10-11 Hiten PandyaSecurity Fix:
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-09 Matthew DillonSync with FreeBSD-5, fix-up the use of certain flags...
2003-10-09 Matthew DillonUse the _KERNEL_STRUCTURES define to allow userland...
2003-10-08 Matthew DillonDefine _KERNEL_STRUCTURES instead of _KERNEL to get...
2003-10-08 Matthew DillonAdd _KERNEL_STRUCTURES support for userland use of...
2003-10-08 David P. Reese... Fix a bug in the last commit where sendfile() would...
2003-10-08 David P. Reese... Introduce the function iovec_copyin() and it's friend...
2003-10-08 Matthew DillonDisable background bitmap writes. They appear to cause...
2003-10-06 Matthew DillonThe splash_bmp and splash_pcx builds were missing some...
2003-10-06 Jeffrey HsuUnroll obfuscated loop.
2003-10-05 Matthew DillonThe CMOV family of instructions do not work across...
2003-10-05 David Rhodus* Fix a typo that was introduced from the last change.
2003-10-05 David Rhodus* Correct several integer underflows/overflows in linprocfs
2003-10-05 David Rhodus* Try to make gencat(1) recognize.
2003-10-05 Hiten PandyaFix a spelling mistake.
2003-10-04 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-10-04 David P. Reese... Modify linux_{send,recv}msg() and linux_{set,get}sockop...
2003-10-03 David P. Reese... Modify kern_{send,recv}msg() to take struct uio's,...
2003-10-02 Matthew DillonAddendum: Many thanks for continuing to Galen Sampson...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-10-02 Hiten PandyaRename:
2003-10-02 David Rhodus * Turn on debugging options by default
2003-10-02 Matthew Dilloncorrect a comment.
next