dragonfly.git
2004-11-07 Eirik NygaardRemove not needed void casts.
2004-11-07 Eirik Nygaardstyle(9)
2004-11-07 Liam J. Foy- Remove (void) casts that are not necessary.
2004-11-06 Liam J. FoySync with FreeBSD rm(1) with my modifications. Some...
2004-11-06 Eirik NygaardConsify some variables.
2004-11-06 Eirik Nygaard#endif does not take an argument, comment it out.
2004-11-05 Matthew DillonCorrect a typo and a mdoc(7) style issue.
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 DillonGive makewhatis an absolute path to make upgrading...
2004-11-05 Matthew DillonBring in some more PCI ID's from FreeBSD.
2004-11-05 Matthew DillonAdd humanize_number(3) and split the trimdomain(3)...
2004-11-05 Matthew DillonSave and restore the 'version' counter file when doing...
2004-11-05 Matthew DillonFix a possible remote DOS against pppd, described in...
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 Liam J. Foy- Remove unnecessary selection statement to see if...
2004-11-04 Joerg SonnenbergerRemove a.out support from base. Bumb WARNS to 6 for...
2004-11-04 Joerg SonnenbergerRIP gzip, we found a nicer playmate.
2004-11-04 Joerg SonnenbergerMove libstdc++3 into the attic. It can be removed from...
2004-11-03 Matthew DillonRemove incorrect cache_purge() calls in *_rmdir() ...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-11-02 Liam J. Foy- Allow ipcs to display information about IPC mechanism...
2004-10-31 Liam J. FoyNeeded to add sys/types.h for previous commit. Spotted...
2004-10-31 Eirik NygaardUpdate the sysperf tools to match the current sysmsg...
2004-10-31 Liam J. FoyThe gr_gid member of the struct group should be gid_t
2004-10-31 Liam J. FoyWhoops! setmode(3) returns a void *, not mode_t *.
2004-10-31 Jeroen Ruigrok... Remove leftover 'is'.
2004-10-31 Jeroen Ruigrok... Document ENOMEM error case, note how strdup() is 1003...
2004-10-31 Jeroen Ruigrok... Add iso-C alias and p1003.1-2004 definition.
2004-10-31 Joerg SonnenbergerWe have to support uncompress by default, because zcat...
2004-10-31 Jeroen Ruigrok... Add NetBSD 2.0 and DragonFly 1.1.
2004-10-31 Liam J. FoyFix cpdup man page. The option -v[vvv] should be -v...
2004-10-30 Matthew DillonBring in Jeff Wheelhouse's CLOG / circular log file...
2004-10-30 Matthew DillonThe PRId64 check was wrong, causing bootstrapping failu...
2004-10-30 Matthew DillonThe last fix wasn't good enough. This one causes the...
2004-10-30 Matthew DillonConditionalize _CTYPE_SW* for bootstrap purposes.
2004-10-30 Liam J. Foy- Remove all registers in bin/. This saves us doing...
2004-10-30 Jeroen Ruigrok... Add omitted space after 'while'.
2004-10-30 Joerg SonnenbergerRemove the old one-true-awk.
2004-10-29 Liam J. Foy-Set WARNS to 6
2004-10-29 Liam J. FoyAdd special case for the german whois nameserver. Witho...
2004-10-29 Liam J. Foy- Remove unnecessary (void) casts
2004-10-29 Liam J. Foy- Bump WARNS to 6
2004-10-29 Liam J. Foy- Add $DragonFly$
2004-10-29 Jeroen Ruigrok... Use rune.h instead of runetype.h.
2004-10-29 Jeroen Ruigrok... Add more locales:
2004-10-29 Jeroen Ruigrok... Add definitions for _CTYPE_SW[0-4MS].
2004-10-28 Matthew Dillonunmount was not removing the negative hits associated...
2004-10-28 Liam J. Foy-Setmode will deal with the octals, so we dont need to.
2004-10-28 YONETANI Tomokazu`proto' field was forgotten in the previous commit.
2004-10-27 Joerg SonnenbergerSwitch to libz-based gzip.
2004-10-27 Joerg SonnenbergerDefine PRId64 as "lld" for older systems laking support...
2004-10-27 David RhodusSince there isn't an authpf user we'll have to grep...
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-27 Matthew DillonAdd a section to UPDATING describing the users and...
2004-10-26 Matthew DillonFix a seg-fault if -l is used without a /dev prefix...
2004-10-26 Joerg SonnenbergerChange the variable from CCVER_DEFAULT to OBJFORMAT_BUI...
2004-10-26 Joerg SonnenbergerChange the way binutils versions are handled. Depending...
2004-10-26 Joerg Sonnenbergergcc3 ==> gcc34
2004-10-26 David RhodusCheck that the authpf user and group are installed...
2004-10-26 Joerg SonnenbergerAdd support to specify the default compiler and binutil...
2004-10-26 Joerg SonnenbergerAdd gzip based on libz. This is faster for decompressio...
2004-10-26 Joerg SonnenbergerRemove GNU-CSU Makefile
2004-10-26 Joerg SonnenbergerRemove the GCC 3.3 library build framework.
2004-10-26 Joerg SonnenbergerRIP GNU patch.
2004-10-26 Joerg Sonnenberger- fix order problem in Makefile, Makefile.${ARCH} has...
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 Liam J. Foy- Fix some sentences
2004-10-25 Liam J. Foy- Remove registers
2004-10-25 Liam J. Foy- Remove main() proto
2004-10-25 David RhodusRemove register keyword usage.
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-25 Liam J. Foy-Remove main proto
2004-10-25 Liam J. FoyTest commit! Thanks eirikn!
2004-10-25 Hidetoshi ShimokawaSync with FreeBSD-current:
2004-10-25 Hidetoshi ShimokawaPreserve dcons(4) buffer passed by loader(8).
2004-10-25 Joerg SonnenbergerGood bye, GNU awk. RIP
2004-10-25 Matthew DillonFix a compiler warning by pre-declaring struct vnode;
2004-10-24 Matthew DillonSynchronize bug fixes from FreeBSD/RELENG_4.
2004-10-24 Matthew DillonAdd a default for X_WINDOW_SYSTEM in the dfports overri...
2004-10-24 Scott UllrichChange DFD to DFB to remain consistent.
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-24 Joerg SonnenbergerImport GDB 6.2.1 as obtained from ftp.gnu.org without...
2004-10-24 Joerg SonnenbergerComplete doc infrastructure.
2004-10-24 Joerg SonnenbergerAdd the info pages for GDB 6. The inc-hist.texinfo...
2004-10-24 Matthew DillonSynchronize a few libi386 issues from FreeBSD. Fix...
2004-10-24 Joerg SonnenbergerHide prototype for tilde_expand, it's incorrect now.
2004-10-24 Joerg SonnenbergerForced commit to add missing annotations.
2004-10-23 Joerg SonnenbergerBuild framework for GDB 6.2.1.
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerImport GNU readline 5.0.
2004-10-23 Joerg SonnenbergerImport GNU readline 5.0. vendor/READLINE
2004-10-23 Joerg SonnenbergerFix the references to libz sources scattered over the...
2004-10-23 Hidetoshi ShimokawaAdd eui64.5.
2004-10-23 Joerg SonnenbergerWelcome GNU bc to the Attic.
2004-10-23 Joerg SonnenbergerI have to specify SCRIPTSNAME too, otherwise bsd.prog...
next