Ulrich Spörlein [Sun, 15 Nov 2009 16:17:02 +0000]
hack(6): fix very old mis-merge by restoring code from OpenBSD
If you look at the CVS history for this file, you will see that
the code in question tried to find the provided name in the path, not
just a fixed location (that could be coded more easily).
Restore the OpenBSD version of this code, which was cleaned up, already
Ulrich Spörlein [Sun, 15 Nov 2009 13:32:08 +0000]
Merge branch 'master' into games
Ulrich Spörlein [Sun, 15 Nov 2009 12:05:18 +0000]
Merge branch 'master' into games
Ulrich Spörlein [Sun, 15 Nov 2009 11:12:25 +0000]
Merge with acme/games
Ulrich Spörlein [Sun, 15 Nov 2009 09:51:07 +0000]
Make FreeBSD cross-building work wrt native programs
Ulrich Spörlein [Sun, 15 Nov 2009 08:08:52 +0000]
phantasia: cut down overly verbose comments
Ulrich Spörlein [Sun, 15 Nov 2009 07:27:44 +0000]
phantasia: remove no longer needed include file
Ulrich Spörlein [Sun, 15 Nov 2009 06:45:05 +0000]
phantasia: fix map.c to work with plotutils libplot
Seems like the BSD libplot never made it into NetBSD, FreeBSD or OpenBSD
The GNU plotutils package can be used to draw a PostScript map. In the
long run, it might be easier to just dump one PS rendering of the map
instead of keeping map/map.c around.
Aggelos Economopoulos [Sat, 14 Nov 2009 21:03:44 +0000]
Merge commit 'crater/master'
Aggelos Economopoulos [Sat, 14 Nov 2009 21:00:40 +0000]
Merge branch 'less_update'
Aggelos Economopoulos [Sat, 14 Nov 2009 20:58:43 +0000]
Merge branch 'master' of git://chlamydia.fs.ei.tum.de/dragonfly
Ulrich Spörlein [Sat, 14 Nov 2009 17:29:47 +0000]
phantasia: typo fix, via OpenBSD
Ulrich Spörlein [Sat, 14 Nov 2009 17:10:36 +0000]
phantasia: dont call longjump(..., 0) from OpenBSD
Ulrich Spörlein [Sat, 14 Nov 2009 17:06:23 +0000]
phantasia: fix two typos, via OpenBSD
Thomas Nikolajsen [Sat, 14 Nov 2009 14:59:45 +0000]
kernconf.5,config.8: minor cleanup
* sort FILES section
* add X86_64_GENERIC to config.8 & mention that GENERIC is i386 specific
* mandoc(1) clean kerconf.5 by removing .Xo / .Xc & other minor things
Thomas Nikolajsen [Sat, 14 Nov 2009 14:43:51 +0000]
hammer: minor doc update
* SYNOPSIS for -f changed to just '-f blkdevs'
* sync SYNOPSIS & usage()
* s/filesystem/file system/ (was already used in most places)
* add description for show-undo
* fix a few minor typos
Thomas Nikolajsen [Sat, 14 Nov 2009 14:08:46 +0000]
hammer info: align display, include PFS#0 & show correct snapshot count
* show snapshot count for HAMMER version 2- & 3+
* fix snapshot count for HAMMER version 3+
* show HAMMER version
* show inode count
* show PFS #0 (HAMMER FS)
* align display
Thomas Nikolajsen [Sat, 14 Nov 2009 09:55:14 +0000]
man pages: remove reference to /usr/share/doc/{psd,smm,usd}
/usr/share/doc/{psd,smm,usd}, 4.4BSD documents apart from man pages,
haven't been installed on DragonFly for several years.
Also improve references for articles to make it easier searching them.
Thomas Nikolajsen [Wed, 11 Nov 2009 19:50:36 +0000]
busdma: Put alignment/boundary check failure under bootverbose
Handle pc64 and vkernel platforms like pc32 was done in
e94a9b8c37942b871eb5b23f0643bce535926862
Thomas Nikolajsen [Wed, 11 Nov 2009 17:56:47 +0000]
hammer: hammer_recover_stage2() may only be called for read-write mounts
This fixes panic doing readonly mount.
Ulrich Spörlein [Sat, 14 Nov 2009 15:59:50 +0000]
phantasia: style and spelling fixes, sync's to OpenBSD
Ulrich Spörlein [Sat, 14 Nov 2009 15:54:40 +0000]
phantasia: use MAXLOGNAME instead of hardcoded SZ_LOGIN
Ulrich Spörlein [Sat, 14 Nov 2009 15:38:20 +0000]
phantasia: spell 0 as SEEK_SET for fseek(); from OpenBSD
Ulrich Spörlein [Sat, 14 Nov 2009 11:35:05 +0000]
phantasia: remove phbool define and turn to stdbool.h for bool definition instead
curses.h is included after stdbool, to make sure we get a consisten bool
definition, always.
Ulrich Spörlein [Sat, 14 Nov 2009 10:33:17 +0000]
phantasia: big header roto-tiling from NetBSD
- moves to individual header includes in favour of one big one
- introduces phbool as custom/internal bool type to not conflict
with curses.h bool definition
all from NetBSD
Sascha Wildner [Sat, 14 Nov 2009 10:17:20 +0000]
Include pkgin(1) as part of the official distribution.
pkgin is a useful tool for installing/upgrading packages and their
dependencies, using a remote repository.
It also adds sqlite to the distribution as a dependency.
Discussed-with: tuxillo, dillon
Sascha Wildner [Sat, 14 Nov 2009 09:21:38 +0000]
Remove nsupdate.8 via 'make upgrade'.
Jan Lentfer [Sat, 14 Nov 2009 08:18:02 +0000]
Import less-436.
Jan Lentfer [Sat, 14 Nov 2009 08:08:55 +0000]
Merge branch 'vendor/LESS' into less_update
Jan Lentfer [Sat, 14 Nov 2009 08:07:53 +0000]
Import less-436.
Matthew Dillon [Sat, 14 Nov 2009 02:27:35 +0000]
ACPI - Fix type-o which caused clock interrupts to stop working properly in C3.
Submitted-by: Johannes Hofmann <johannes.hofmann@gmx.de>
Stathis Kamperis [Thu, 12 Nov 2009 23:43:32 +0000]
HAMMER Utility - Fix typo in var declaration.
Reported-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Sascha Wildner [Thu, 12 Nov 2009 21:42:19 +0000]
acpi(4) manpages: Some minor fixes.
Sascha Wildner [Thu, 12 Nov 2009 21:29:58 +0000]
acpi_thermal(4): Silence a warning.
Matthew Dillon [Thu, 12 Nov 2009 20:50:52 +0000]
HAMMER Utility - Enhance the info command
* Add PFS details to the 'info' directive.
Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Matthew Dillon [Thu, 12 Nov 2009 20:07:44 +0000]
BIND - Update BIND to 9.5.2
* Enable man page for nslookup.
* nsupdate does not provide man 8 anmyore, but man 1.
* Fixes for x86_64.
* Added all the _LIBC conditionals that where present in 9.3
Submitted-by: Jan Lentfer <Jan.Lentfer@web.de>
Testing-by: dillon
Ulrich Spörlein [Thu, 12 Nov 2009 18:17:31 +0000]
phantasia: login name length paranoia, 9 may be too short
via OpenBSD
Ulrich Spörlein [Thu, 12 Nov 2009 18:15:01 +0000]
phantasia: avoid SIGSEGV when user is not in password file,
via NetBSD via OpenBSD
Ulrich Spörlein [Thu, 12 Nov 2009 18:09:55 +0000]
phantasia: sync with NetBSD and use snprintf instead of sprintf
Ulrich Spörlein [Thu, 12 Nov 2009 18:05:02 +0000]
phantasia: fix a printf format, via NetBSD
Ulrich Spörlein [Thu, 12 Nov 2009 18:03:05 +0000]
phantasia: sync with NetBSD and exit if ncurses setup fails.
Ulrich Spörlein [Thu, 12 Nov 2009 17:59:14 +0000]
phantasia: plug file leak, via NetBSD and Coverity
Ulrich Spörlein [Thu, 12 Nov 2009 17:52:01 +0000]
phantasia: Fix operator precedence, NetBSD PR bin/9698
Ulrich Spörlein [Thu, 12 Nov 2009 17:30:07 +0000]
phantasia: white space only, diff reduction to NetBSD
Ulrich Spörlein [Thu, 12 Nov 2009 17:15:33 +0000]
phantasia: redo how void gets init'd from NetBSD
Change by jmc of NetBSD fame:
setup now just creates an empty file. When main starts and loads it
in, it stats and if zero size init's a new location and saves it
back out. Now games.tgz can be shared among MACHINE_ARCH's
This also makes packaging phantasia easier. Package updates can skip
removing the void file, if it is non-empty.
Sascha Wildner [Wed, 11 Nov 2009 21:29:18 +0000]
acpi.4: Add some missing references.
Sascha Wildner [Wed, 11 Nov 2009 21:12:52 +0000]
acpi*.4: Update manual pages for the recent ACPI update.
Taken-from: FreeBSD
Sascha Wildner [Wed, 11 Nov 2009 20:53:49 +0000]
Some mdoc fixes.
Alexander Polakov [Wed, 11 Nov 2009 14:20:54 +0000]
Fix LINT building, broken by ACPI update.
Reported-by: swildner
Alexander Polakov [Wed, 11 Nov 2009 13:57:49 +0000]
Remove traces of ACPI_QUIRK_VMWARE, should be no longer needed.
Reported-by: swildner
Sascha Wildner [Mon, 9 Nov 2009 18:52:35 +0000]
Sync zoneinfo database with tzdata2009r from elsie.
antarctica: 8.5 -> 8.6
Three Australian stations in Antarctica have changed time zones on
October 18, 2009, 02:00 (local times):
Casey: UTC+8 -> UTC+11
Davis: UTC+7 -> UTC+5
Mawson: UTC+6 -> UTC+5
Ulrich Spörlein [Mon, 9 Nov 2009 09:57:47 +0000]
phantasia: from NetBSD: print error message instead of numerical code
Ulrich Spörlein [Mon, 9 Nov 2009 09:53:33 +0000]
phantasia: Follow NetBSD and move to 3 clause license
see NetBSD PR 22269 and rev 1.3 of pathnames.h
Ulrich Spörlein [Mon, 9 Nov 2009 09:49:37 +0000]
phantasia: sync with NetBSD curses crmode() is cbreak()
Ulrich Spörlein [Mon, 9 Nov 2009 09:41:29 +0000]
phantasia: Sync manpage with NetBSD
Ulrich Spörlein [Mon, 9 Nov 2009 09:21:05 +0000]
phantasia: fix a couple of format strings
The player struct has longs and shorts, use %ld and %h accordingly.
Inspired by commit from NetBSD
Ulrich Spörlein [Mon, 9 Nov 2009 09:06:34 +0000]
Merge ssh://acme.spoerlein.net/stuff/dragonfly into games
Ulrich Spörlein [Mon, 9 Nov 2009 08:52:50 +0000]
phantasia: fix operator precedence error thanks to NetBSD bin/9698
Ulrich Spörlein [Mon, 9 Nov 2009 08:48:41 +0000]
phantasia: sync with NetBSD, typo and namespace fixes
Alexander Polakov [Sun, 8 Nov 2009 22:18:23 +0000]
Merge branch 'newacpi+'
Alexander Polakov [Sun, 8 Nov 2009 17:50:55 +0000]
ACPI: comment-out not-yet-ready code and remove extra debug
Alexander Polakov [Tue, 3 Nov 2009 21:16:57 +0000]
Always do PCI_REROUTE_INTERRUPT.
FreeBSD does the same, and it's needed for future ACPI interrupt
routing work.
Alexander Polakov [Sun, 1 Nov 2009 20:16:28 +0000]
Expand the support for PCI-e memory mapped configuration space access.
This defaults to off and must be explicitly
enabled by setting the loader tunable hw.pci.mcfg=1.
- Add support for the Intel 915GM chipsets by reading the BAR.
- Add parsing of the ACPI MCFG table to discover memory mapped configuration
access on modern machines.
- For config requests to busses not listed in ACPI's min/max valid buses,
fall back to using type #1 configuration access instead.
- Add a workaround for some K8 chipsets that do not expose all devices on
bus 0 via MCFG and fall back to type #1 for those devices instead.
Obtained-from: FreeBSD
Alexander Polakov [Sun, 1 Nov 2009 20:03:31 +0000]
Use lockmgr locks for ACPI_SERIAL_*
Suggested by dillon@
Alexander Polakov [Mon, 26 Oct 2009 11:45:07 +0000]
ACPI: disable acpi_pci_* by default
Alexander Polakov [Fri, 16 Oct 2009 19:26:23 +0000]
ACPI: Faking interrupt routing.
pci_apic_irq() accepts pin number instead of irq number, so we pass it.
Interrupt routing still depends on mptable, so we are *not* ACPI, just
faking.
Alexander Polakov [Fri, 16 Oct 2009 19:25:51 +0000]
Unhide debug message while trying to make it work.
Alexander Polakov [Fri, 16 Oct 2009 19:20:50 +0000]
Revert "IO APIC: Assign pins dedicated to PCI in the early stage."
This reverts commit
f41c43c19e17ca807a28ba60b32364f1a40438f4 in order
to allow ACPI interrupt routing.
Alexander Polakov [Fri, 16 Oct 2009 17:55:00 +0000]
acpi_pcib: Remove APIC case, moving into nexus.
Alexander Polakov [Fri, 16 Oct 2009 17:51:56 +0000]
ACPI: use APIC model if APIC_IO enabled.
Alexander Polakov [Fri, 16 Oct 2009 16:02:13 +0000]
BUS_CONFIG_INTR takes 2 devices now: parent and child
Alexander Polakov [Thu, 15 Oct 2009 17:25:03 +0000]
atkbd: fix resume from ACPI S3
Alexander Polakov [Wed, 14 Oct 2009 18:59:35 +0000]
Add ACPI_ENABLE_PCI option.
Alexander Polakov [Sun, 8 Nov 2009 19:55:46 +0000]
Add acpi_{fujitsu, hp, panasonic, sony} modules.
Obtained-from: FreeBSD
Alexander Polakov [Sun, 8 Nov 2009 14:38:42 +0000]
Sync acpiconf with FreeBSD 7.2.
Alexander Polakov [Sun, 8 Nov 2009 20:26:01 +0000]
Sync ACPI with FreeBSD 7.2
Alexander Polakov [Tue, 29 Sep 2009 19:49:44 +0000]
resource manager: add optional resource id.
Obtained-from: FreeBSD
Alexander Polakov [Tue, 29 Sep 2009 16:58:40 +0000]
sys/sbuf.h: add sbuf_new_auto macro
Obtained-from: FreeBSD
Alexander Polakov [Tue, 29 Sep 2009 16:44:25 +0000]
ACPI: add ACPI_SERIAL_* functions.
Sascha Wildner [Sun, 8 Nov 2009 07:55:57 +0000]
mandoc(1): Update to 1.9.13.
Thanks-to: Kristaps Dzonsons
Stathis Kamperis [Sat, 7 Nov 2009 23:08:47 +0000]
Garbage collect ghost sysctl.
p1003_1b.mq_open_max sysctl:
1. Has never worked properly (displayed a wrong value).
2. Didn't allow for its value to be tuned.
3. Is non-standard, so no 3rd party should rely on it. And, thus, noone
should be harmed by its removal.
The canonical way to get the maximum open message queue descriptors
per process is via the sysconf(3) interface.
4. Has now been replaced by kern.mqueue.mq_open_max sysctl which
addresses 1. and 2.
A stub has been inserted in place of the old sysctl definitions, in order to
reduce unnecessary diffs due to renumbering. This patch does NOT introduce
p1003_1b.unused1.
Partially-discussed-with: swildner@
Sascha Wildner [Sat, 7 Nov 2009 21:24:26 +0000]
Restrict -Werror to gcc41.
We're neither WARNS clean with gcc44 nor with clang.
Reported-by: Saifi Khan <saifi.khan@datasynergy.org>
Aggelos Economopoulos [Sat, 7 Nov 2009 18:47:29 +0000]
Update OpenSSL version number and regenerate the manual pages.
Aggelos Economopoulos [Sat, 7 Nov 2009 18:44:09 +0000]
Import OpenSSL 0.9.8l
Disables renegotiation to workaround CVE-2009-3555.
Ulrich Spörlein [Sun, 8 Nov 2009 17:17:41 +0000]
phantasia: Merge with NetBSD, use symbolic whence argument to fseek()
Ulrich Spörlein [Sun, 8 Nov 2009 17:16:31 +0000]
phantasia: merge with NetBSD
- undef MIN/MAX for better portability
Sascha Wildner [Sun, 8 Nov 2009 07:55:57 +0000]
mandoc(1): Update to 1.9.13.
Thanks-to: Kristaps Dzonsons
Stathis Kamperis [Sat, 7 Nov 2009 23:08:47 +0000]
Garbage collect ghost sysctl.
p1003_1b.mq_open_max sysctl:
1. Has never worked properly (displayed a wrong value).
2. Didn't allow for its value to be tuned.
3. Is non-standard, so no 3rd party should rely on it. And, thus, noone
should be harmed by its removal.
The canonical way to get the maximum open message queue descriptors
per process is via the sysconf(3) interface.
4. Has now been replaced by kern.mqueue.mq_open_max sysctl which
addresses 1. and 2.
A stub has been inserted in place of the old sysctl definitions, in order to
reduce unnecessary diffs due to renumbering. This patch does NOT introduce
p1003_1b.unused1.
Partially-discussed-with: swildner@
Sascha Wildner [Sat, 7 Nov 2009 21:24:26 +0000]
Restrict -Werror to gcc41.
We're neither WARNS clean with gcc44 nor with clang.
Reported-by: Saifi Khan <saifi.khan@datasynergy.org>
Aggelos Economopoulos [Sat, 7 Nov 2009 18:54:52 +0000]
Merge commit 'clone27-scratch-2/master'
Aggelos Economopoulos [Sat, 7 Nov 2009 18:52:22 +0000]
Merge branch 'master' of git://chlamydia.fs.ei.tum.de/dragonfly
Aggelos Economopoulos [Sat, 7 Nov 2009 18:47:29 +0000]
Update OpenSSL version number and regenerate the manual pages.
Aggelos Economopoulos [Sat, 7 Nov 2009 18:45:45 +0000]
Merge branch 'vendor/OPENSSL'
Aggelos Economopoulos [Sat, 7 Nov 2009 18:44:09 +0000]
Import OpenSSL 0.9.8l
Disables renegotiation to workaround CVE-2009-3555.
Stathis Kamperis [Sat, 7 Nov 2009 18:15:17 +0000]
sysconf.3: Document _SC_MESSAGE_PASSING.
Stathis Kamperis [Sat, 7 Nov 2009 17:37:19 +0000]
sysconf.3: Document _SC_MQ_{OPEN, PRIO}_MAX.
Discussed-with: swildner@
Reviewed-by: swildner@
Stathis Kamperis [Sat, 7 Nov 2009 17:23:23 +0000]
sysconf.3: Sort variables alphabetically.
Sascha Wildner [Sat, 7 Nov 2009 15:18:35 +0000]
Fix xdm path in the Live{CD,DVD}'s /etc/ttys.
Reported-by: Johannes Hofmann <johannes.hofmann@gmx.de>
Simon Schubert [Wed, 4 Nov 2009 16:22:28 +0000]
rename amd64 architecture to x86_64
The rest of the world seems to call amd64 x86_64. Bite the bullet and
rename all of the architecture files and references. This will
hopefully make pkgsrc builds less painful.
Discussed-with: dillon@
Aggelos Economopoulos [Sat, 7 Nov 2009 10:37:04 +0000]
Merge commit 'clone27-scratch-1/master'