dragonfly.git
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 SonnenbergerSync with recent libc and libm changes.
2005-08-10 Joerg SonnenbergerAdd wcsftime(3).
2005-08-10 Joerg SonnenbergerIf possible, use builtin constants for newer GCC versio...
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 Liam J. Foy- State default
2005-08-10 Hiten PandyaRe-word some sysctl descriptions, make them compact.
2005-08-10 Matthew DillonFix a bug introduced by 1.6. The 'cp' pointer was...
2005-08-09 Max OkumotoUse Var_SetGlobal() instead of Var_Set(XX,YY, VAR_GLOBAL)
2005-08-09 Matthew DillonFix a bug in the last commit. When using the UFS diren...
2005-08-09 Simon SchubertRemove Hitler quotes. This for sure is something I...
2005-08-09 Joerg SonnenbergerPass the direction to kern_getdirentries, it will be...
2005-08-09 Joerg SonnenbergerJust expect either the kernel or libc to drop empty...
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 Simon SchubertActually install lesspipe.sh
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 Max OkumotoChange return type of CompatMake() to void since no...
2005-08-08 Joerg SonnenbergerUse NAME_MAX instead of MAXNAMLEN. Cast ino_t to uint64...
2005-08-08 Joerg SonnenbergerUse NAME_MAX instead of MAXNAMELEN, replace a strncpy...
2005-08-08 Joerg SonnenbergerMake it actually compile without warnings.
2005-08-08 Max OkumotoCleanup Job_CheckCommands()
2005-08-08 Hiten PandyaRemove stale comment about vm_mem_init's arguments.
2005-08-08 Joerg SonnenbergerMatch "." and ".." with strcmp.
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-08 Joerg SonnenbergerUse NAME_MAX instead of MAXNAMLEN and strlcpy, since...
2005-08-08 Joerg SonnenbergerBoth file and dp->d_name are NUL-terminated, so it...
2005-08-08 Joerg SonnenbergerMAXNAMELEN ==> PATH_MAX
2005-08-08 Joerg SonnenbergerDon't match entries by hand, just use strcmp. It is...
2005-08-08 Joerg SonnenbergerDon't check for zero-length direntries, expect the...
2005-08-08 Joerg SonnenbergerInstead of MAXNAMELEN, use NAME_MAX for now. This shoul...
2005-08-08 Joerg SonnenbergerInstead of trying to compute the local storage based...
2005-08-08 Hiten PandyaAdd minimal utility that is able to make sense of the...
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 Liam J. FoyIt's actually 11 minutes when the machine is assumed...
2005-08-07 Jeroen Ruigrok... Remove trailing /.
2005-08-07 Max OkumotoCleanup some lint warnings.
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 Max OkumotoFix bug where commands deferred using "..." where being...
2005-08-06 Chris PresseyClarify examples by differentiating between literals...
2005-08-06 YONETANI Tomokazurev 1.21 has left namei.9 by itself, resulting in wrong...
2005-08-06 Joerg SonnenbergerAdd SYSCTL_NODE_CHILDREN.
2005-08-06 Sascha WildnerFix forgotten comma from last commit.
2005-08-06 Sascha WildnerRemove the old namei(9) man page and make namei(9)...
2005-08-06 Sascha WildnerClean up copyright notice and remove reference to comments.
2005-08-06 Sascha WildnerAdd nlookup(9) man page.
2005-08-06 Hiten PandyaUpdate copyright notice. Use standard DF copyright.
2005-08-06 Sascha WildnerRemove NDINIT(9) link again. The old API was removed...
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-08-05 Sascha WildnerFix typo from the last commit.
2005-08-05 Max OkumotoGet rid of the Byte typedef and just use char. This...
2005-08-05 Sascha WildnerOnly one name per .Nm macro for better readability.
2005-08-05 Sascha WildnerFix typos: CIRCLE_* -> CIRCLEQ_*
2005-08-05 Sascha WildnerFix typo.
2005-08-05 Sascha WildnerLink to the real file.
2005-08-05 Sascha WildnerMention the shell builtin.
2005-08-05 Sascha WildnerFix man page and variable references.
2005-08-05 Sascha WildnerFix man page reference: tcpdump(8) -> tcpdump(1).
2005-08-05 Sascha WildnerRemove man page for PicoBSD which was removed on 2004...
2005-08-05 Sascha WildnerFix man page cross references.
2005-08-05 Sascha WildnerRemove drivers.conf(5) man page. The file was removed...
2005-08-05 Sascha WildnerFix cross reference: makewhatis(1) -> makewhatis(8).
2005-08-05 Hiten PandyaBUF/BIO cleanup 5/99:
2005-08-04 Chris PresseyDocument non-obvious behaviour of missing 'a' line...
2005-08-04 Hiten PandyaBUF/BIO cleanup 4/99:
2005-08-04 Sascha WildnerRemove crossrefs to non-existant usb(3) man page.
2005-08-04 Sascha WildnerFix man page cross reference.
2005-08-04 Liam J. Foy- If at least one call to onehost() fails, return 1
2005-08-04 David RhodusRemove some register keywords and add in some missing...
2005-08-04 David RhodusANSI-fy some functions, remove some duplicate CVS tags...
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-04 Liam J. Foy- Don't flag NIS entries at invalid
2005-08-04 Max OkumotoBring in better comments for hash.h from NetBSD
2005-08-04 Max OkumotoBring in better comment for hash.c function header...
next