Back out constify of Parse_File(). It is assigned to curFile.fname
[dragonfly.git] / sbin /
2005-02-03 Joerg SonnenbergerForced commit to note that I'm removing the default...
2005-02-03 Joerg Sonnenbergerstrcmp() needs string.h
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-01-25 Joerg SonnenbergerRemove the _KERNEL parts.
2005-01-24 Matthew DillonRepo-copy vinumparser.c and vinumutil.c from /usr/src...
2005-01-23 Chris PresseyUse memchr(3) instead of a hand-rolled loop.
2005-01-18 Chris PresseyUnlike printf(3), fwrite(3) doesn't stop at the first...
2005-01-17 Chris PresseyRaise WARNS to 6.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-15 Chris PresseyRaise WARNS to 6:
2005-01-14 Joerg SonnenbergerInstead of messing around with sprintf, use asprintf...
2005-01-14 Joerg Sonnenbergerstrl* conversion.
2005-01-14 Joerg SonnenbergerReplace temporary allocation from alloca with malloc...
2005-01-14 Chris PresseyRaise WARNS to 6:
2005-01-14 Chris PresseyRaise WARNS to 6.
2005-01-11 Chris PresseyRaise WARNS to 6:
2005-01-11 Joerg SonnenbergerDon't write the name of the sysctl to a temporary varia...
2005-01-10 Chris PresseyRaise WARNS to 6 and generally clean up:
2005-01-09 Joerg SonnenbergerIt's WARNS?=6, not WARNS=6.
2005-01-09 Chris PresseyRaise WARNS to 6:
2005-01-09 Matthew DillonAdd /sbin/mountctl to the build.
2005-01-09 Matthew DillonRevamp the argument format a bit, add basic suppot...
2005-01-08 Matthew DillonThis is the initial skeleton for the new mountctl utili...
2005-01-08 Chris PresseyFurther cleanup:
2005-01-06 Chris PresseyRaise WARNS of newfs to 6:
2005-01-05 Joerg SonnenbergerMerge FreeBSD rev 1.70:
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-04 Joerg SonnenbergerUpdate isc-dhcp to 3.0.2rc3 using patch infrastructure.
2005-01-02 Chris PresseyRaise WARNS to 6.
2005-01-02 Chris PresseyRaise WARNS to 6.
2005-01-02 Chris PresseyRaise WARNS to 6.
2005-01-02 Chris PresseyRaise WARNS to 6:
2005-01-02 Chris PresseyRaise WARNS to 6:
2005-01-02 Chris PresseyRaise WARNS to 6.
2005-01-02 Chris PresseyRaise WARNS to 6.
2005-01-01 Chris PresseyRaise WARNS to 6:
2004-12-27 Liam J. Foy- Clean sbin/dump of all registers.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Sascha WildnerCorrect the module search path in some manual pages.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Sascha WildnerClean (void) casts from sbin
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Liam J. Foy- Remove registers from rcorder
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-20 Matthew DillonGive init the ability to chroot to a directory based...
2004-11-17 Matthew DillonFollow NOFSCHG if defined. (It's needed to be able...
2004-11-14 Liam J. Foy- Remove sys/time.h
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Chris PresseyDocument the slightly surprising behaviour of 'ifconfig...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-05 Matthew DillonNote last commit: changes were made primarily to avoid...
2004-11-04 David RhodusDeclare some of the local variables static.
2004-11-04 Joerg SonnenbergerRemove a.out support from base. Bumb WARNS to 6 for...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-09-22 Joerg Sonnenbergers/pidfile/my_pidfile/
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-13 Jeroen Ruigrok/asmodaiChange hackers@freebsd.org to kernel@crater.dragonflybs...
2004-09-06 Matthew DillonThe mount options matching code was incorrectly testing...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-19 Matthew DillonAdd the standard DragonFly copyright with attribution...
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-09 Matthew DillonBring in FreeBSD mount.c/1.58, original commit message:
2004-08-09 Eirik NygaardFix gcc 3.4 build.
2004-08-06 Chris PresseyCorrect an inaccuracy in disklabel(8)'s manual page...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-28 Joerg SonnenbergerNTOHL / HTONL removal.
2004-07-28 Hiten PandyaMajor cleanup of the base IPFilter:
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes, instead of net/if_ieee80211.h
2004-07-21 Matthew DillonReplace the perl man filter with a sed man filter,...
2004-07-17 Chris PresseyIn dumpon(8) usage, `off' is a literal keyword, not...
2004-07-17 Matthew DillonMinor documentation update to clarify the effect of...
2004-07-14 Chris PresseyClarify behaviour of the -s option.
2004-07-08 Chris PresseyCorrect the FreeBSD attribution on this file.
2004-07-08 Chris PresseyCorrect the FreeBSD attribution on this file.
2004-07-07 Joerg SonnenbergerAdd support for setting polling on a per-interface...
2004-07-06 Eirik NygaardFix formatting error.
2004-07-04 Eirik NygaardChange machien to machine.
2004-06-26 Matthew DillonDo not try to chflags() a symbolic link when copying...
2004-06-26 Matthew DillonDo not generate the 'Block size restricts cylinder...
2004-06-25 Matthew DillonImplement duel-console mode and make it the default...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
next