Ed Schouten
da378661c0
Remove unneeded D_NEEDMINOR from cpuctl(4).
...
The D_NEEDMINOR flag was introduced for drivers that do not actually
depend on storing a device unit/minor number, but require the ability to
address the cdevs by this number, which is used by clone_create().
The cpuctl(4) driver sets D_NEEDMINOR, even though it doesn't use the
clone_create() API. Remove the flag, because maybe we want to get rid of
it somewhere in the far future.
2008-09-01 18:56:01 +00:00
David E. O'Brien
4bdc01a9f9
Add FreeBSD/MIPS support to GCC.
2008-09-01 18:46:03 +00:00
David E. O'Brien
5555bfc259
GDB isn't building on MIPS. Temporarily disable, to revisit soon.
2008-09-01 18:18:19 +00:00
David E. O'Brien
668dbd57c1
Truss and gprof doesn't build for MIPS.
2008-09-01 18:03:09 +00:00
Yaroslav Tykhiy
db6fc08364
Correct a silly typo I introduced: withing -> within.
...
Noticed by: das
2008-09-01 17:48:40 +00:00
Brooks Davis
c7cacf27f0
Wrap a line that became too long with the addition of V_.
...
(This file contains many more unwrapped or badly wrapped lines.)
2008-09-01 17:15:29 +00:00
Dag-Erling Smørgrav
39fa99fb24
Remove some unused files.
2008-09-01 16:34:02 +00:00
Dag-Erling Smørgrav
7699430e48
When I flattened the dist tree, some files that had been removed in prior
...
vendor imports were inadvertantly resurrected. Re-remove them.
2008-09-01 16:12:27 +00:00
David E. O'Brien
16d2cd9432
Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.
2008-09-01 15:10:03 +00:00
David E. O'Brien
dd335a1577
Minimize changes CURRENT<->releng7.
2008-09-01 15:04:38 +00:00
Dag-Erling Smørgrav
d08cd9468b
Set SIZEOF_LONG_INT and SIZEOF_LONG_LONG_INT to plausible values. They
...
aren't used for anything, but that's no excuse for being silly.
2008-09-01 14:15:57 +00:00
Konstantin Belousov
67c7bbf39c
In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were
...
replaced by file relative sector numbers as the buffer block number when
zero-padding a file during extension. Revert the change, it causes wrong
blocks filled with zeroes on seeking beyond end of file.
PR: kern/47628
Submitted by: tegge
MFC after: 3 days
2008-09-01 13:18:16 +00:00
Bernd Walter
ee9069d1d9
use bigger local variable to calculate free space
...
int overflows at 1T free space
2008-09-01 12:32:40 +00:00
Pawel Jakub Dawidek
2765482b7f
When setting error to EINVAL in 'fvp == tdvp' case, jump to out label,
...
because if not, the error will be later overwritten by
mac_vnode_check_rename_to() call.
Reviewed by: rwatson
2008-09-01 10:11:39 +00:00
Kip Macy
4c9839c44e
Bring cxgbtool up to date with version 1.5
...
Obtained from: Chelsio Inc.
MFC after: 3 days
2008-09-01 07:50:04 +00:00
Tim Kientzle
0c35edadaa
Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests on
...
the particular libarchive version being tested instead of the
deprecated ARCHIVE_API_VERSION and ARCHIVE_VERSION_STAMP macros.
2008-09-01 05:38:33 +00:00
Kip Macy
7c80e4f37f
Don't check if an interface can do tcp offload if there are no offload devices registered on the system.
...
Suggested by: rwatson
MFC after: 3 days
2008-09-01 05:30:22 +00:00
Tim Kientzle
32364a7ddb
MfP4: set/unset tracking for atime, ctime, mtime, and size fields.
...
This generalizes the existing set/unset tracking for hardlink/symlink
fields and extends it to cover non-string fields. Eventually, this
will be further extended to cover most fields.
In particular, this is needed to correctly detect when time fields
are missing (for example, reading ustar archives doesn't set atime or
ctime) for proper time restore and is helpful when trying to determine
whether to overwrite data when restoring hardlinks.
This commit updates the tests but not the docs.
2008-09-01 04:54:29 +00:00
Tim Kientzle
c7715560f1
Sort the list of format names.
2008-09-01 02:50:53 +00:00
Tim Kientzle
e32c65cb17
Use the "start_time" (time at which the restore process began)
...
to fill in a missing atime instead of substituting mtime.
PR: bin/124915
2008-09-01 02:50:24 +00:00
Marcel Moolenaar
cbb6aaf62f
Trace interrupts with KTR_INTR.
2008-08-31 23:54:22 +00:00
David E. O'Brien
9dec52bfb2
Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared
...
parts of the configuration aren't duplicated, and arch-specific exceptions
are made "in-place". Also clean up the FreeBSD/amd64 config a little.
2008-08-31 23:38:28 +00:00
Roman Kurakin
f4769d1087
Add simple cd to dvd conversion script.
2008-08-31 22:08:39 +00:00
Marcel Moolenaar
8d8cca480c
Remove redundant KTR statements.
2008-08-31 20:55:31 +00:00
Marcel Moolenaar
09a94c6407
Trace all PMAP calls using KTR_PMAP.
2008-08-31 20:08:13 +00:00
Matteo Riondato
bbe9d7da79
Don't return always 0. Return what we get from exec_mountprog or
...
mount_fs.
PR: bin/125154
MFC after: 1 day
2008-08-31 20:08:05 +00:00
Julian Elischer
22b55ba9a0
fix tiny nti in comment
2008-08-31 18:54:35 +00:00
Gregory Neil Shapiro
3d7a6823f7
A no-op commit to simulate the effect of a forced commit so the file
...
has a new timestamp as needed for mergemaster. A more long term
solution to this is needed since svn doesn't support forced commits.
2008-08-31 18:21:15 +00:00
Warner Losh
fcce278bf2
Use a locally assigned address rather than stealing Atmel's which
...
might cause a conflict...
2008-08-31 18:20:01 +00:00
Yaroslav Tykhiy
21be3b3183
pkill(1) first appeared in /usr/bin, but later it was moved to /bin
...
for the convenience of rc.d. Now it has happily lived there for quite
a while. So move the pkill(1) source files from usr.bin to bin, too.
Approved by: gad
2008-08-31 14:27:59 +00:00
Attilio Rao
59d4932531
Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.
...
Manpages are updated accordingly.
Tested by: Diego Sardina <siarodx at gmail dot com>
2008-08-31 14:26:08 +00:00
Robert Watson
7a0a0eecf0
In UDPv6, reduce scope of global udbinfo lock during append to last
...
matching socket by dropping it before udp6_append(), and remove
duplicate unlocks of udbinfo and inpcb in sysctl return path.
MFC after: 3 days
2008-08-31 13:16:45 +00:00
Robert Watson
72cf344f9c
Update README to reflect removal of netatm/harp test parts some time ago.
...
MFC after: 3 days
2008-08-31 11:41:31 +00:00
Ed Schouten
0639d527ca
Disable processing of output data after disabling scroll lock by force.
...
The syscons code disabled scroll lock inside sc_cnputs() if it's going
to print a system message. The code currently wants to process any TTY
output data as well, but we cannot do this, because the TTY lock is a
sleep mutex, while cnputs() picks up a spin mutex.
Disable the code for now. It solves a panic when a console message is
printed while scroll lock is enabled. One solution would be to
initialize a task structure here.
Reported by: Paul B. Mahol <onemda gmail com>
2008-08-31 10:17:40 +00:00
Stanislav Sedov
a0ac6fc0bc
- Fix comment.
...
- Set U/L bit of generated ethernet address to 1 to not
clash with Atmel assigned addresses.
Suggested by: yar
Approved by: kib (mentor)
2008-08-31 09:28:49 +00:00
Rui Paulo
a9435ff4dd
Enable EFI target.
...
While there, make use of the DEFAULT_VECTOR variable.
2008-08-31 09:17:27 +00:00
Antoine Brodin
598027bb46
Add more obsolete files.
2008-08-31 08:33:41 +00:00
Tim Kientzle
9ea6421090
New mtree writer, thanks to Joerg Sonnenberger.
...
Obtained from: Joerg Sonnenberger
2008-08-31 07:21:46 +00:00
Tim Kientzle
7584fa8aa4
Joerg Sonnenberger's improvements to the shar writer.
...
Significant performance improvements, better quoting of file names, etc.
2008-08-31 07:10:40 +00:00
Tim Kientzle
5dc843b27b
Make libarchive_test a little smarter about trying to find
...
its reference files when you don't specify -r. It now checks
a couple of likely nearby directories to see if any of them
have a particular known file.
2008-08-31 07:06:02 +00:00
Warner Losh
b2fcf23526
Make uipaq's ucom callbacks easier to read while I'm hear looking for
...
other why this seems to be broken with my phone...
2008-08-31 03:39:59 +00:00
Warner Losh
88c29cec87
All the other routines returned EIO from the param routine. Return it
...
from umodem and ufoma.
With these changes, umodem kinda works for me now. It certainly gets
past the "tip" bug that I found earlier where 115200 wasn't a valid
baud rate. This was "broken" in the mpsafetty commit, but in reality,
umodem was always broken.
2008-08-31 03:22:19 +00:00
Warner Losh
8a5492b881
Ioctls that aren't handled by this layer need to return ENOIOCTL, not
...
ENOTTY. Also, make the ucom callback structure easier to read while
I'm here.
2008-08-31 03:16:31 +00:00
Warner Losh
c9b04e1085
Kill dead code. This has been a 'todo' item for a long time and the
...
skelton ioctl handler has decayed beyond usefulness in both of these
drivers.
2008-08-31 03:08:26 +00:00
Marcel Moolenaar
24c8466e8f
Remove restore_intr(). We have intr_restore()...
2008-08-31 02:25:20 +00:00
Ed Schouten
331773cd07
Document the ulimit -p option in the sh(1) manual page.
...
When I imported the MPSAFE TTY code, I added the -p flag to sh(1)'s
ulimit, but I forgot to document it in the appropriate manual page.
Requested by: stefanf
2008-08-30 22:35:21 +00:00
Christian S.J. Peron
8751c5bac8
Improve the entropy of the source port randomization for network address
...
translation. It turns out this is useful for applications which require
source port randomization for security (i.e. dns servers).
Discussed with: secteam
Requested by: mlaier
MFC after: 2 weeks
2008-08-30 20:58:34 +00:00
Marcel Moolenaar
896b354188
In db_show_mdpcpu(), print MD fields.
2008-08-30 18:50:11 +00:00
Marcel Moolenaar
958ed50695
Whitespace fixes.
2008-08-30 18:48:17 +00:00
Marcel Moolenaar
20c5910af7
Call powerpc_sync() instead of using an asm statement.
2008-08-30 18:39:29 +00:00