dragonfly.git
2007-02-11 Sascha WildnerRemove ancient SimOS support.
2007-02-11 Sascha WildnerFix function name.
2007-02-11 Sascha WildnerFix function names.
2007-02-11 Sascha WildnerRemove MCHTYPE() documentation (removed in rev. 1.14...
2007-02-10 Sascha WildnerRemove documentation of extinct macro MULTI_DRIVER_MODU...
2007-02-10 Sascha WildnerFix typo: cgetseq -> cgetset
2007-02-10 Sascha WildnerRemove documentation of the recently removed fuswintr...
2007-02-10 Sepherosa Ziehau- Move vke_softc.sc_kqueue initialization from vke_star...
2007-02-10 Sepherosa ZiehauDescribe new added rum(4) ids.
2007-02-10 Sepherosa ZiehauAdd more ids
2007-02-10 Sepherosa Ziehauregen
2007-02-10 Sepherosa ZiehauMore rum(4) ids
2007-02-09 Sepherosa ZiehauAvoid possible mbuf re-tap on error path.
2007-02-08 Thomas E. SpanjaardMisc cleanups to NATA ata-raid.c to make it compile...
2007-02-08 Sepherosa ZiehauConvert RX buffer signal level to relative RX signal...
2007-02-08 Simon SchubertUse proc flags instead of lwp flags.
2007-02-07 Simon SchubertUse a new pkgsrc bootstrap to work with recent tar...
2007-02-07 Simon SchubertDo not create /var/db/pkg, pkgsrc bootstrap doesn't...
2007-02-07 Sepherosa ZiehauConvert RX desc's rssi field to relative RX signal...
2007-02-07 Sepherosa ZiehauFor rum(4) and rt2661 part of ral(4):
2007-02-06 Thomas E. SpanjaardMisc cleanups for NATA ataraid, and write ata_raid_dump...
2007-02-06 Sepherosa ZiehauAbsolute RX siganl strength correction value from EEPRO...
2007-02-06 Sepherosa ZiehauCorrectly calculate absolute RX signal strength and...
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-06 Sepherosa ZiehauFor rt2661 part:
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-06 YONETANI Tomokazuleftover from 1:1 Userland threading stage 2.11/4
2007-02-05 Simon SchubertAdd flag to optionally disable stripping of old kernel...
2007-02-05 Thomas E. SpanjaardMake natadisk's ad_dump() actually work. Ditch the...
2007-02-05 Sepherosa ZiehauConvert RSSI to receive signal strength (dbm). The...
2007-02-05 Sepherosa ZiehauNuke unused header files
2007-02-05 Simon SchubertDon't hand-roll an own version on selrecord. This...
2007-02-04 Peter AvalosRemove unnecessary CFLAGS and SRCS lines.
2007-02-04 Peter AvalosSync with FreeBSD.
2007-02-04 Peter AvalosRemove bogus "-" operand from usage message. There...
2007-02-04 Simon SchubertUse the saved ucontext pointer and not the return value...
2007-02-04 Simon SchubertDon't rely on sys/resource.h including all necessary...
2007-02-04 Peter AvalosAvoid truncating the pathname to UNIX Domain Sockets...
2007-02-04 Peter AvalosPrint the "$" symbol on blank lines when the -s and...
2007-02-04 Matthew DillonAdd note on using 'handle SIGSEGV noprint' when gdb...
2007-02-04 Sepherosa Ziehauregen
2007-02-04 Sepherosa ZiehauAdd PCI ids for Intel WL-3945ABG wireless minipci adapters.
2007-02-04 Sascha WildnerAdd firewire dependency.
2007-02-04 Sascha WildnerFix typo.
2007-02-04 Sascha WildnerRestore {SYM,M}LINKS.
2007-02-03 Sascha WildnerFix typo: firmare -> firmware
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Thomas E. SpanjaardFor acd(4), create the 'root device' (e.g. acd0) and...
2007-02-03 Sascha WildnerBump date for r1.6.
2007-02-03 Sascha WildnerUse .Pq for parentheses.
2007-02-03 Sascha WildnerAdd some words about signals and mention that CTRL...
2007-02-03 Simon SchubertRemove now unused cpu_coredump.
2007-02-03 Simon SchubertClean up stale code.
2007-02-03 YONETANI Tomokazuleftover from aout_coredump() removal:
2007-02-03 YONETANI Tomokazuadd prototype for linprocfs_init()
2007-02-03 Simon SchubertFix ps %CPU output in vkernel by exporting hw.availpages.
2007-02-02 Thomas E. SpanjaardDo not generate a trap signal for a spurious SIGTRAP...
2007-02-02 Simon SchubertFix indention.
2007-02-02 Peter AvalosRemove some leftover gcc40 info files.
2007-02-02 Simon SchubertDon't segfault the kernel if it can't resolve a name...
2007-02-02 Sascha WildnerFix example: Put /dev/vkd0a in /etc/fstab.
2007-02-02 Peter AvalosRemove GNU tar.
2007-02-01 Simon SchubertImplement window size passing between real tty and...
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertTeach the vkernel to behave and not fsck with my tty.
2007-02-01 Simon SchubertReport non-existing procs as pid -1, not NO_PID.
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-02-01 Simon SchubertDo not build bus modules for vkernels.
2007-01-31 Sascha WildnerSync with FreeBSD (adding DragonFly 1.8.0).
2007-01-30 Sascha WildnerFix typos.
2007-01-30 Sascha WildnerRemove unused VIRTUAL_KERNEL option.
2007-01-30 Sascha WildnerEnhance markup.
2007-01-30 Simon SchubertRework DEV_SUPPORT infrastructure.
2007-01-30 Simon SchubertFix values for CCVER, they are gcc*, not cc*.
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-29 Matthew Dillonsmbfs was not guarenteeing a NULL return vnode on error...
2007-01-28 YONETANI Tomokazuo Add modified tables based on the reports/patches...
2007-01-28 Sascha WildnerDocument the recently added {STAILQ,TAILQ}_CONCAT macros.
2007-01-28 YONETANI TomokazuEnable setting debug.acpi.{layer,level} via sysctl...
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2007-01-27 Sascha WildnerFix argument lists of locking primitives (thereby fixin...
2007-01-27 YONETANI Tomokazui should be pre-incremented in the loop maintenance...
2007-01-27 Sascha WildnerFix redefinition of KEX_DEFAULT_PK_ALG.
2007-01-27 Sepherosa ZiehauAdd missing '\n'
2007-01-26 Matthew DillonImplement -D
2007-01-26 Matthew DillonRemove gobsd from the list.
2007-01-26 Matthew DillonFix generation of the mount path for "/" when a process...
2007-01-25 Matthew DillonSetup for 1.8 release - Adjust HEAD to 1.9.0
2007-01-25 Matthew DillonSetup for 1.8 release - add new targets to Makefile...
2007-01-25 Matthew DillonSetup for 1.8 release - bump HEAD to 1.7.1 and synchron...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-25 YONETANI TomokazuSilence harmless warnings (for module build).
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-25 YONETANI TomokazuInitialize ACPI task thread before AcpiEnableSubsystem...
2007-01-24 Matthew DillonPoor attempt to tracking the stack frame through a...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-24 YONETANI TomokazuMove acpica-unix-20050309 into the Attic
2007-01-24 Matthew Dilloncheckdirs() was being passed the wrong mount point...
2007-01-23 Sepherosa ZiehauCheck EEPROM twice in em_hardware_init(), because for...
2007-01-23 Sascha WildnerDon't use readline anymore. kadmin/ktutil should be...
next