dragonfly.git
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 David RhodusRemove unused variable.
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-08-13 Jeroen Ruigrok... Add proper prototypes for dump_packet() and pr_type().
2004-08-13 Jeroen Ruigrok... Add the latest source versions of OpenBSD's traceroute...
2004-08-13 Joerg SonnenbergerAdd MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded...
2004-08-13 Matthew DillonHave make upgrade remove two stale 80211 header files...
2004-08-13 Matthew DillonOops, undo portions of the last commit, some extra...
2004-08-13 Matthew DillonClose a kernel mem disclosure bug in linprocfs. The...
2004-08-13 Matthew DillonThe base/count bounds checking was insufficient, leadin...
2004-08-13 Matthew Dillonadd 'read1', a program that tests reading one byte...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-12 Joerg SonnenbergerAdd a description for LIST_FOREACH_MUTABLE and TAILQ_FO...
2004-08-12 Joerg SonnenbergerAdd LIST_FOREACH_MUTABLE which works like TAILQ_FOREACH...
2004-08-12 Matthew DillonGet rid of the NO_TCSH make.conf variable. We do...
2004-08-12 Joerg SonnenbergerThe EISA attachment of vx does have a softc, export...
2004-08-12 Gregory Neil... Test CVS commit.
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-11 Matthew DillonDiscard accepted and pending connections after we detac...
2004-08-10 Matthew DillonPPP stupidly hardwires some flag constants that it...
2004-08-10 Eirik NygaardFix gcc 3.4 build.
2004-08-10 Joerg SonnenbergerYet another hack for x11/xorg-clients.
2004-08-09 Justin C. SherrillRemoved freebsd.mc line, added ports/arabic line as...
2004-08-09 Matthew DillonBring in FreeBSD mount.c/1.58, original commit message:
2004-08-09 Matthew DillonSynchronize syslogd with FreeBSD. Primarily syslogd...
2004-08-09 Matthew DillonMerge FreeBSD ip.c/1.101, commit message:
2004-08-09 Matthew DillonThe SF64-PCR card has no sound support but stupidly...
2004-08-09 Matthew Dillonffs_dirpref() calculates dirsize = (fs->fs_avgfilesize...
2004-08-09 Eirik NygaardSince we are DragonFly we want to use the DragonFly...
2004-08-09 Eirik NygaardSince we are DragonFly we want to use the DragonFly...
2004-08-09 Eirik NygaardFix gcc 3.4 build.
2004-08-09 Eirik NygaardFix gcc 3.4 build.
2004-08-09 Eirik NygaardFix gcc 3.4 build.
2004-08-09 David RhodusDocument that there seems to be a problem with the...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-08 Matthew DillonAdd bzip2 to the bootstrap tools list. The compat...
2004-08-07 Matthew DillonImprove compatibility with older FreeBSD-4.x systems...
2004-08-07 Matthew DillonDo not hack a #define __FreeBSD_version if __FreeBSD__...
2004-08-07 Matthew DillonRemove the unconditional timer_restore in the bios...
2004-08-07 Matthew DillonAdd an event handler to adjust the cpu throttle state...
2004-08-06 Chris PresseyCorrect an inaccuracy in disklabel(8)'s manual page...
2004-08-06 Matthew Dilloneventhandler_register() M_NOWAIT->M_INTWAIT.
2004-08-06 Matthew DillonGCC3.4's (default) unit-at-a-time optimization is incom...
2004-08-06 Matthew Dillonmake the __asm for the pushfl fakery __volatile.
2004-08-03 Matthew DillonUpgrade our CVS build from 1.12.8 to 1.12.9 to fix...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew DillonBring cvs-1.12.9 into the CVS repository
2004-08-03 Joerg SonnenbergerAdd re(4) to LINT as well.
2004-08-03 Joerg SonnenbergerAdd re(4) to GENERIC.
2004-08-03 Jeffrey HsuFix bug with tracking the previous element in a list.
2004-08-03 Matthew DillonThe obj hierarchy must be built before the ssh-etc...
2004-08-03 Matthew DillonThe TCP stack is notified every time userland reads...
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-08-02 Matthew DillonRip out the badly designed softint-based taskqueue...
2004-08-02 Matthew DillonAdd a global, clocks_running, which tells us when timeo...
2004-08-02 Matthew Dillontaskqueue_create() should use M_INTWAIT rather then...
2004-08-02 Matthew DillonFix buggaboos that prevented ACPI_DEBUG from working.
2004-08-02 Joerg SonnenbergerRelease to correct ressource in re_detach, this is...
2004-08-02 Joerg SonnenbergerForced commit to annotate the (unrelated) changes from...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-08-02 Joerg SonnenbergerSync with FreeBSD CURRENT (most white space cleanup...
2004-08-01 David RhodusCorrect path location search when pulling packages...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMissing files from OpenSSH import
2004-07-31 Scott UllrichMissing files from OpenSSH import
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMissing files during OpenSSH import.
2004-07-31 Jeroen Ruigrok... Update mk files list with the current supplied one.
2004-07-31 Scott UllrichMissed file from OpenSSH import.
2004-07-31 Scott UllrichImport OpenSSH 3.8.1.p1 into base.
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichImport OpenSSH 3.8.1.p1 into base.
2004-07-31 Eirik NygaardRemove local main() definition.
2004-07-31 Eirik NygaardAdd WARNS?=6 and remove CFLAGS=.
2004-07-31 Eirik NygaardDon't depend on pollution in <limits.h> for the definit...
2004-07-31 Matthew DillonSince mbufs are no longer limited by an mb_map the...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-30 Matthew DillonChange sendfile() to use the new m_ext callback scheme...
2004-07-30 Matthew DillonBring in the latest pkg_install sources from FreeBSD-5.
2004-07-30 Matthew DillonAdd the ndiscvt utility from FreeBSD-5, which is used...
2004-07-29 Matthew DillonProvide some basic instructions on how to create an...
2004-07-29 Matthew DillonFix more __stdcall issues. Move the __stdcall into...
2004-07-29 Matthew DillonNDIS_INFO -> NDIS_LOCK_INFO
2004-07-29 Matthew DillonGenerally speaking modules should unconditionally enabl...
2004-07-29 Matthew DillonBring in NDIS emulation support from FreeBSD-5. NDIS...
2004-07-29 Matthew DillonSync the IFM_MAKEMODE() macro from FreeBSD-5.
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: ...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: fp_op...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: Only...
2004-07-29 Matthew DillonAdd a test-and-set and release poll function. This...
2004-07-29 Matthew DillonRemove a recently added incorrect assertion. I was...
2004-07-29 Matthew Dillonadd the 'y' and 'Y' options to ps, and add the 'iac...
2004-07-29 Matthew DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
2004-07-29 Matthew DillonAdd LWKT convenience functions lwkt_getpri() and lwkt_g...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-29 Matthew DillonImplement a kernel strdup() function (API synch with...
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-07-29 Matthew DillonOutput a more descriptive error message when AGP can...
2004-07-28 Matthew Dillon(From Alan):
next