| From | Subject | Date |
|---|---|---|
| Simon Schubert | git: buildkernel, nrelease: use AMD64_GENERIC as kernel ...
commit 702a95cc5a96bcc8b869d9c49c8c2b61292b94cd
Author: Simon Schubert <corecode@dragonflybsd.org>
Date: Tue Sep 15 00:47:58 2009 +0200
buildkernel, nrelease: use AMD64_GENERIC as kernel default config
buildkernel and nrelease both defaulted to GENERIC as kernel. This does
not work for amd64 builds, since GENERIC is i386.
Add a makeshift hack by selecting AMD64_GENERIC if we're buildin for/on
amd64. This needs to go away and be solved in a more sensible ...
| Sep 14, 3:51 pm 2009 |
| Sascha Wildner | git: installer: More /dev/serno work.
commit 4bcdd60eb5a84102d7f5ec38354af1e853607999
Author: Sascha Wildner <saw@online.de>
Date: Mon Sep 14 23:25:06 2009 +0200
installer: More /dev/serno work.
Take back the devtab(5) support in the installer.
mountroot didn't work for the UFS with serial numbers case since the
data for '/' is taken from fstab and that would have a devtab label
in it and we're not setting vfs.root.mountfrom explicitly for UFS.
We don't want to, either.
So just ...
| Sep 14, 2:25 pm 2009 |
| Matthew Dillon | git: games - misc - clean up compiler warnings
commit 235099c3b7f77c1caf1cf2275b8f97ef82e5aba5
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:14:07 2009 -0700
games - misc - clean up compiler warnings
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/atc/include.h | 1 -
games/atc/lex.l | 1 -
games/canfield/canfield/canfield.c | 1 +
games/fortune/fortune/fortune.c | 1 +
games/fortune/strfile/strfile.c | 1 ...
| Sep 14, 2:17 pm 2009 |
| Matthew Dillon | git: games - mille - remove #ifdef madness
commit a0b4d56d5555462fd11b3d54f419d0e444546354
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:16:59 2009 -0700
games - mille - remove #ifdef madness
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/mille/mille.c | 4 +---
games/mille/mille.h | 19 +++----------------
games/mille/misc.c | 7 +------
games/mille/move.c | 6 +-----
games/mille/save.c | 6 +-----
5 files changed, 7 insertions(+), 35 ...
| Sep 14, 2:18 pm 2009 |
| Matthew Dillon | git: games - backgammon - use defined names instead of m ...
commit ff8baa3a5730ea296e9b2f19cba6e1fcaaa5c5d7
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:08:50 2009 -0700
games - backgammon - use defined names instead of magic numbers.
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/backgammon/common_source/save.c | 2 +-
games/backgammon/common_source/table.c | 8 ++++----
2 files changed, 5 insertions(+), 5 ...
| Sep 14, 2:11 pm 2009 |
| Matthew Dillon | git: games - atc - replace sgtty with termios, remove #i ...
commit 5f206b3417ebd431772b43dad838fcdfae00f1f1
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:05:02 2009 -0700
games - atc - replace sgtty with termios, remove #ifdef madness, fix warnings.
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/atc/Makefile | 6 +++---
games/atc/extern.c | 2 +-
games/atc/extern.h | 2 +-
games/atc/graphics.c | 36 ++++++------------------------------
games/atc/include.h ...
| Sep 14, 2:11 pm 2009 |
| Matthew Dillon | git: games - bs - remove redundant libmytinfo
commit c2bd666f27df6190c96bfe9491e52335dfae3630
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:06:31 2009 -0700
games - bs - remove redundant libmytinfo
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/bs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c2bd666f27df6190c96bfe9491e523...
--
DragonFly BSD source repository
| Sep 14, 2:11 pm 2009 |
| Matthew Dillon | git: games - hunt - minor include fix for portability.
commit 2e058dd0e8b4c94b253d2cdd0f875e0c7cc279b9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 14:10:57 2009 -0700
games - hunt - minor include fix for portability.
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
Summary of changes:
games/hunt/huntd/server.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2e058dd0e8b4c94b253d2cdd0f875e...
--
DragonFly BSD source ...
| Sep 14, 2:11 pm 2009 |
| Sascha Wildner | git: installer: Add serial number and /etc/devtab support.
commit f59b7dfa1b99e73a6b5338bdf61246d9edf12f4b
Author: Sascha Wildner <saw@online.de>
Date: Mon Sep 14 20:30:06 2009 +0200
installer: Add serial number and /etc/devtab support.
If a disk has a corresponding entry in /dev/serno with identical
major/minor, use that for all further references of the disk in the
installation process.
In the installed system, set up a /etc/devtab entry (with the labels
named disk0, disk1 etc. using the order of the disks ...
| Sep 14, 11:30 am 2009 |
| Matthew Dillon | git: Kernel - change sync_on_panic default to 0
commit fd43fc00b09e2bbfc1641b01f542e0d07634cb16
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 14 11:12:33 2009 -0700
Kernel - change sync_on_panic default to 0
No longer attempt to sync the buffer cache when a panic occurs. This
has always been problematic, HAMMER will ignore the attempt anyway,
and now we are formalizing that we no longer try.
This also improves the chances of the system dumping and rebooting
after a panic vs ...
| Sep 14, 11:14 am 2009 |
| Simon Schubert | git: Revert "Increase the default TCP maximum segment si ...
commit bf18b4fe405d16caaed01a2eafaf409a29b99a6d
Author: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Date: Mon Sep 14 19:08:04 2009 +0200
Revert "Increase the default TCP maximum segment size from 512 to 1460."
This reverts commit d190343e53819e25316a2a890724404f8e48c78d.
It seems that there are systems (probably firewalls) in action which
enforce an MSS of 536.
Specifically, at research.microsoft.com, port 80, packets seem to be
simply ...
| Sep 14, 10:18 am 2009 |
| Matthew Dillon | git: ext2fs - A few bug fixes and syntax adjustments.
commit c081fe84e993ade17c9aae5cde4bee2b5614653e
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sun Sep 13 22:12:25 2009 -0700
ext2fs - A few bug fixes and syntax adjustments.
* Primarily fix a brelse that needs to be placed before a vx_put instead
of after. And use bqrelse() instead of brelse() when retrieving an inode.
* Syntax adjustments.
* NOTE: Only part of the FreeBSD patch was applied.
Submitted-by: "Pedro F. Giffuni" ...
| Sep 13, 10:15 pm 2009 |
| Matthew Dillon | Re: git: AHCI - zero-pad ATAPI commands
Doh. I meant, extra bytes will NOW be sent as zero.
-Matt
| Sep 13, 8:37 pm 2009 |
| Matthew Dillon | git: AHCI - No longer cycle the port during port initial ...
commit f17a0cedb31c48322a90d0e6b2ef8df19e4d142d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sun Sep 13 20:26:42 2009 -0700
AHCI - No longer cycle the port during port initialization
* Do not try to start the port during port initialization. ST is not
supposed to be set unless we detect a device on the port(?).
Summary of changes:
sys/dev/disk/ahci/ahci.c | 118 ++++++++++++++++++++++++++++++++++--
sys/dev/disk/ahci/ahci.h | 12 ...
| Sep 13, 8:31 pm 2009 |
| Matthew Dillon | git: AHCI - zero-pad ATAPI commands
commit a7d90c87e03352028b8f1ae7e473fba655ff0c04
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sun Sep 13 20:29:44 2009 -0700
AHCI - zero-pad ATAPI commands
* ATAPI commands sent via the SCSI layer which are less then 16 bytes
are now zero-padded to 16 bytes. The SATA protocol itself just sends
the whole FIS, so no more or less data is being sent. But extra bytes
will not be sent as zero.
Discussed-with: "Alex Hornung" ...
| Sep 13, 8:31 pm 2009 |
| previous day | today | next day |
|---|---|---|
| September 13, 2009 | September 14, 2009 | September 15, 2009 |
