christos
92227bd148
remove useless include (sys/stat.h) and add useful one (stdio.h)
2012-11-04 21:14:59 +00:00
christos
bef47ea987
include pwd.h for password stuff
2012-11-04 20:46:46 +00:00
christos
c168a88323
put a wait barrier between trousers and tpm-tools
2012-11-04 19:48:08 +00:00
christos
c254700c5c
wait for trousers
2012-11-04 19:46:42 +00:00
christos
df3a32c7fb
use LIBDPLIBS
2012-11-04 19:45:58 +00:00
christos
043b6f2ca6
fix typo
2012-11-04 19:18:03 +00:00
christos
7c1cb982d4
we have _SC_PHYS_PAGES now
2012-11-04 19:12:41 +00:00
apb
b430e5b5dd
zoneinfo: Import tzdata2012i. [apb 20121104]
2012-11-04 18:03:23 +00:00
apb
9a42c9b699
tzcode2012i/tzdata2012i have been released. We have updated to tzdata2012i.
2012-11-04 18:02:56 +00:00
jakllsch
48958e522b
Stylistic changes in comments/strings:
...
"FAT" and "fat" are different things, use the appropriate case.
"GEMDOS" is all caps.
2012-11-04 17:57:59 +00:00
apb
1467a3f336
Import tzdata2012i from ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz
...
Changes from tzdata2012h to tzdata2012i:
Cuba switches from DST on 4 Nov 2012 at 01:00. (Thanks to Steffen Thorsen.)
2012-11-04 17:53:29 +00:00
jakllsch
1203d9864d
And correct a typo that wasn't corrected in previous.
2012-11-04 17:35:27 +00:00
jakllsch
3a46a43ff0
Correct constant in comment to match the expression it is derived from.
2012-11-04 17:33:46 +00:00
jakllsch
a8a5260437
Check that the FSInfo block's next free cluster suggestion is actually
...
a cluster within the bounds of the volume too.
2012-11-04 17:18:56 +00:00
jakllsch
1afc21ab39
((u_long)-1) will not always be 0xffffffff, which is what we actually
...
want to test against to determine if the FSInfo block's next free
cluster suggestion is valid
2012-11-04 17:16:37 +00:00
christos
452fa9e672
Hook in TPM utils
2012-11-04 16:29:12 +00:00
christos
94c130b258
hook in TPM
2012-11-04 16:28:11 +00:00
christos
acfddfeed2
add MKTPM, default to no
2012-11-04 16:27:28 +00:00
christos
fd0ad6ba3c
add TPM sets.
2012-11-04 16:26:52 +00:00
pooka
28550d5d48
Add vdrain to the list of kernel threads.
2012-11-04 14:40:47 +00:00
pooka
352e4b404d
Use a table to check for kernel threads.
2012-11-04 14:40:18 +00:00
jakllsch
b7565c8f0e
According to current file(1) magic definitions an unlabeled FAT is
...
denoted with "NO NAME" rather than "NO_NAME".
2012-11-04 14:27:15 +00:00
isaki
fda04a5448
FLOPPYPAD=1 for padding floppies.
...
On XM6i (emulator), the floppy format type of plain image is
decided by filesize, so it makes easy to use the image on XM6i.
2012-11-04 13:12:10 +00:00
christos
82ad575716
don't include things you don't need
2012-11-04 13:08:56 +00:00
matt
d6411b2133
Fix ETTF PSPD definitions and enable the ETTF PORTSC detection.
...
Fix EHCI portion of PR/47156.
2012-11-04 12:01:55 +00:00
apb
f669c7071f
Add references to ${_NETBSD_VERSION_DEPENDS} for files that
...
need to be re-created when the NetBSD version changes. They
will also be re-created when any build settings are changed.
2012-11-04 11:12:31 +00:00
apb
acfd2b168d
motd needs to be re-generated when DISTRIBVER changes, so change he
...
Makefile to use the new ${_NETBSD_VERSION_DEPENDS} mechanism defined in
bsd.own.mk.
Rename the default motd file in the source tree from "motd" to
"motd.default", because otherwise it would conflict with the motd file
that is now created in the .OBJDIR.
2012-11-04 11:09:14 +00:00
apb
040e0f875d
Add DISTRIBVER to the list of variables under RELEASEVARS.
2012-11-04 11:04:10 +00:00
apb
1c0de10687
Create a "params" file in the top-level .OBJDIR during "make build".
...
This file will contain the values of all variables that can affect
the build process. Take care not to update the file's timestamp if
the contents do not change.
${_SRC_TOP_OBJ}/params is referenced by ${_NETBSD_VERSION_DEPENDS} in
bsd.own.mk.
Rename the old "params" target to "show-params". This simply
prints the values of the variables that can affect the build.
2012-11-04 11:02:11 +00:00
apb
9a72dfd1d1
Add _NETBSD_VERSION_DEPENDS in bsd.own.mk. Targets that need
...
to be re-generated when the NetBSD version numberchanges,
or when any build-related variables change, may depend on
${_NETBSD_VERSION_DEPENDS}.
2012-11-04 10:59:13 +00:00
wiz
c82468c671
Bump date for previous. Grammar fix.
2012-11-04 10:57:33 +00:00
apb
cd19fc2e6a
Reorganise, consolidate duplicated information, clarify wording,
...
attempt to make the man page match the actual behaviour.
2012-11-04 10:10:03 +00:00
chs
4b312fc48f
in cpu_switchto(), remove the MP-unsafe code to mark a pmap active on a CPU,
...
pmap_activate() already does this. add MP locking to pmap_activate()
and pmap_deactivate(). move flushing of user windows and virtual caches
from pamp_activate() to pmap_deactivate().
2012-11-04 00:32:47 +00:00
rmind
d79b47c370
libpthread: replace the use of obsolete sys/tree.h interface with rbtree(9).
2012-11-03 23:42:27 +00:00
njoly
1ebbf7b605
Move rusage computation to a new getrusage1() function. Adjust all
...
compat/emulations to make use of it.
2012-11-03 23:22:21 +00:00
christos
ff84366ca6
add utimens and lutimens wrappers using utimensat.
2012-11-03 19:39:21 +00:00
jakllsch
9211d76436
make a bunch of globals static
2012-11-03 19:26:52 +00:00
jakllsch
7f13651aab
drop write-only variable
2012-11-03 19:14:53 +00:00
christos
98b021fd71
make the utime and utimes cases work too.
2012-11-03 17:33:01 +00:00
skrll
8f942710bb
Re-run mknative for mips gdb 7.3.1 - not being used just yet.
2012-11-03 17:07:49 +00:00
tsutsui
c94fd7546f
options FFS_NO_SNAPSHOT disables only the creation of file system
...
internal snapshot. Per comment from hannken@.
2012-11-03 16:47:54 +00:00
manu
299c086640
When lookup returns a node with null inode number, it means the ENOENT,
...
with negative caching. We do not implement negative caching yet, but
we honour the ENOENT.
2012-11-03 15:43:20 +00:00
tsutsui
536aa927d4
Remove unused non-en translation messages.
...
(src/distrib/x68k/floppies/ramdisk/Makefile specifies list.sysinst.en)
2012-11-03 15:40:58 +00:00
christos
0a00da6dcc
use utimensat(2) and correct and centralize file times handling.
2012-11-03 15:39:23 +00:00
skrll
7639cf466f
Typo in previous
2012-11-03 15:07:40 +00:00
skrll
70142c72b9
Supply MIPS_ZERO_REGNUM and MIPS_UNUSED_REGNUM (as zero). Idea stolen from
...
mips-linux-tdep.c
2012-11-03 15:06:55 +00:00
skrll
2334c5671b
Bring across target kvm support for mips from gdb6.
2012-11-03 14:59:44 +00:00
tsutsui
d609b84f9d
Comment out pseudo-device fss. We already has options FFS_NO_SNAPSHOT.
2012-11-03 14:44:29 +00:00
skrll
db35d67e76
Tidyup
2012-11-03 14:38:17 +00:00
tsutsui
7be7385533
Allow overriding live-image and install-image sizes by
...
INSTIMAGEMB (for install-images), USBIMAGEMB (for x86 sd0root liveimages),
and EMUIMAGEMB (for other liveimages) variables.
Per discussion on current-users@:
http://mail-index.NetBSD.org/current-users/2012/10/29/msg021368.html
2012-11-03 14:25:32 +00:00