games.git
2005-08-01 Sascha WildnerConvert to mdoc.
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-31 Sascha WildnerConvert to mdoc.
2005-07-31 Sascha Wildner1) De-K&R-ify function declarations, add const where...
2005-07-31 Sascha WildnerAdd DragonFly 1.3.2.
2005-07-31 Jeroen Ruigrok... Take the -h use case separate to make it clearer.
2005-07-31 Jeroen Ruigrok... Pull -h to its own synopsis line to avoid possible...
2005-07-31 Jeroen Ruigrok... Add -f to the non-standard list.
2005-07-31 Jeroen Ruigrok... Use POSIX wording of the -R option, the previous one...
2005-07-31 Jeroen Ruigrok... Document SUSv3 conformity.
2005-07-31 Jeroen Ruigrok... Use consistent wording, blank has been changed to empty...
2005-07-31 Jeroen Ruigrok... Add DIAGNOSTICS.
2005-07-31 Jeroen Ruigrok... Remove part about 89 and 1989, we live in the 21st...
2005-07-31 Jeroen Ruigrok... Document that dirname does conform to SUSv3.
2005-07-31 Jeroen Ruigrok... Document that we do not conform to SUSv3.
2005-07-31 Jeroen Ruigrok... Document the fact we do not conform to 1003.1-2004...
2005-07-31 Jeroen Ruigrok... Add SUSv3 information.
2005-07-31 Jeroen Ruigrok... Actually add a copyright name.
2005-07-31 Jeroen Ruigrok... Add EXAMPLES.
2005-07-31 Jeroen Ruigrok... Add DIAGNOSTICS.
2005-07-31 Jeroen Ruigrok... Add manual page.
2005-07-31 Jeroen Ruigrok... Add sshd example, might be useful for jails.
2005-07-31 Hiten PandyaUpdate the physio(9) manual page to reflect reality...
2005-07-31 Hiten PandyaForced commit to ensure revision 1.18 fixed a build...
2005-07-31 Hiten Pandya*** empty log message ***
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 Sascha WildnerFix manpage links.
2005-07-30 Joerg SonnenbergerGC unused variable.
2005-07-30 Joerg SonnenbergerSince we have a table for each device anyway, we can...
2005-07-30 Joerg SonnenbergerPartially backout last commit. /usr/lib is added by...
2005-07-30 Liam J. Foy- Use MAXPATHLEN
2005-07-30 Joerg SonnenbergerStop installing profiling libraries as /usr/lib/lib...
2005-07-30 Liam J. Foy- Fix return values to conform with SUSv3
2005-07-30 Sascha Wildner-malign-functions is obsolete, use -falign-functions.
2005-07-30 Hiten PandyaRemove items from TODO list that have been implemented...
2005-07-29 Jeffrey HsuDocument the standard and historical behavior that...
2005-07-29 Max OkumotoUse standard bool instead of our own Boolean type.
2005-07-29 Max OkumotoRemove redundent paramter to Compat_RunCmds(), since...
2005-07-29 Max Okumotofix some style(9) white space problems that I missed.
2005-07-29 Sascha WildnerRemove parameter names from prototypes.
2005-07-29 Hiten PandyaAdd minimal manual page explaining use of bread(9)...
2005-07-29 Joerg SonnenbergerRestore NCURSES_CONST constness.
2005-07-28 Joerg SonnenbergerFresh installations don't have libtelnet installed...
2005-07-28 Joerg SonnenbergerUse TARGET_LIBDIR variables instead of overriding LIBDIR.
2005-07-28 Joerg SonnenbergerInstead of overriding LIBDIR, override the new TARGET_L...
2005-07-28 Joerg SonnenbergerEliminate USEGNUDIR and instead allow the target direct...
2005-07-28 Matthew DillonThere is a case when B_VMIO is clear where a buffer...
2005-07-28 Matthew DillonIf multiple processes are being traced and some other...
2005-07-28 Joerg SonnenbergerRemove break after return.
2005-07-28 Joerg SonnenbergerWhile setting up a transmit packet disable interupts...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2...
2005-07-28 Joerg SonnenbergerRemove unnecessary initialisations. Return ENXIO instea...
2005-07-28 Joerg SonnenbergerUse pcidevs and common PCI probe style.
2005-07-28 Hiten PandyaAdd some useful GDB macros that have been sitting in...
2005-07-28 Joerg SonnenbergerRemove useless .PATH entries inherited from FreeBSD.
2005-07-27 Joerg SonnenbergerFactor out an_detach, since the implementation for...
2005-07-27 David RhodusFix typo.
2005-07-27 Joerg Sonnenbergercvtstat doesn't exist.
2005-07-27 Joerg SonnenbergerMerge revision 1.38 from FreeBSD:
2005-07-27 Joerg SonnenbergerFix typo.
2005-07-27 Matthew DillonAdd a missing crit_exit().
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd missing crit_exit().
2005-07-26 Liam J. Foy- Don't role our own - use err(3)
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-07-26 Joerg SonnenbergerSimplify conditional by making use of __DF_VISIBLE...
2005-07-26 Joerg SonnenbergerAdd a new feature-test macro __DF_VISIBLE for those...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-26 Joerg SonnenbergerDrop GCC < 1 support, simplify inline assembly and...
2005-07-26 Joerg SonnenbergerDon't panic. Also races in the attach path.
2005-07-26 Gregory Neil... Remove installation of the dragonfly{,.submit}.cf files...
2005-07-26 Hiten PandyaRemove outdated information with regard to old tinderbox.
2005-07-25 David RhodusRemove reference to devd.
2005-07-25 Hiten PandyaUpdate the unifdef(1) utility to the latest code from...
2005-07-25 Hiten PandyaRemove conditional bits about other operating systems...
2005-07-25 Joerg SonnenbergerInstall pam.d's README and convert.sh as part of upgrad...
2005-07-25 Joerg SonnenbergerAdd support for HP hn210e usb ethernet.
2005-07-25 Joerg SonnenbergerUnhook rc.d/network, it should be unused.
2005-07-25 Joerg SonnenbergerGC unused header from BSD libm.
2005-07-25 Joerg SonnenbergerAdd most parts of the wide char stdio support. This...
2005-07-25 Gregory Neil... Bring DragonFly's sendmail infrastructure up to date...
2005-07-24 Joerg SonnenbergerAdd description of FPU for floating point conversion...
2005-07-24 Joerg SonnenbergerJust threat all ELF dynamic objects as shared libraries...
2005-07-24 Joerg SonnenbergerFix C++.
2005-07-23 Joerg Sonnenbergerregen.
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-23 Joerg SonnenbergerMerge __sFILEX into __FILE. Let __fpending handle the...
2005-07-23 Joerg SonnenbergerFirst step to cleaning up stdio. This breaks the libc...
2005-07-23 Joerg SonnenbergerAdd shlock(1), a program for the safe creation of lock...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-23 Joerg Sonnenbergerpthread_self is used by stdio.
2005-07-23 Matthew DillonDo not compile the kernel with the stack protector...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-22 Joerg SonnenbergerSplit monolithic /etc/pam.conf into separate files...
next