dragonfly.git
2005-04-24 Liam J. Foy- ANSI
2005-04-24 Liam J. Foy- Add further functionality to check for invalid characters
2005-04-24 Max OkumotoMove redirection of stdin into ProcExec().
2005-04-24 Max OkumotoMove redirection of stdout into ProcExec().
2005-04-24 Max OkumotoMoved manupulation of close-on-exec flags on std{in...
2005-04-24 Max OkumotoUse a temp variable to move dups2() out of conditional.
2005-04-24 Max OkumotoMove clearing of close-on-exec of both stdin, stdout...
2005-04-24 Max OkumotoMoved execvp() into ProcExec().
2005-04-24 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-24 Max OkumotoMove common exec code into a ProcExec().
2005-04-24 Max OkumotoMove OP_* #defines out of make.h and into GNode.h were...
2005-04-24 Max OkumotoCopy string into temp variable to quiet warning.
2005-04-24 Max OkumotoMove variable declarations out of globals.h into var.h
2005-04-24 Max OkumotoRevert using execl(), it makes it difficult to extract...
2005-04-24 Jeroen Ruigrok... Get rid off the wrappers around __va_copy(), they serve...
2005-04-24 Jeroen Ruigrok... __pure__ is supported from 2.96 onward, not 3.0.
2005-04-24 Jeroen Ruigrok... Synch our GNU_PREREQ() macro with FreeBSD:
2005-04-24 Matthew DillonChange client_check() to calculate the best offset...
2005-04-24 Matthew DillonAllows 16 samples with a correllation >= 0.96 in additi...
2005-04-24 Matthew DillonFix an overflow in the delta time calculation. A doubl...
2005-04-24 Matthew DillonCleanup compiler warnings. Generate cleaner debug...
2005-04-24 Matthew DillonCorrect some packet ntohs/htons issues. Fix a document...
2005-04-24 Matthew DillonInitial commit for the DragonFly home-made ntpd client...
2005-04-24 Matthew DillonFix the structural type for kern.boottime and kern...
2005-04-23 Joerg SonnenbergerFix stupid order bug. The code should ignore the first...
2005-04-23 Matthew DillonMake access to basetime MP safe and interrupt-race...
2005-04-23 Joerg SonnenbergerAlways use SYSCTL_OUT, sysctl doesn't print the value...
2005-04-23 Joerg SonnenbergerAdd support for unsigned quads. Use strtoq and %qd...
2005-04-23 Joerg SonnenbergerAdd forgotten SYSCTL_ADD_QUAD, move the SYSCTL_ADD_INT...
2005-04-23 Joerg SonnenbergerMake kern.ntp.delta preemption save.
2005-04-23 Joerg SonnenbergerGC more mips parts.
2005-04-23 Joerg SonnenbergerRemove MIPS bits.
2005-04-22 Sascha WildnerRemove support for canbus (which is PC98 specific).
2005-04-22 Matthew DillonAdd some convenient targets for cvs maintanance by...
2005-04-22 Max OkumotoReally removed the hack. The last patch just added...
2005-04-22 Max OkumotoRemoved stdint.h hack
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-22 Liam J. Foy- Check return value of setenv(3)
2005-04-22 Max Okumotoremove spaces before tabs in this file
2005-04-22 Max Okumotouse execl() instead of execv() so we can reduce the...
2005-04-22 Max OkumotoMove prototype for Main_ParseArgLine() into make.h...
2005-04-22 Max OkumotoMove some #defines related to parsing into parse.h
2005-04-22 Max OkumotoMake shellName and shellPath static to job.c
2005-04-22 Max OkumotoMake the three version of the fork code more uniform.
2005-04-22 Liam J. Foy- Use errno to report why freopen(3) failed
2005-04-22 Joerg SonnenbergerBack out last commit, we are not there yet and I have...
2005-04-22 Max OkumotoChange .EXPORT: to .EXPORTVAR: earlier versions of...
2005-04-22 Joerg SonnenbergerMove to CPU #0 in settime() to prevent races.
2005-04-22 Joerg SonnenbergerUse normal variable names for rtsold, provide default...
2005-04-22 Joerg SonnenbergerRemove obsolete rcNG scripts as part of make upgrade.
2005-04-22 Joerg SonnenbergerDon't install wscons.
2005-04-22 Joerg SonnenbergerAdd frequency correction support. The drift factor...
2005-04-22 Joerg SonnenbergerRemove RC scripts for stuff we have don't have in our...
2005-04-22 Joerg SonnenbergerRIP PCVT userland.
2005-04-22 Joerg SonnenbergerUnhook gperf, it was only used by gcc2.
2005-04-22 Joerg SonnenbergerUse system version of getopt_long and basename for...
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerRemove support for dead architectures.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerNo longer check if PCVT is configured.
2005-04-22 Max OkumotoAdd Copyright (c) 2002 Juli Mallett, since I merged...
2005-04-21 Max Okumotomove defines from job.h into job.c since nothing else...
2005-04-21 Max OkumotoMerge compat.[ch] into job.[ch]
2005-04-21 Max OkumotoMove Cmd_Exec() from main.c to job.c
2005-04-21 Max OkumotoRemoved paramter to Var_SubstOnly()
2005-04-21 Max Okumotomove VAR_CMD, and VAR_GLOBAL from globals.h to var.h
2005-04-21 Max OkumotoClean up comments.
2005-04-21 Max OkumotoRemove types and functions that are not used by other...
2005-04-21 Max OkumotoMoved all the code in var_modify.c into var.c since...
2005-04-21 Max OkumotoMove code code to print out variable from
2005-04-21 Max OkumotoAdd new function Var_Match(), it returns the number...
2005-04-21 Max OkumotoHandle double dash '--' in command line.
2005-04-21 Sascha WildnerSync with OpenBSD.
2005-04-21 Sascha WildnerSync with OpenBSD.
2005-04-21 Jeroen Ruigrok... Update to 3.0.1.
2005-04-21 Jeroen Ruigrok... Merge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok... Add gperf 3.0.1. vendor/GPERF
2005-04-21 Jeroen Ruigrok... Change EXIT STATUS to DIAGNOSTICS. We have standardise...
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Joerg SonnenbergerBuild aicasm as host program, not via world's compiler.
2005-04-21 Joerg SonnenbergerDon't create directories for gcc2 and binutils212 anymore.
2005-04-21 Joerg SonnenbergerBump major numbers in preparation for libc work.
2005-04-21 Joerg SonnenbergerConsider only drifts smaller than 32 ms as negligible.
2005-04-21 Joerg SonnenbergerAs long as a peer has some trust left, use the aggressi...
2005-04-21 Joerg SonnenbergerOverride gcc2 for buildworld. Necessary to handle the...
2005-04-21 Joerg SonnenbergerMake osreldate.h building happing by explicitly using...
2005-04-21 Joerg Sonnenbergerdate as bootstrap tool doesn't make sense, remove it.
2005-04-21 Joerg SonnenbergerUnhook GCC 2.95 and Binutils 2.12 from build.
2005-04-21 Joerg SonnenbergerStop building libkeycap, PCVT is gone.
2005-04-21 Joerg SonnenbergerUnhook PCVT from kernel build.
2005-04-21 Joerg SonnenbergerUse new _DATE_FMT langinfo instead of '%+'.
2005-04-21 Joerg SonnenbergerAdd _DATE_FMT to get the locale-specific date(1) string.
2005-04-21 Jeroen Ruigrok... Merge from vendor branch CVS:
2005-04-21 Jeroen Ruigrok... Add CVS 1.12.12.
2005-04-20 Max OkumotoStop exporting OSVERSION variable to enviornment via...
2005-04-20 Joerg SonnenbergerMake GCC 3.4 the default compiler.
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-20 Joerg SonnenbergerRIP compat libraries. Use misc/compatXX from ports...
next