dragonfly.git
2005-04-05 Matthew DillonA program which dumps the wildcard hash table for the...
2005-04-05 Matthew DillonAdd the 'webstress' utility. This program will fork...
2005-04-04 Joerg SonnenbergerSync nv(4) with nvnet-src-20050312.
2005-04-04 Joerg SonnenbergerReplace TIMER_USE_1 kernel option with hw.i8254.walltim...
2005-04-04 Matthew DillonWARNS?=6 cleanup for fstat.
2005-04-04 Joerg SonnenbergerWhen ALTQ was detached from an interface queue, the...
2005-04-04 Joerg SonnenbergerAdd a macro to print the list of current processes...
2005-04-04 Liam J. Foy- WARNS -> WARNS?
2005-04-03 Sascha WildnerKKASERT -> KKASSERT
2005-04-03 Sascha WildnerRemove newline so that it looks nice in Postscript...
2005-04-03 Joerg SonnenbergerWARNS=6
2005-04-03 Joerg SonnenbergerRemove pre-FreeBSD 3 compat conditionals.
2005-04-03 Joerg Sonnenbergerconst changes.
2005-04-03 Joerg SonnenbergerWARNS=6.
2005-04-03 Joerg SonnenbergerWARNS=6.
2005-04-03 Matthew DillonA cache invalidation race that generates a warning...
2005-04-02 Matthew DillonBring in some work from FreeBSD:
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Matthew DillonWARNS cleanup of array initializer.
2005-04-02 Matthew DillonGeneral WARNS cleanups: staticize functions. Adjust...
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Joerg SonnenbergerWARNS=6.
2005-04-02 Joerg SonnenbergerSplit pcm into the generic framework (pcm) and the...
2005-04-02 Joerg SonnenbergerRemove VoxWare related entries, don't list drivers...
2005-04-02 Joerg SonnenbergerRemove reminders of VoxWare.
2005-04-02 Matthew DillonThe vnode recycler was not handling a hardlinking case...
2005-04-02 Liam J. Foy- Clearly state that errno is set
2005-04-02 Liam J. Foy- Cosmetic
2005-04-02 Joerg SonnenbergerMove the processing of flags out of the loop. The excep...
2005-04-02 Joerg SonnenbergerMove the processing of malloc flags out of the loop...
2005-04-01 Liam J. Foy- warn() -> warnx(). The global variable errno will...
2005-04-01 YONETANI TomokazuMove unused version into Attic. Remove DragonFly_Stable...
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/31 11:12:45
2005-04-01 Max OkumotoDate: 2005/03/30 15:18:58
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/23 16:28:57
2005-04-01 Max OkumotoThe previous patch had conflicts with our version....
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 16:14:41
2005-03-31 Max OkumotoReduce white space diffs between FreeBSD.
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 12:56:15
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:59:02
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:54:46
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:40:24
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/21 11:44:57
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:38:55
2005-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-31 Simon Schubertfix bug that creeped in in last commit
2005-03-31 Joerg SonnenbergerBack out part of last commit, optind has to be initiali...
2005-03-31 Joerg SonnenbergerMake it O(strlen(s) + strlen(charset)) like strcspn.
2005-03-31 Joerg SonnenbergerFix non-BPF declaration of bpf_ptap, it was out-of...
2005-03-31 Jeffrey HsuA kludge to always give the driver a second chance...
2005-03-30 Sascha WildnerFix typo.
2005-03-30 Joerg SonnenbergerDeclare prototypes for all functions.
2005-03-30 Joerg Sonnenbergerconst correctness
2005-03-30 Joerg SonnenbergerAvoid discarding constness.
2005-03-30 Joerg SonnenbergerRemove extern for functions, line up function names...
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Max OkumotoFixed a bug that broke building docs on FreeBSD. The...
2005-03-29 Joerg SonnenbergerFix warnings, use ISO prototype.
2005-03-29 Joerg SonnenbergerGNU getopt resets itself partially when the application...
2005-03-29 Joerg SonnenbergerNew strcspn implementation, which is O(strln(str) ...
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-29 David RhodusRemove the telnet program from the heimdal source as...
2005-03-29 David RhodusRemove the telnet program from the heimdal source as... vendor/HEIMDAL
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2005-03-28 Sascha WildnerRemove PC98 keymaps.
2005-03-28 Sascha WildnerGive syscons its own malloc_type and remove some unnece...
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusCorrect a pair of buffer overflows in the telnet(1...
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusCorrect a pair of buffer overflows in the telnet(1...
2005-03-28 David Rhodustest
2005-03-28 Joerg SonnenbergerRemove the pre-NEWPCM sound drivers and the speaker...
2005-03-28 Joerg SonnenbergerRemove redundant panic.
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-28 Matthew DillonDon't hide the library build's ar/ranlib lines, or...
2005-03-28 Matthew DillonAdd another syscall test, and test cvs commits after...
2005-03-28 Matthew Dillontest 2
2005-03-28 Matthew Dillonloginfo/commitinfo test
2005-03-28 Matthew DillonTemporarily back out the last change due to time zone...
2005-03-28 Matthew DillonThe old ntpdate displayed the clock error by default...
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-25 Liam J. Foy- Correct usage of gethostname(3)
2005-03-25 Liam J. Foy- WARNS 6
2005-03-25 YONETANI Tomokazu${CC}'s here were supposed be used as preprocessor...
2005-03-24 Matthew DillonSync with the kernel to make ncptrace work again. ...
2005-03-24 Matthew DillonDisplay additional information about a vnode's object.
2005-03-24 Matthew DillonFix a server-side TCP NFS mount stream sequencing probl...
2005-03-24 Joerg SonnenbergerLicense typo.
2005-03-24 Sascha WildnerAdjust man page sections.
2005-03-24 David Xutcb is now managed by rtld, caching it is not correct,
2005-03-24 Matthew DillonHave the server complain if the NFS rpc stream from...
2005-03-24 Simon SchubertImport man pages for pf(4), pflog(4) and pfsync(4)...
2005-03-23 Max OkumotoUndo last commit. This was not my hisenbug. :-P
2005-03-23 Matthew DillonRemove an assertion in bundirty() that requires the...
2005-03-23 Matthew DillonAdditional note to last commit. GCC-3.4 improperly...
2005-03-23 Joerg SonnenbergerUse the correct type in va_arg call, char is promoted...
next