Commit Graph

214548 Commits

Author SHA1 Message Date
joerg
f611942e77 Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the child
process, proc_find can't be used as the child is still in state SIDL.
2012-11-17 21:55:24 +00:00
tsutsui
81281427af Don't show a disk which is mounted as root partition
in the "Available disks" list during sysinst procedure
to prevent users from shooting their foot in case of
installation using install-image on a USB stick.
Per suggestion in PR/47195.
2012-11-17 20:34:24 +00:00
tsutsui
ce1f27f16c Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.
UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html
2012-11-17 19:35:55 +00:00
tsutsui
c5d4db27f7 Make xxboot for ufs variants actually functional:
- set bootdev properly even on SCSI HD and floppy boot
  per SDBOOT/FDBOOT/CDBOOT defines in each Makefile
- always print xxboot name and version
- use IOCS PRINT calls instead of printf to avoid size overflow in DEBUG case
- wrap debug stuff with #ifdef XXBOOT_DEBUG
- bump version to denote changes
Mostly taken from old boot_ufs.

XXX: xxboot_lfs[12] are untested.
2012-11-17 19:10:46 +00:00
tsutsui
2e3e0442cf Fix previous; no need to echo dummy command. 2012-11-17 17:58:59 +00:00
tsutsui
ec0ecb08a3 Appease warning "nbmake: ${TOUCHPROG} expands to empty string". 2012-11-17 17:51:09 +00:00
pooka
81eb87ebc6 include correct header 2012-11-17 16:38:22 +00:00
tsutsui
c47da7b7e1 Set *file for FS_OPS() pathname properly in devopen().
Now bootxx_ffsv1 (and other bootxx ufs variants) work properly.

XXX: cd9660_open() in sys/lib/libsa/cd9660.c seems to open a file in
     the first entry of root directory if specified path is empty.
     Not sure if it's intentional behavoir.
2012-11-17 16:16:46 +00:00
jakllsch
ef276a54b7 Match prototype types to function types (u_int64_t vs. uint64_t). 2012-11-17 16:03:48 +00:00
tsutsui
920bba18a7 - use declarations in <lib/libsa/stand.h>
- remove __P() and some KNF
- remove extern variable decl
- use uintNN_t type
2012-11-17 16:02:00 +00:00
tsutsui
4deb7bfcc7 - fix comments
- use proper uintNN_t types
- use ANSI function decls
- remove unnecessary function decl
- remove __P()
- misc KNF and cosmetics
2012-11-17 15:59:28 +00:00
tsutsui
a994905719 Use a correct function name in .globl decl. 2012-11-17 15:53:21 +00:00
tsutsui
06db0c82ee Pull fixes in comments from x68k/stand/boot_ufs/boot.S rev 1.9 and 1.10. 2012-11-17 15:50:13 +00:00
mbalmer
b74ec79f76 Correct spelling of "Lily" and "Camellia". From FreeBSD. 2012-11-17 13:15:25 +00:00
hannken
0253e4d99a wapbl_biodone: Release the buffer before reclaiming the log.
wapbl_flush() may wait for the log to become empty and
    all buffers should be unbusy before it returns.
2012-11-17 10:10:17 +00:00
joerg
6ae8c21c8e Update LLVM/Clang snapshot to r168187 for various bug fixes. 2012-11-17 04:57:25 +00:00
tsutsui
1c2763589b Note mount_msdos -G option also allows mounting X680x0's Human68k floppies. 2012-11-16 15:00:18 +00:00
he
341f22eefb Fix make syntax problem by putting the condition on the same line as .elif. 2012-11-16 12:38:09 +00:00
joerg
fd9f03b713 + bsd.buildinstall.mk 2012-11-16 10:48:17 +00:00
christos
ca01c6a423 Eat all targets 2012-11-16 05:39:25 +00:00
christos
3a65f09395 Don't install lib.a on platforms this is not supported. 2012-11-16 02:54:55 +00:00
christos
678bca005b fix lint 2012-11-16 02:16:38 +00:00
joerg
bda30f5579 Use the size of the object pointed to, not the size of the pointer. 2012-11-16 02:11:05 +00:00
joerg
a6fdb8b8e6 SAFE_FREE sets key_st to NULL, so use that explicitly. 2012-11-16 02:10:26 +00:00
joerg
54f191bfce Move the build_install logic from lib/Makefile into share/mk and re-use
it for tools. The existing logic broke for the LLVM build with the
recent .ORDER changes in make.
2012-11-15 23:51:53 +00:00
rmind
4a1b0d45b2 npfctl(8): mention table listing. 2012-11-15 22:22:53 +00:00
rmind
b4a9940e50 npfctl: switch to ecalloc(3). 2012-11-15 22:20:27 +00:00
jkunz
993229b6fe Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
2012-11-15 19:49:11 +00:00
christos
a77763a174 bump resolver library. 2012-11-15 18:51:54 +00:00
christos
ed2260d139 use standard queue macros. 2012-11-15 18:49:37 +00:00
christos
ccd87bacaf Make libresolv handle the part that libc does not handle, update records
and signing.
2012-11-15 18:48:48 +00:00
christos
6237b29afd fix the part of the code that does not get usually compiled in libc. 2012-11-15 16:43:30 +00:00
christos
7e4ddd095e include the variable name in debugging printfs. 2012-11-15 16:42:26 +00:00
msaitoh
9715b167f4 Change style a bit. 2012-11-15 06:14:54 +00:00
msaitoh
8f757e763b Add support for ITE8720F by Nat Sloss. PR#47169. 2012-11-15 04:45:01 +00:00
christos
42837a5b3c Add 'x' to the mode bits to specify O_EXCL, like glibc. 2012-11-15 03:50:36 +00:00
christos
cb292d56ab add argsused 2012-11-14 23:25:05 +00:00
rkujawa
ebbe5fe839 s/msm6242/msm6242b/ 2012-11-14 23:16:18 +00:00
njoly
3373228440 Fix mandoc(1) output, use right arrow special character. 2012-11-14 23:11:27 +00:00
matt
5523aadff2 Set max_linkhdr when attaching so when bridging/forwarding ethernet drivers
have a chance to reserve enough space to insert a max-sized 802.11 header.
2012-11-14 18:34:05 +00:00
rkujawa
258df1e173 Add kernel RCS ID, clean up. 2012-11-14 17:15:25 +00:00
skrll
0228517d04 Fix function name in DPRINTF 2012-11-14 13:53:23 +00:00
rkujawa
41e877e706 Nuke unused clock struct, was used by a2kbbc before conversion to MI msm6242b
driver.
2012-11-14 13:36:02 +00:00
pooka
2b783d7193 Check return value of ftruncate(). Some versions of gcc give
warnings if I don't.
2012-11-14 09:22:58 +00:00
njoly
856537a70d Use mdoc macro for literal block display. 2012-11-14 08:26:29 +00:00
wiz
7624d5cde4 Remove trailing whitespace. 2012-11-14 07:49:34 +00:00
msaitoh
7a1bc3ccf8 Add note about lib/libc/softfloat/Makefile.inc hack for arm.
Gcc has a bug in tree optimization. For adddf3, -INF + -INF returns 0 without
  -fno-tree-vrp. Debugging with -fdump-tree-all shows that
  softfloat.c.021t.cleanup_cfg is ok but softfloat.c.023t.ssa is broken.
2012-11-14 04:13:44 +00:00
msaitoh
71f1d3fc0f For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.
Fixes PR#46953.
2012-11-14 03:47:30 +00:00
rkujawa
87eecda342 Add msm6242b(4) page to mi distribution list. 2012-11-14 02:36:53 +00:00
rkujawa
664c247396 Add man page for recently added msm6242b driver. 2012-11-14 02:29:10 +00:00