- Fix setmode. Setmode can fail due to malloc. We should print the correct
[dragonfly.git] / sys /
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 DillonRemove the checkpoint module. checkpointing is now...
2004-11-23 Matthew DillonRemove checkpt/ from Makefile.modules. checkpt is...
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-22 Matthew DillonAdd support for adjusting the interrupt throttling...
2004-11-21 Matthew DillonCleanup the 'cache_lock: blocked on..' warning message...
2004-11-21 YONETANI Tomokazulwkt_runnable is declared in <sys/thread2.h>
2004-11-20 Matthew DillonFix a number of SMP issues.
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-20 Matthew DillonFix a conditional. sdl was not unconditionally being...
2004-11-18 Matthew DillonRe-enable SACK by default. Jeff fixed the corruption...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-18 Joerg SonnenbergerReplace lvalue cast.
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-17 Jeffrey HsuProperly propagate the FIN flag from the following...
2004-11-17 Joerg SonnenbergerNormally we want to warn if the local IP address is...
2004-11-17 Jeffrey HsuFix bug with wrong length being used when coalescing...
2004-11-17 Matthew DillonCave in and remove NULL checks for M_WAITOK mallocs...
2004-11-17 Matthew DillonFix a bug in the checking of malloc()'s return value...
2004-11-17 Matthew DillonTemporarily change the net.inet.tcp.sack default from...
2004-11-15 Joerg SonnenbergerAdd preprocessor handling for newer processor, they...
2004-11-14 Joerg SonnenbergerFix an endian bug in pflog. The DragonFly version of...
2004-11-14 Eirik NygaardRemove xpt_release_simq_timeout(), this function has...
2004-11-14 Joerg SonnenbergerIf the first slot is empty, don't continue scanning...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-14 Matthew Dillondirect sysargs to /dev/null for the emualtion system...
2004-11-14 Matthew DillonPartial sync from FreeBSD, add dummy syscalls for exten...
2004-11-14 Jeffrey HsuImplement SACK.
2004-11-13 Matthew DillonAdd support for the ATI Radeon 9600 XT and XT_S.
2004-11-12 Matthew DillonAdd a missing com_unlock() to the serial port drain...
2004-11-12 Matthew DillonForced commit, correct comment for last commit. 1...
2004-11-12 David RhodusSpelling: Filesystem is one word.
2004-11-12 David RhodusQuiet tinderbox:
2004-11-12 Matthew DillonDefault vfs.fastdev to 1 for wider testing, so the...
2004-11-12 Matthew DillonTemporarily remove union and nullfs from the vfs build...
2004-11-12 Joerg SonnenbergerInitialize pseudointr_ch in fdc.
2004-11-12 Matthew DillonCorrect minor tinderbox -DDEBUG error.
2004-11-12 David RhodusSpelling.
2004-11-12 David RhodusSync up items from the GENERIC config and a few more...
2004-11-12 David RhodusUpdate the 3ware card comment to better reflect which...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Matthew DillonThe 'start = 1' change wasn't needed, revert that one...
2004-11-10 Joerg Sonnenberger- style(9) cleanup
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Matthew DillonFix a very serious bug in contigmalloc() which we inher...
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-09 Joerg SonnenbergerI don't know why I added use_bpf.h, it isn't needed...
2004-11-09 Matthew DillonFix another minor bug-a-boo inherited from 4.x sources...
2004-11-09 Matthew Dillonvfs_object_create() was being called too early on devvp...
2004-11-09 Matthew DillonCorrect a softupdates bug, an ir_savebp buffer was...
2004-11-08 Matthew DillonDo not explicitly set PCIM_CMD_SERRESPEN or PCIM_CMD_PE...
2004-11-08 Joerg SonnenbergerFix a race condition in detach path of Ethernet devices...
2004-11-05 Matthew DillonRemove an assertion that used to double-check the cred...
2004-11-05 Matthew DillonFix a Trident DMA limitation. Symptom as reported...
2004-11-05 Matthew DillonBring in some more PCI ID's from FreeBSD.
2004-11-03 Matthew DillonRemove incorrect cache_purge() calls in *_rmdir() ...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-10-28 Matthew Dillonunmount was not removing the negative hits associated...
2004-10-27 Matthew DillonRemove unused variable.
2004-10-27 Matthew Dillonnull_revoke() needs to return 0.
2004-10-27 Matthew DillonFix a NULL pointer dereference panic that occurs when...
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-10-26 Matthew DillonDocument bus_dmamem_alloc() a bit more.
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-25 Hidetoshi ShimokawaSync with FreeBSD-current:
2004-10-25 Hidetoshi ShimokawaPreserve dcons(4) buffer passed by loader(8).
2004-10-25 Matthew DillonFix a compiler warning by pre-declaring struct vnode;
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-24 Matthew DillonSynchronize a few libi386 issues from FreeBSD. Fix...
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-23 Joerg SonnenbergerGCC 3.4 doesn't check for NULL format-strings for __att...
2004-10-22 Matthew DillonGenerate the BRANCH field from the current tag, use...
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-20 Matthew DillonChange the default handling for kernels built with...
2004-10-20 Matthew DillonFix a boot panic with the amd device. We inherited...
2004-10-20 Matthew DillonThe last commit failed to adjust the alignment like...
2004-10-20 Matthew DillonOld API compatibility: The directory vnode passed to...
2004-10-20 Jeffrey HsuSeparate out the length checks from IP dispatch and...
2004-10-19 Matthew DillonFix an assertion, vgone() now requires that the vnode...
2004-10-19 Matthew DillonFix bugs in the limiting code for negative-hit namecach...
2004-10-19 Matthew DillonMFC FreeBSD if_em.c 1.48 and 1.49.
2004-10-16 Jeffrey HsuRemove duplicate comment.
next