dragonfly.git
2005-04-27 Joerg SonnenbergerMark name as const char *, not char *.
2005-04-27 Matthew DillonClean up the manual page, correct spelling, add additio...
2005-04-27 Matthew DillonAdd a manual page, clean up the options display, and...
2005-04-26 Matthew DillonImplement -s/-S (do quick course adjustment on startup).
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-26 Sascha WildnerRemove unused clear() function from the console rendere...
2005-04-26 Joerg Sonnenbergerconst correctness
2005-04-26 Joerg Sonnenbergerconst / sign correctnes
2005-04-26 Joerg SonnenbergerRemove unionfs hack. DTF_NODUP is now a NOP.
2005-04-26 Simon SchubertFix ICMP problems in rc.firewall:
2005-04-26 Joerg SonnenbergerRemove dead code. Fix warnings.
2005-04-26 Joerg SonnenbergerCorrect types for devname[_r].
2005-04-26 Joerg SonnenbergerANSIfy, no (void) before functions, include stdlib...
2005-04-26 Joerg SonnenbergerIt's dead, Jim.
2005-04-26 Joerg SonnenbergerRemove useless void * before free. Remove local prototy...
2005-04-26 Joerg SonnenbergerAlways use strlcpy, in the last case also check the...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerExplicitly initialize e. The code flow looks safe,...
2005-04-26 Joerg SonnenbergerWork around restrict.
2005-04-26 Joerg SonnenbergerCorrect and improve __diagassert.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerAdd prototype for __creat.
2005-04-26 Max OkumotoCreate ProcWait(), like ProcExec() this is a wraper...
2005-04-26 Max OkumotoSet close-on-exec on output side of pipe.
2005-04-26 Max Okumotoinline shellneed()
2005-04-26 Max OkumotoAllocate space for arguments, and free them after vfork().
2005-04-26 Max OkumotoMove initilization of ProcStuff before vfork().
2005-04-26 Max OkumotoPass argv using ProcStuff.
2005-04-26 Max OkumotoDoc struct ProStuff fields.
2005-04-26 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-26 Joerg SonnenbergerChange arc4random_addrandom to pass the more natural...
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerReally include patches, don't let them catch dust.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerInclude guard.
2005-04-26 Joerg SonnenbergerInclude sys/types.h to get uid_t and gid_t.
2005-04-26 Joerg SonnenbergerEnsure that the directory fits into memory. Fix warnings.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerUse namespace mangler.
2005-04-26 Joerg Sonnenbergeruse uid_t / gid_t for prototype in stdlib.h, ANSIfy.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg Sonnenbergervfork can clobber the local stack frame, use fork(...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerFix warnings, ANSIfy.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerFix warnings. Sprinkle const. Use size_t in some places.
2005-04-26 Matthew DillonDo not try to collect offset data if a prior offset...
2005-04-26 YONETANI Tomokazuyp_maplist is one of those undocumented functions,...
2005-04-26 Joerg SonnenbergerFix warnings, remove unused headers. Remove additional...
2005-04-26 Joerg SonnenbergerRemove more __NETBSD_SYSCALLS.
2005-04-26 Joerg SonnenbergerRemove compat junk, __getcwd always exists on DragonFly.
2005-04-26 Joerg SonnenbergerUnconditionalize HAS_UTRACE, we never have NetBSD syscalls.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerReadd ypresp_allfn, now correctly typed.
2005-04-26 Matthew DillonAdd -n (not for real) option. The program goes through...
2005-04-26 Matthew DillonOn MP systems, malloc's using R_NOWAIT are not supposed...
2005-04-26 Matthew DillonMinor rearrangement of an mpcount. This isn't actually...
2005-04-26 Matthew DillonFix an SMP bug. The SMP startup code waits for the...
2005-04-25 Matthew DillonRedo the way the thread priority is displayed. Split...
2005-04-25 Matthew DillonAdd config file support, daemon() backgrounding, pidfile,
2005-04-25 Matthew DillonMake the trace code a bit smarter. It now looks around...
2005-04-25 Matthew DillonAdd information on interrupt preemptions by the current...
2005-04-25 Joerg Sonnenbergerconst correctness
2005-04-25 Joerg SonnenbergerFix warnings, ANSIfy, constify.
2005-04-25 Joerg SonnenbergerFirst stab at WARNS=6 cleaning. More will be done once...
2005-04-25 Joerg SonnenbergerAnsify getcwd and declare the syscall prototype.
2005-04-25 Matthew DillonImplement a course offset adjustment for large time...
2005-04-25 Sascha WildnerRemove inactive code for the maclabel parameter. Dragon...
2005-04-25 Liam J. Foy- ANSI
2005-04-25 Joerg SonnenbergerCISS quirk.
2005-04-25 Hiten PandyaBe consistent for preventing redundant header inclusion.
2005-04-25 Joerg SonnenbergerANSIfy.
2005-04-25 Joerg SonnenbergerANSIfy and fix function casts.
2005-04-25 Joerg SonnenbergerProperly create and destroy the DMA maps.
2005-04-25 Max OkumotoRemoved duplicate static variable, created when I merge...
2005-04-25 Matthew DillonDon't issue a frequency correction if it is the same...
2005-04-24 Matthew DillonImplement a variable polling rate capability.
2005-04-24 Sascha WildnerComment out description of the maclabel parameter.
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...
next