wiz
95c5212343
Consistently call the file system "ext2".
2010-02-21 13:28:12 +00:00
wiz
1a64f4201c
Call the file system "ext2" consistently. Suggested by tsutsui.
2010-02-21 13:26:45 +00:00
wiz
dcced1277c
Fix string, noted by tsutsui.
2010-02-21 13:23:15 +00:00
drochner
9783f258ba
rename the va0_disabled option and cpp conditional to "disable" as well,
...
for consistency, and document option and sysctl flag
2010-02-21 13:17:50 +00:00
darran
f802834604
DTrace: add the dtrace module.
2010-02-21 11:16:19 +00:00
darran
dea8f231d6
DTrace: add the dtrace module to the build.
2010-02-21 11:14:47 +00:00
darran
7b822b43cb
DTrace: fix a problem with library references for libctf and libdtrace.
2010-02-21 11:00:01 +00:00
darran
4e42fd7663
DTrace: remove extra libshare.h - shouldn't have added it and it breaks
...
the libzfs build.
2010-02-21 10:21:06 +00:00
christos
d464f08166
fix faulty logic in previous change.
2010-02-21 09:54:57 +00:00
darran
17b93c1002
DTrace: remove assert.h - shouldn't have been checked in (breaks libdtrace
...
build).
2010-02-21 09:52:08 +00:00
wiz
3fad503ab0
New sentence, new line. Bump date for mentioning wbsio.
2010-02-21 09:02:19 +00:00
darran
f2505ce1e5
DTrace: remove file.h - it shouldn't have been added and breaks zfs.
2010-02-21 08:28:40 +00:00
darran
2c398f9ea9
DTrace: Add __predict_false() to the DTrace hooks per rmind's suggestion.
2010-02-21 07:39:18 +00:00
darran
8d0c2f9cd9
DTrace: missed kern_dtrace.c (thanks rmind!)
2010-02-21 07:28:51 +00:00
darran
37422f86b0
Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in the
...
relevant files. (Per Quentin Garnier - thanks!).
2010-02-21 07:01:57 +00:00
bsh
67a60d973a
Modify definitions for ULCOM register of UART according to S3C2800
...
User's manual rev 1.3.
The values of ULCON_PARITY_SHIFT and ULCON_IR are now same to those
for S3C2410. So the definitions are moved to s3c2xx0reg.h. (Old
definitions from User's manual rev1.1 were differ to those for
S3C2410, and that was why I put them in s3c2800reg.h and s3c24x0reg.h.
There's no description in errata about this changes.)
Also, fix the value for UMSTAT_DCTS on 2800.
The values of UMCON_AFC and UMSTAT_DCTS still differ between 2800 and
2410.
Reported by Brett Slager. Thank you very much.
2010-02-21 06:08:53 +00:00
cnst
7401edecf9
mention wbsio(4) in doc/CHANGES
2010-02-21 05:21:25 +00:00
cnst
51998ed2d7
New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.
...
http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html
Reviewed by <pgoyette>, <tech-kern>.
2010-02-21 05:16:29 +00:00
darran
7fe76dd45f
Add the DTrace kernel hooks file to the kernel build.
2010-02-21 04:00:47 +00:00
darran
eda67656cd
Add DTrace to sets.
2010-02-21 03:18:45 +00:00
darran
1bc28ea1e9
Add the DTrace hooks to the kernel (KDTRACE_HOOKS config option).
...
DTrace adds a pointer to the lwp and proc structures which it uses to
manage its state. These are opaque from the kernel perspective to keep
the kernel free of CDDL code. The state arenas are kmem_alloced and freed
as proccesses and threads are created and destoyed.
Also add a check for trap06 (privileged/illegal instruction) so that
DTrace can check for D scripts that may have triggered the trap so it
can clean up after them and resume normal operation.
Ok with core@.
2010-02-21 02:11:39 +00:00
darran
1bf14d4eef
Add a MKDTRACE build knob for DTrace, off by default.
2010-02-21 01:48:03 +00:00
darran
01c9547e57
Apply NetBSD changes to DTrace.
...
Ok with core@.
2010-02-21 01:46:32 +00:00
mrg
19f4d68d7a
s/D-cache/I-cache/ in some comments.
2010-02-21 00:57:44 +00:00
darran
bb8023b5c1
Add the FreeBSD 8-RC1 changes for DTrace.
...
Ok with core@.
2010-02-21 00:49:51 +00:00
christos
72f71b4cd6
default to the original behavior for $ENV unless POSIXLY_CORRECT is set.
2010-02-20 23:15:17 +00:00
joerg
808b2c3215
Remove a windows-only source file from the list.
2010-02-20 22:49:22 +00:00
ahoka
daea46045b
Fix two problems with argc handling in bioctl(8), which makes
...
bioctl(8) dump core if expected arguments are not passed in.
Closes PR bin/39946 (patch by Juan RP).
2010-02-20 22:25:54 +00:00
roy
20fbb1c876
Use HOST_SRCS instead of adding to SRCS for hash.c
2010-02-20 19:04:48 +00:00
roy
47aa05b406
Use the pre-built hash table.
2010-02-20 17:02:33 +00:00
martin
d84669ba8d
Select the shutdown method for secondary CPUs by available firmware
...
methods, not properties of the CPU.
Inspired by OpenSolaris, pointed out by eeh.
2010-02-20 16:46:38 +00:00
joerg
637b0cffec
Rewrite argument processing to deal with spaces and other meta
...
characters in options. This was exposed by the "NetBSD 5.99" argument of
mandoc.
2010-02-20 15:04:03 +00:00
pooka
17a848cc03
printf -> aprint_normal to avoid empty linefeeds and partial messages
...
for AB_QUIET.
2010-02-20 14:52:22 +00:00
pooka
91f03c22e5
Fix snafu with error reporting in bulk transfers.
2010-02-20 13:56:29 +00:00
joerg
2c23e1b113
Add intermediate files to CLEANFILES. Explicitly include bsd.sys.mk to
...
ensure that HOST_SH is set, even when e.g. cleandir is used.
Noticed by Nicolas Joly.
2010-02-20 13:43:31 +00:00
drochner
1a101ef360
rename the new sysctl to "vm.user_va0_disable", for consistency
...
with the majority of existing sysctl flags, suggested by yamt
2010-02-20 13:21:58 +00:00
wiz
66c83b53c8
Bump date for previous.
2010-02-20 10:23:04 +00:00
mlelstv
6ae5a6ad41
Initialize device_name before opendisk to avoid
...
"unable to open device '(null)'" error messages
when the opendisk fails.
2010-02-20 08:47:10 +00:00
pgoyette
3360c946f9
One more time - do this correctly.
...
Thanks, joerg.
2010-02-20 06:20:46 +00:00
pgoyette
4b2f1808e2
Wrap the include of sys/endian.h in #ifdef HAVE_SYS_ENDIAN_H to avoid
...
build issues on systems that don't have a sys/endian.h
Pointed out by joerg@
2010-02-20 06:15:06 +00:00
pgoyette
237e56a5c8
Since tic is a host tool, we need to include host system header to get
...
definitions of le16dec() and le16enc().
Solves PR bin/42747 from Henning Petersen
2010-02-20 06:08:01 +00:00
joerg
a47bf818c5
Merge
2010-02-20 04:44:59 +00:00
joerg
2dbe35ad26
nstall-20100220:
...
Try harder to give the user an idea which file failed.
Addresses PR 42223.
2010-02-20 04:41:52 +00:00
darran
a864dc36a1
Import the rest of Opensolaris 20081117 needed for DTrace. No conflicts
...
with ZFS.
2010-02-20 04:33:34 +00:00
joerg
966b72ab39
Update build infrastructure for libarchive 2.8.0.
2010-02-20 02:55:52 +00:00
joerg
726cc99615
Do not leak setup_xattr into the public namespace.
2010-02-20 02:53:09 +00:00
joerg
d41f717e25
Merge changes
2010-02-20 02:51:32 +00:00
joerg
9fde539170
Import libarchive 2.8.0:
...
- Infrastructure:
- Allow command line tools as fallback for missing compression
libraries. If compiled without gzip for example, gunzip will
be used automatically.
- Improved support for a number of platforms like high-resolution
timestamps and Extended Attributes on various Unix systems
- New convience interface for creating archives based on disk content,
complement of the archive_write_disk interface.
- Frontends:
- bsdcpio ready for public consumption
- hand-written date parser replaces the yacc code
- Filter system:
- Simplified read filter chains
- Option support for filters
- LZMA, XZ, uudecode handled
- Format support:
- Write support for mtree files based on file system or archive
content
- Basic read support for Joliet
- Write support for zip files
- Write support for shar archives, both text-only and binary-safe
2010-02-20 02:48:21 +00:00
joerg
51e7f65a76
Sort list.
2010-02-20 02:26:14 +00:00
joerg
1bd975ff5c
Build mandoc unconditional if man pages are desirable. All
...
compatibility issues are supposed to be sorted out.
Build groff conditionally on MKGROFF. It is currently the only component
that requires C++.
2010-02-20 00:35:11 +00:00