Commit Graph

216624 Commits

Author SHA1 Message Date
christos 8e615742be need <sys/types.h> for various crap that other headers use (pid_t etc). 2013-02-10 14:44:14 +00:00
christos 158210c439 pass more tools down. 2013-02-10 14:26:32 +00:00
apb 161fe293bc Hook the new ddb/db_panic.c to the build. 2013-02-10 11:05:31 +00:00
apb bb0eb3bd82 Move the DDB-specific part of vpanic() to a new db_panic() function,
defined in ddb/db_panic.c and declared in ddb/ddbvar.h.  No functional
change.

The copyright years in db_panic.c are the years in which changes were
made to the code that has now been moved to db_panic.c.  No pre-NetBSD
copyright notice is needed because revision 1.12 of subr_prf.c had only
the trivial "#ifdef DDB \\ Debugger(); \\ #endif"
2013-02-10 11:04:19 +00:00
apb bf2dfb8fc5 read_symtab_from_file used to be defined in ddb/db_aout.c, but that
file was deleted in 2011.  Now delete the declaration in ddb/ddbvar.h.
2013-02-10 10:26:12 +00:00
christos da71c141ee really calling disklabel with the arguments of fdisk does not work. 2013-02-10 03:09:07 +00:00
christos c4c65e1ca7 - remove dup trap
- compare size to 0 for autosizing
- remove .gz file before compressing.
2013-02-10 02:09:47 +00:00
christos 2ef0e4eae7 add compression support. 2013-02-10 01:28:42 +00:00
christos 96add05603 Follow a different approach to install the kernel and compress the image. 2013-02-10 01:24:40 +00:00
christos 076b167207 make these only work for things that have EXT_ foo definitions. 2013-02-09 23:14:44 +00:00
matt 05393fd8a6 Define FP_ILOGB0 and FP_ILOGBNAN 2013-02-09 22:56:20 +00:00
matt 9074d59336 Use FP_ILOGB0 and FP_ILOGBNAN 2013-02-09 22:56:00 +00:00
christos afdc807ef9 Hook to the build. 2013-02-09 22:33:13 +00:00
christos 60e078850a FreeBSD version 2013-02-09 22:32:47 +00:00
christos 4771f7bd0d fix BEAGLEBONEXM linking 2013-02-09 22:11:29 +00:00
christos 1d3b0f5839 name the kernel like other evbarms 2013-02-09 20:48:38 +00:00
christos fec034cae5 handle renaming and uncompressing the kernel 2013-02-09 20:47:46 +00:00
christos f73dde4fda get the kernel from the release directory. 2013-02-09 20:47:06 +00:00
christos ee48b743e7 Make this work for NetBSD 2013-02-09 20:19:13 +00:00
christos 80388058ff one more 2013-02-09 19:39:01 +00:00
christos be721c1dad add FreeBSD implementations. 2013-02-09 19:37:48 +00:00
christos 02bfcabc8d merge back changes I undid 2013-02-09 18:59:19 +00:00
christos 2b70ceaf90 add tool hooks. 2013-02-09 18:50:11 +00:00
christos 8070b25e81 hook image building for rpi. 2013-02-09 18:49:55 +00:00
khorben 75c88a7f14 Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
Tested on a Lenovo ThinkPad T60 2007 (amd64)
2013-02-09 17:42:34 +00:00
christos 014096fb90 Allow setting _LIB_PREFIX externally. 2013-02-09 17:18:17 +00:00
christos 60404ef41f explicitly set the prefix here. 2013-02-09 17:18:01 +00:00
christos 67dc09847c libmesa needs the lib prefix because it is used in LIBDPLIBS 2013-02-09 17:17:36 +00:00
skrll c20e384b54 RCSId police 2013-02-09 16:42:45 +00:00
rmind 5b97ba65a8 Disable -DWITH_NPF for now; will be converted to BPF mechanism. 2013-02-09 15:36:40 +00:00
jmcneill 42680819c8 console device selection is done at runtime now 2013-02-09 13:29:36 +00:00
jmcneill 648a5bdd8d attach a wsdisplay even if this is not the console device 2013-02-09 13:28:59 +00:00
spz cd9c73575e typo in a MKDEBUGLIB part 2013-02-09 12:17:20 +00:00
kiyohara ce02c3a687 Fix KASSERT(l == curlwp)ed in mi_switch(). Don't use INTSTK of cpu_info in
INTR_PROLOG when user-mode.  Interrupted user context switches to newlwp, if
sched tick.  This context must save to USPACE.
When use our INTSTK?
2013-02-09 11:22:51 +00:00
jmcneill 473f858720 fix usage again -- -D specifies destdir not releasedir
include conf/${h}.conf not conf/rpi.conf
fix ./mkimage: line 110: "7" - 1 : syntax error: operand expected (error token is ""7" - 1 ")
2013-02-09 11:20:56 +00:00
jmcneill eb893c8eed keep beagleboard conf in sync with rpi 2013-02-09 11:19:55 +00:00
jmcneill 35ad314c0b fix usage 2013-02-09 11:15:14 +00:00
jmcneill 5dd616cd7a add missing } 2013-02-09 11:07:26 +00:00
njoly 5fb876b9e0 Fix LOCKDEBUG build. 2013-02-09 11:04:32 +00:00
rmind 0e21825481 NPF:
- Implement dynamic NPF rules.  Controlled through npf(3) library of via
  npfctl rule command.  A rule can be removed using a unique identifier,
  returned on addition, or using a key which is SHA1 hash of the rule.
  Adjust npftest and add a regression test.
- Improvements to rule inspection mechanism.
- Initial BPF support as an alternative to n-code.
- Minor fixes; bump the version.
2013-02-09 03:35:31 +00:00
jakllsch 556f85a303 "dcl" is not "dc1".
Fixes PR#47547
2013-02-09 02:49:36 +00:00
christos 26a38a4618 CID/979997: missing va_end() 2013-02-09 01:50:04 +00:00
christos 225b6588eb CID/979998: missing va_end() 2013-02-09 01:46:30 +00:00
christos 12e03428f2 CVS/979999: missing va_end() 2013-02-09 01:22:28 +00:00
christos 4a90750c00 CID/980000: missing va_end() 2013-02-09 01:20:08 +00:00
christos 222eaeb9cc CID/90001: missing va_end() 2013-02-09 01:19:05 +00:00
christos 60296e9005 CID/980002: missing va_end() 2013-02-09 01:16:39 +00:00
christos 752baf2503 why didn't gcc find the formatting error? 2013-02-09 00:32:12 +00:00
christos a67c3c8971 printflike maintenance. 2013-02-09 00:31:21 +00:00
matt e773de8072 Properly deal with the non-coherent dma tag too. 2013-02-08 23:24:02 +00:00