dragonfly.git
2005-08-27 Simon SchubertDereference pointer like we should.
2005-08-27 Jeffrey HsuThe proper way to check for a normal mbuf cluster is...
2005-08-27 Matthew DillonOnly include thread2.h for kernel builds (its macros...
2005-08-27 Matthew DillonFix a serious bug in cache_inefficient_scan() related...
2005-08-26 Joerg SonnenbergerNo need to forget wcswidth.
2005-08-26 Joerg SonnenbergerDon't define infinite macros when we want to define...
2005-08-26 Joerg SonnenbergerWe have to copy the pam.d entries after running mtree...
2005-08-26 Hiten PandyaAdd a comment on top of ad_start, mentioning that it...
2005-08-26 Hiten PandyaStyle: break line into two, so it fits nicely in 80...
2005-08-26 Hiten PandyaAdd more documentation comments to disk_create() and...
2005-08-25 Matthew DillonReduce critical section warnings for AHC when critical...
2005-08-25 Hiten PandyaRemove NO_B_MALLOC preprocessor macro, it was never...
2005-08-25 David RhodusChange the MAX_BUTTONS count to 31. This allows us...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-08-25 Liam J. FoyFix a bug introduced which causes chkgrp to coredump...
2005-08-25 Simon SchubertConvert to use vop_write_direntry,
2005-08-25 Simon SchubertA break was still hanging around from the conversion of
2005-08-24 Matthew DillonWhen writing UNDO records, only try to output the file...
2005-08-24 Matthew DillonFilesystem journaling. Reorganize the journal scan...
2005-08-24 Max OkumotoAdd AbortProc typedef to simplify code.
2005-08-24 Max OkumotoRemove #ifdef SYSVVARSUB since the code is required...
2005-08-24 Max OkumotoRemove some unnecessary white space.
2005-08-23 Chris PresseyMake 'make upgrade' work from the LiveCD, stage 5/5:
2005-08-23 Chris PresseyMake 'make upgrade' work from the LiveCD, stage 4/5...
2005-08-23 Liam J. Foy- Do not allocate memory to entries in /var/rwho which...
2005-08-23 Chris PresseyMake 'make upgrade' work from the LiveCD, stage 3/6...
2005-08-23 Max Okumotosort forward declarations in header file
2005-08-23 Chris PresseyMake 'make upgrade' work from the LiveCD, stage 2/5...
2005-08-23 Chris PresseyMake 'make upgrade' work from the LiveCD, stage 1/5...
2005-08-23 Matthew DillonReduce the buffer size for the threaded version of...
2005-08-23 Matthew DillonAdd a TTY_PATH_MAX limit, set to 256, and reduce the...
2005-08-23 Sascha WildnerAdd missing parenthesis.
2005-08-23 Joerg SonnenbergerBack out accidental commit.
2005-08-23 Joerg Sonnenbergersendmail tried to limit directory names to MAXPATHLEN...
2005-08-23 Joerg SonnenbergerAlso allocate PATH_MAX for the threaded case.
2005-08-23 Joerg SonnenbergerDon't assume that ttys are always located directly...
2005-08-23 YONETANI TomokazuRetire old, FreeBSD 4.x -derived ACPI code.
2005-08-22 Joerg SonnenbergerAlso document BGE_FAKE_AUTONEG in LINT.
2005-08-22 Hiten PandyaUpdate the TWE 3ware/AMCC driver code, bringing in...
2005-08-22 Joerg SonnenbergerGC unused macro.
2005-08-22 Joerg SonnenbergerCreate a kernel option BGE_FAKE_AUTONEG for IBM/Intel...
2005-08-22 Simon SchubertAdd descriptive comment back in
2005-08-21 Matthew DillonInstead of resetting the video buffer's history size...
2005-08-21 Matthew DillonHave vidcontrol set the video history size based on...
2005-08-21 Liam J. FoyRemove the hack that varied the first character of...
2005-08-20 Sascha Wildner* Add a definition for a panic key (CNTL-ALT-SHIFT...
2005-08-20 Sascha WildnerRemove PC98 support.
2005-08-20 Joerg SonnenbergerHPFS != UFS, so use the right constant for directory...
2005-08-20 Simon SchubertConvert to use vop_write_dirent.
2005-08-19 David Rhodusscm test.
2005-08-19 Joerg SonnenbergerPrevent spurious link state changes.
2005-08-19 Joerg SonnenbergerEnable the memory arbiter before turning off the PXE...
2005-08-19 Joerg SonnenbergerAtomically load and clear the status block. This makes...
2005-08-19 Joerg Sonnenberger5705K, 5714C, 5721, 5750, 5750M, 5751M, 5789 support.
2005-08-19 Joerg SonnenbergerRegen.
2005-08-19 Joerg SonnenbergerAdd some new Broadcom IDs.
2005-08-19 Joerg SonnenbergerConvert to vop_write_dirent.
2005-08-18 Joerg SonnenbergerImprove C++ support.
2005-08-18 Max OkumotoCheck result of setenv(putenv) function.
2005-08-17 Max OkumotoThe bix bug was introduced on commit 2005/05/20 04...
2005-08-17 YONETANI TomokazuExplicitly specify `all' as the default target(as it...
2005-08-17 Gregory Neil... Make links for hoststat(8) and purgestat(8) man pages.
2005-08-16 Joerg SonnenbergerUse vop_write_dirent. Correctly handle the case of...
2005-08-16 Joerg SonnenbergerUtilize vop_write_dirent. Slightly change the order...
2005-08-16 Joerg SonnenbergerConvert to vop_write_dirent.
2005-08-16 Joerg SonnenbergerSprinkle some const.
2005-08-16 Joerg SonnenbergerHonor process visibility for jailed processes and ps_sh...
2005-08-16 Joerg SonnenbergerSplit the two parts of procfs_readdir into subroutines.
2005-08-16 YONETANI TomokazuGet rid of 4.x-derived acpi code:
2005-08-15 Joerg SonnenbergerSplit the two parts of linprocfs_readdir into subroutines.
2005-08-15 Matthew DillonConvert RANDOM_IP_ID into a sysctl.
2005-08-15 Joerg SonnenbergerRip off PROCFS_ZOMBIE, it wasn't even a knob to play...
2005-08-15 Matthew DillonUFS sometimes reports: 'ufs_rename: fvp == tvp (can...
2005-08-14 Matthew DillonFix an inode bitmap scanning bug. Due to an error...
2005-08-14 Matthew DillonFix a race in rename when relocking the source namecach...
2005-08-14 Matthew DillonAdd a sanity check for the length of the file name...
2005-08-13 Sascha WildnerAllow the VESA code to handle devices that don't claim...
2005-08-12 Joerg SonnenbergerWe want to separate dirent and the maximum directory...
2005-08-12 David RhodusThe packages have been moved to the fireflybsd server...
2005-08-12 Hiten PandyaRemove PV_* flags from PMAP MD header files; these...
2005-08-12 Hiten PandyaMove bio_lblkno (logical blockno in a file) field back...
2005-08-11 Liam J. Foy- In the ICMP debug code, use %d over %x. This makes...
2005-08-11 Joerg SonnenbergerFix merge bug. d_namlen is used by GENERIC_DIRSIZ,...
2005-08-11 Simon Schubert- Use M_WAITOK in attach()
2005-08-11 Simon SchubertDon't panic if we can't allocate memory.
2005-08-11 Simon SchubertOnly use variable if malloc succeeded.
2005-08-11 Simon SchubertTest for malloc returning NULL.
2005-08-11 Simon SchubertCorrect typo.
2005-08-11 Noritoshi DemizuMy first commit.
2005-08-10 Joerg SonnenbergerUse vop_write_dirent. Allocate a temporary buffer for...
2005-08-10 Hiten PandyaWrap 'pqtype' variable with INVARIANTS so annoying...
2005-08-10 Joerg SonnenbergerReplace the 4.3BSD getdirentries compat function with...
2005-08-10 Joerg SonnenbergerAdd _DIRENT_NEXT, which is for now only used in the...
2005-08-10 Joerg SonnenbergerUse vop_write_dirent.
2005-08-10 Sascha WildnerContinue (not return) if OP_LIB is not set.
2005-08-10 Joerg SonnenbergerUse new vop_write_dirent function.
2005-08-10 Joerg SonnenbergerUpdate GCC 3.4 to current 3.4.5 pre-release.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerUpdate GCC 3.4 to current 3.4.5 pre-release.
2005-08-10 Joerg SonnenbergerBreak long commits. Don't ask for transfers when there...
next