Commit Graph

191873 Commits

Author SHA1 Message Date
agc c24741dcba factor out the code which recognises ASCII-armour into its own function. 2010-07-01 00:42:51 +00:00
njoly 24850d26c8 Small xfail testcase to exercise 48k ffs image mount, from problem
reported by Hubert Feyrer on netbsd-users@.
2010-06-30 21:54:56 +00:00
njoly 1bb5701860 Add helper code and macros to ease writing filesystem tests with rump.
Support currently limited to ext2fs, ffs, msdos, sysvbfs and tmpfs.
2010-06-30 20:39:39 +00:00
phx 1924b919bc Determine the boot disk with bootinfo cookie.
Patch submitted by Toru Nishimura.
2010-06-30 17:50:34 +00:00
phx 9daf9967b6 Add file system snapshot device. 2010-06-30 17:49:32 +00:00
pooka d4b306d854 unsnafu previous 2010-06-30 17:41:55 +00:00
pooka 51f4669ad3 qemu has been fixed, so remove timeout
(not that it helped in the first place ...)
2010-06-30 16:37:12 +00:00
pooka bdc0f19ba4 link putter now that it's a separate component 2010-06-30 16:22:49 +00:00
pooka 7150997530 +rumpdev_putter 2010-06-30 16:17:12 +00:00
pooka c9602161d3 Make putter its own component: rumpdev_putter. It was coupled in
with rumpfs_puffs for prehistoric reasons which are no longer valid
(namely, only fs components existed back then and there was no /dev
support in rump fs namespace).
2010-06-30 16:14:18 +00:00
pooka 5551d3c53c add component constructor to create /dev/puffs -> putter symlink 2010-06-30 15:50:20 +00:00
pooka 4ce05210c2 Run vfs component constructors. 2010-06-30 15:48:59 +00:00
pooka 6376b2136c Enable kernel-internal symlink creation with do_sys_symlink().
I did this a while ago already, but can't remember why i didn't
commit it then.
2010-06-30 15:44:54 +00:00
pooka cdb0cb985d plug memory leaks (of course the function i copypasted for the
previous commit was the only one with the leak ...)
2010-06-30 15:40:30 +00:00
jruoho ab05d95b29 Only aprint*() the battery information if the battery has changed. Based on
suggestion from mrg@. The used serial number is hopefully unique enough as
an identifier. Should fix PR kern/43505 by David Demelier.
2010-06-30 15:38:27 +00:00
agc 708e54dea7 also calculate the length of DSA keys as well as RSA ones 2010-06-30 15:18:10 +00:00
agc 3f7db2c559 factor out code to append a key to the pubring file.
recognise ascii-armoured headers on keys when importing.
2010-06-30 15:17:40 +00:00
pooka b93b8ba8f5 Implement VOP_SYMLINK/READLINK. The allows me to be a little lazier
in other places.
2010-06-30 14:50:35 +00:00
hannken a377d2aa24 Test no longer fails with rev. 1.62 of src/sys/fs/union/union_vfsops.c. 2010-06-30 14:10:14 +00:00
jruoho c8bb322856 Use .Fn instead of .Fa for functions. Also rearrange slightly. 2010-06-30 13:38:10 +00:00
hannken e65a328302 The directory vnode must be locked before we call VOP_WHITEOUT().
Should fix PR #23986 "problem mounting directories".
2010-06-30 13:10:35 +00:00
is adbe495929 Avoid steps and other artefacts in head for more than 9 CPUs. 2010-06-30 11:08:12 +00:00
jruoho 100be188a7 Initialize pointers to NULL. Otherwise we may try to free garbage.
Tries to address a panic reported by David Demelier in PR kern/43504.
2010-06-30 07:58:11 +00:00
jruoho 951577ebd1 Provide a sysctl-knob for the Debug() opcode, hw.acpi.debug.object. This
prints debug-messages possibly used in the AML. Only enabled for ACPI_DEBUG
kernels.
2010-06-30 07:42:36 +00:00
wiz fbb846b2d3 Bump date for previous (mpls). 2010-06-30 07:30:16 +00:00
he 0aa887981d Bump SYMTAB_SPACE so that the contents fits again. 2010-06-30 06:57:13 +00:00
jruoho 398e767108 Silence debug messages related to the AML Debug() opcode. To enable it, only
set the AcpiGbl_EnableAmlDebugObject global. Previously this was enabled
also when ACPI_LV_DEBUG_OBJECT was set for AcpiDbgLevel, but this was too
noisy, even for ACPI_DEBUG kernels, when the AML makes heavy use of Debug().
2010-06-30 06:43:37 +00:00
skrll 873fac29a4 Remove some code that snuck in. 2010-06-30 06:33:52 +00:00
mrg 51e1811550 build updates for xterm-261. resize also uses terminfo now. 2010-06-30 04:58:42 +00:00
mrg 4f6d9f583c update this to reality a little. 2010-06-30 03:28:01 +00:00
dholland a472ed2f77 Document that suffix rules are not applied to PHONY targets, and also
document the .TARGETS builtin variable, which has existed since 4.4 days.
Bump date. Arises from discussion in PR 43502.
2010-06-30 01:03:54 +00:00
dholland d6bfe606f5 Set .PREFIX early the same place .TARGET is set. This makes sure it's
defined even in cases where the suffix search logic is skipped, such
as .PHONY targets, and fixes PR 43534.

Note: because .PHONY targets do not get suffix searching, .PREFIX will
not have any suffixes removed. This seems vaguely logical, although
it's not the only reasonable interpretation.

We may also want to reconsider whether suffix rules are skipped for
phony targets, too. That behavior is somewhat counterintuitive.
2010-06-30 00:25:04 +00:00
jmmv 42faad5b09 Remove obsolete Makefile. 2010-06-29 16:58:14 +00:00
pooka 873b9f903d more tests 2010-06-29 15:26:13 +00:00
pooka 73a09406dc xfail test for problem described in PR kern/23986 2010-06-29 15:25:28 +00:00
wiz f4cbf7d717 New sentence, new line; use more markup. 2010-06-29 15:05:43 +00:00
seanb 10f798a007 - remove extra len check as per discussion on tech-net. 2010-06-29 14:44:19 +00:00
kefren bc16cc7729 add mpls(4) manpage 2010-06-29 14:10:35 +00:00
kefren 6b410bcd31 add mpls(4) manpage created with great help from wiz@ 2010-06-29 14:10:04 +00:00
kefren 0e9c730672 Add mpls into family address list 2010-06-29 12:38:12 +00:00
mrg 656d5ec56d export PIGZ=${TOOL_PIGZ} (not yet used.) 2010-06-29 05:51:53 +00:00
mrg 1f261f0946 fix MKKERBEROS=no, MKISCSI=no and MKLDAP=no builds. 2010-06-29 05:48:13 +00:00
mrg adce76c26e fix MKISCSI=no, MKLDAP=no and MKKERBEROS=no builds. 2010-06-29 04:43:45 +00:00
pgoyette 5738004561 Fix logic error in detecting length of DDR3 SPD covered by CRC check.
Reported by Jonathan Gray in private email - thanks!
2010-06-29 04:42:30 +00:00
mrg d3e818fc8a mark some missing "libiscsi" files as "iscsi" so that MKISCSI=no works.
reported by director <director@ktinos.info> on port-amd64.
2010-06-29 04:16:25 +00:00
msaitoh c8a979e989 Do not process the abnormality system procedure, when Run/Stop=0 and
HCHalted=1 - this is normal. Fixes a bug that system hangs at boot time
when a USB mass storage is connected via UHCI. This problem was observed
on Intel D410PT and was fixed by Katsumi Yamada.
2010-06-29 04:02:07 +00:00
joerg e883e926df Ensure that initfini.c is referenced by exit.c. The start up code has to
reference the latter as a return of main() results in a call to exit(3),
so this ensures that the libc constructors are run for statically linked
programs. Fixes PR 37454.
2010-06-28 21:58:02 +00:00
rmind 559464716e tmpfs_bytes_max: use MIN() rather than min(), which returns int.
Spotted by Wolfgang Solfrank.
2010-06-28 19:32:43 +00:00
pooka bab2829c6a test if i have mastered the setlists for adding tests 2010-06-28 19:08:53 +00:00
pooka 9a0b38b6a5 more mtree fun for everyone with testdirs 2010-06-28 19:05:54 +00:00