Commit Graph

214499 Commits

Author SHA1 Message Date
chs f7c9fbf0fa add a cpu_spawn_return() that just calls userret(). 2012-11-05 15:14:34 +00:00
chs 04068992a7 add a stub cpu_mcontext_validate(). 2012-11-05 15:13:04 +00:00
chs cbdf1a7f9d remove pmap_track_modified() since it references kmem globals
that no longer exist.  this check was a hold-over from freebsd,
kmem pages on netbsd are not managed and thus mod/ref state is
anyway not tracked.  also remove commented-out assertions about
pageq locking, this was another freebsd hold-over since pmaps
do not use the pageq lock on netbsd.
2012-11-05 15:11:36 +00:00
alnsn a659721e61 Untie libsljit directory from MKSLJIT. 2012-11-05 08:07:11 +00:00
pgoyette a056b20854 The SysV IPC tests have been converted to atf 2012-11-05 04:11:44 +00:00
pgoyette d377141baa Add new SysV IPC test 2012-11-05 04:09:34 +00:00
pgoyette c168fbbf95 Convert to ATF format the old src/regress/ style tests for Sys V IPC 2012-11-05 04:09:14 +00:00
christos 4622fbd2a2 add missing include file. 2012-11-05 01:25:25 +00:00
alnsn ffd8736098 Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386. 2012-11-05 00:57:39 +00:00
alnsn a9b4cc4551 Add userspace libsljit test. Not hooked into build yet. 2012-11-05 00:34:28 +00:00
alnsn 8639fea1f4 Compile with WARNS=3. 2012-11-05 00:29:57 +00:00
alnsn 21d85b1e97 Add makefiles to build libsljit as a private userspace library. 2012-11-05 00:23:18 +00:00
alnsn 758c93834a Compile with WARNS=3. 2012-11-05 00:18:50 +00:00
christos 6298c31a51 add missing includes 2012-11-04 23:37:02 +00:00
khorben acecd624e0 Fixed two harmless typos
ok agc@
2012-11-04 23:30:39 +00:00
christos 8abc3de551 Over the years this header gained a lot of disparate functionality
and willy nilly people kept adding headers appropriate to the new
functionality  So we reached where we are today, this header causes
lots of namespace conflicts (for example you cannot use util.h from
a lex file, because ECHO is macro used in lex, and ECHO is defined
to 8 in termios). Roll back time, and remove all the unnecessary
includes, leaving it to the program to include the ancillary headers
they need.
2012-11-04 23:25:59 +00:00
alnsn 1e8343bece Add sljit. 2012-11-04 22:55:07 +00:00
christos 8c13db6ad0 add the headers you need 2012-11-04 22:47:21 +00:00
christos 4f048a363d include the headers you use 2012-11-04 22:46:08 +00:00
christos 24f9b938a0 add missing header 2012-11-04 22:38:19 +00:00
christos 39a3c792a3 include utmpx.h if needed 2012-11-04 22:36:58 +00:00
christos a226200999 include <pwd.h> 2012-11-04 22:32:01 +00:00
christos d6532d627c include the headers that you need. 2012-11-04 22:30:23 +00:00
christos 6a9b095c0d include the headers that we need 2012-11-04 22:28:16 +00:00
christos 1f16d7465e include the headers that you need. 2012-11-04 22:26:04 +00:00
christos c6352516aa include the headers you need 2012-11-04 22:21:11 +00:00
christos e3f7c883f9 include the needed headers 2012-11-04 22:20:03 +00:00
christos 5d69c93985 Only include the headers we use and remove useless variable. 2012-11-04 21:57:40 +00:00
christos 7dd937fd24 if you are going to use utmpx.h, include it. 2012-11-04 21:35:45 +00:00
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