scm test.
[dragonfly.git] / sys /
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-17 YONETANI TomokazuExplicitly specify `all' as the default target(as it...
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 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-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 Joerg SonnenbergerUse new vop_write_dirent function.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerBreak long commits. Don't ask for transfers when there...
2005-08-10 Joerg SonnenbergerSet baudrate to 100Mbps and advertise VLAN.
2005-08-10 Joerg SonnenbergerAdd vop_write_dirent helper functions, which isolates...
2005-08-10 Joerg SonnenbergerSet both, CRC32 generation and LED modes. Clear powerdo...
2005-08-10 Joerg SonnenbergerRevive multicast support, it got lost in the initial...
2005-08-10 Joerg Sonnenberger- Propagate error code from various bus_dma functions...
2005-08-10 Hiten PandyaRe-word some sysctl descriptions, make them compact.
2005-08-09 Matthew DillonFix a bug in the last commit. When using the UFS diren...
2005-08-09 Joerg SonnenbergerPass the direction to kern_getdirentries, it will be...
2005-08-09 Joerg SonnenbergerWhen allocating memory for the index file, query the...
2005-08-09 Joerg Sonnenbergerfsfind should use direct here, not dirent.
2005-08-09 Joerg SonnenbergerUse vn_get_namelen to provide correct f_namemax field.
2005-08-09 Joerg SonnenbergerDon't hide errors from kern_statfs by overwriting error...
2005-08-09 Joerg SonnenbergerKill stackgap in (f)statvfs(64).
2005-08-09 Joerg SonnenbergerUse vn_get_namelen to reduce bogusnes.
2005-08-09 Joerg SonnenbergerAdd vn_get_namelen to simplify correct emulation of...
2005-08-09 Matthew DillonPort a major reworking of the way IPS driver commands...
2005-08-09 Hiten PandyaWhitespace cleanup.
2005-08-09 Hiten PandyaMake a few PRINTF lines readable, break them up if...
2005-08-08 Hiten PandyaRemove stale comment about vm_mem_init's arguments.
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-08 Joerg Sonnenberger_PC_NAME_MAX is NAME_MAX, so use that for the storage...
2005-08-08 YONETANI Tomokazuisab_attach() is called from acpi_isab_attach(), so...
2005-08-08 Hiten PandyaBUF/BIO cleanup 7/99:
2005-08-07 Joerg SonnenbergerReimport devlist2h.awk from FreeBSD, this version actua...
2005-08-07 Joerg SonnenbergerMove up CVS IDs, first must be DragonFly.
2005-08-07 Hiten PandyaA better description for 'debug.sizeof' sysctl.
2005-08-07 Joerg SonnenbergerAdd ethernet port of JVC MP-PRX1.
2005-08-07 Joerg SonnenbergerRemove redundant assignment.
2005-08-07 Joerg SonnenbergerDon't depend on struct dirent == struct direct, but...
2005-08-07 Joerg SonnenbergerANSIfy.
2005-08-07 Hiten PandyaBUF/BIO cleanup 6/99:
2005-08-07 Hiten PandyaAdd 'debug.sizeof.buf' sysctl for determining size...
2005-08-07 Joerg SonnenbergerAdd rman_set_device.
2005-08-06 Joerg SonnenbergerAdd SYSCTL_NODE_CHILDREN.
2005-08-06 Hiten PandyaUpdate copyright notice. Use standard DF copyright.
2005-08-05 Hiten PandyaBUF/BIO cleanup 5/99:
2005-08-04 Hiten PandyaBUF/BIO cleanup 4/99:
2005-08-04 Hiten PandyaInitialize buf->b_iodone to NULL during bufinit(9)...
2005-08-04 Joerg SonnenbergerRemove unused include of sys/dirent.h.
2005-08-04 Hiten PandyaPut unused flag space definitions back to their origina...
2005-08-04 David RhodusMake print statements more verbose.
2005-08-04 David RhodusRemove scheduler define which was never used.
2005-08-03 Matthew DillonAdd a new system config directive called "nonoptional...
2005-08-03 Hiten PandyaBring name of an unused flag field in line with the...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaAdd a workaround to make 3COM cardbus cards to propagat...
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
2005-08-02 Joerg SonnenbergerRegen.
2005-08-02 Joerg SonnenbergerBump version to 1.3.4 for stat changes.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Joerg SonnenbergerAdd new option COMPAT_DF12, used for ABI compatibility...
2005-08-01 Hiten PandyaUpdate description of msfbufs sysctls.
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-31 Matthew DillonBump the development branch sub-version from 1.3.2...
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-30 Joerg SonnenbergerFix macro name in comment.
2005-07-30 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-30 Joerg SonnenbergerGC unused variable.
2005-07-30 Joerg SonnenbergerSince we have a table for each device anyway, we can...
next