dragonfly.git
2006-07-27 Simon Schubertinclude the correct headers
2006-07-27 Simon SchubertImport amd64 MD headers
2006-07-27 Simon SchubertCompile libc_r for all archs
2006-07-27 Simon SchubertBuild battd only for i386 (uses apm)
2006-07-27 Simon SchubertAdd defines for amd64
2006-07-27 Simon SchubertPull up changes from i386
2006-07-27 Simon SchubertUse %zd for size_t printf()s
2006-07-27 Simon Schubertremove i386-only conditionalisation
2006-07-27 Simon SchubertDo obscure va_list handling also on amd64
2006-07-27 Simon SchubertAdd amd64 support
2006-07-27 Simon SchubertAdd amd64 target sources
2006-07-27 Simon SchubertAdd correct register offsets
2006-07-27 Simon SchubertRemove unneeded patches
2006-07-27 Simon SchubertRestructure Makefiles to accomodate multiple archs
2006-07-27 Simon SchubertRestructure Makefiles to accomodate multiple archs
2006-07-27 Simon SchubertLink libgcc_pic for shared libs
2006-07-27 Simon SchubertBuild amd64 with the i486 files
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-27 Simon Schubertrestore erroneously removed header
2006-07-26 Sascha WildnerComment out empty BUGS section.
2006-07-26 Sascha WildnerDocument the recently added WITHOUT_SRCS variable.
2006-07-26 Sascha WildnerNOUUCP was removed a long time ago from the system.
2006-07-26 Sascha WildnerUpdate upgrade procedure and adjust disk usage.
2006-07-25 Matthew DillonFix a bug where the VMAYHAVELOCKS flag on a vnode may...
2006-07-25 Matthew DillonAdd code to dump lockf locks associated with a vnode.
2006-07-23 Sascha WildnerRemove devd specific documentation.
2006-07-23 Sascha WildnerFix date format.
2006-07-22 Sascha WildnerGet rid of .Pp before .Sh
2006-07-22 Sascha WildnerUse .Cd for kernel configuration options.
2006-07-22 Sascha WildnerUse full month name for .Dd
2006-07-21 Simon Schubert- Move error exit in front of tsleep_interlock()
2006-07-20 Simon SchubertDefault kdump's data limit to 64 bytes and document...
2006-07-20 Matthew DillonCheck the the ops mount pointer is not NULL before...
2006-07-20 Simon SchubertPull in fixes from FreeBSD to make -e handling work...
2006-07-20 Simon SchubertFix bug introduced in rev 1.33 and make a clearer code...
2006-07-19 Sepherosa Ziehauregen
2006-07-19 Sepherosa ZiehauAdd device ids for various NVIDIA's GigE
2006-07-19 Sascha WildnerMention all arguments and fix wording.
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-19 Matthew DillonGet rid of the weird coda VOP function arguments and...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-18 Matthew DillonAdd a fairly bad hack to detect ripouts that might...
2006-07-17 Matthew DillonAdjust HEAD version from 1.5 to 1.7.
2006-07-17 Matthew DillonAdd a new target for cvs administration of the 1.6...
2006-07-17 Matthew DillonBump sub-versions and DragonFly_version in preparation...
2006-07-16 Matthew DillonAdd a note on where to find the release engineering...
2006-07-16 Matthew DillonAttempt to fix an occassional panic in pf_purge_expired...
2006-07-16 Matthew DillonUse pbufs instead of ebufs.
2006-07-16 Simon SchubertMake dlsym() search all (recursively) loaded objects...
2006-07-16 Matthew DillonAdd missing prototype.
2006-07-16 Simon Schubertlibssl needs libcrypto, so link it
2006-07-15 Matthew DillonA broken pipe error is sometimes reported by zcat if...
2006-07-14 Sascha WildnerAdd an ASCII copy of the handbook to the system. It...
2006-07-14 Simon SchubertFix two bugs in cluster_read:
2006-07-14 Simon SchubertAssign the packet length to the pkthdr and mbuf.
2006-07-13 Sascha WildnerRemove trailing whitespace.
2006-07-13 Sascha WildnerFor crash dump debugging, we use kgdb.
2006-07-13 Sascha WildnerCompiling the nv(4) driver into the kernel is not suppo...
2006-07-13 Sepherosa Ziehau- Port ath(4) driver from FreeBSD, which supports vario...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-13 Sepherosa ZiehauInitial import of Atheros Hardware Access Layer (HAL... vendor/ATHEROS
2006-07-12 Simon SchubertCopy /etc/localtime into the bind chroot so that log...
2006-07-12 Sascha Wildner* To distinguish the separator from commit msg lines...
2006-07-11 Sascha WildnerSort references by section.
2006-07-11 Matthew DillonCorrect a problem with the user process scheduler's...
2006-07-10 Sascha WildnerMatch revision separator only if preceded by a newline.
2006-07-10 Matthew DillonUpdate the manual pages for the kernel random number...
2006-07-10 Matthew DillonTurn on the new kern.seedenable sysctl when seeding...
2006-07-10 Matthew DillonChange the seeder array from a modulo to a logical...
2006-07-10 Sascha WildnerSync with FreeBSD (makes it actually work).
2006-07-10 Matthew DillonCleanup, no functional changes.
2006-07-10 Matthew DillonDisassociate the VM object after calling VOP_INACTIVE...
2006-07-09 Simon SchubertDon't use B_PAGING with geteblk() bufs
2006-07-09 Simon SchubertCorrectly handle dumping kernel threads
2006-07-08 Matthew DillonUse bzip instead of gzip, rename the tar file to make...
2006-07-08 Matthew DillonInclude kernel sources on the release CD.
2006-07-08 Sascha WildnerRemove obsolete worm(4) ioctl definitions.
2006-07-08 Sascha WildnerRemove unnecessary check (u_int8_t is 0-255).
2006-07-07 Sascha WildnerSort by chapter.
2006-07-07 Sepherosa Ziehaumissing ','
2006-07-07 Sepherosa Ziehau- Add back references to wpa_cli(8)
2006-07-07 Sepherosa ZiehauAdd build infrastructure for wpa_cli(8), which can...
2006-07-07 Sepherosa Ziehau- Replace lnc(4) driver with NetBSD's le(4), which...
2006-07-07 Simon SchubertCorrect typo in comment
2006-07-06 Simon SchubertCopy b_cmd into new buf
2006-07-06 Sascha WildnerRemove the old wormcontrol(8) command and the worm...
2006-07-05 Matthew DillonAdd a missing initbufbio() to fix a panic when vinum...
2006-07-05 Sascha WildnerAdd a manual page for the crit_enter()/crit_exit()...
2006-07-05 Matthew DillonIf we hit the file hardlink limit try to copy the file...
2006-07-05 YONETANI TomokazuSync with Osd/OsdDebug.c rev1.9 in FreeBSD:
2006-07-05 Joerg SonnenbergerAdd wide char support for printf and friends. Fix a...
2006-07-04 Matthew DillonDo not attempt to read the slice table or disk label...
2006-07-04 Sascha WildnerComment out empty sections.
2006-07-04 Sascha Wildner1) Hook pctrack into the build.
2006-07-04 Sascha WildnerRemove ancient module.
2006-07-04 Matthew DillonAdd a new option -H <path> to cpdup. This option allow...
2006-07-02 Sascha WildnerRemove obsolete documentation regarding usbd/kernel...
2006-07-02 Sascha WildnerBring etc/defaults/make.conf closer to reality:
2006-07-02 Sascha WildnerFix wording.
2006-07-02 Sascha WildnerRemove unused SCTP_TCP_MODEL_SUPPORT option.
next