Commit Graph

204472 Commits

Author SHA1 Message Date
christos 4460dc9ac3 Add 3 logging sysctls for arp from freebsd:
1. log_movements: do you want to log the arp overwritten message or not?
2. log_wrong_iface: do you want to log when an arp arrives at the wrong
   interface?
3. log_permanent_modify: do you want to log when an arp message attempts
   to overwrite a static entry?

I did not call the sysctls log_arp like FreeBSD does, because we already
have an arp sysctl level. The default is on for all three of them.
2011-08-27 09:05:54 +00:00
dyoung 9943264696 Build and install ppath(3), property-list paths library. 2011-08-26 21:22:07 +00:00
jmcneill 1501db31c9 defflag DEBUG_EXEC 2011-08-26 19:07:13 +00:00
mbalmer edd34c0a58 u_int32_t -> uin32_t. 2011-08-26 15:00:07 +00:00
mbalmer de6eed829e Add a pmf resume function to put the hardware in a defined state after
resume.  Problem found by jmcneill@.
2011-08-26 13:29:56 +00:00
jmcneill 6051688a5b Fix a typo in r1.243: test for STACKALIGN not STACKLALIGN:
"If STACKALIGN is defined, use it instead of ALIGN.  Some arches need a
 stack more aligned that ALIGN will give."
2011-08-26 12:52:01 +00:00
jmcneill e3bc158053 pmap_remove_all: change panic to warning 2011-08-26 11:16:50 +00:00
jmcneill e81c3e4b4c define __USE_TOPDOWN_VM 2011-08-26 11:01:32 +00:00
mbalmer d8bf2a4e69 Remove one of the copyrights, it is the same person. Remove variable name
in prototype.
2011-08-26 10:30:47 +00:00
reinoud a6fda0ea96 Provide a better fix for the checks 2011-08-26 09:29:16 +00:00
reinoud 1bcd23da1f Revert. 2011-08-26 09:26:14 +00:00
reinoud a6debd8fb7 Change aprint_verbose() to a normal printf() surrounded by #ifdef DIAGNOSTIC 2011-08-26 09:13:08 +00:00
reinoud 9f6b65f0ad Add checks for architectures that need a check for VM_MIN_ADDRESS 2011-08-26 09:10:41 +00:00
reinoud e5fe2f455a Fix check for VM_MIN_ADDRESS since it doesn't need to be a constant 2011-08-26 09:07:48 +00:00
tron d504399e17 Avoid non-literal format strings. 2011-08-26 09:01:07 +00:00
plunky 9c77eacafa add some info re use of Modem and Network ports 2011-08-26 07:56:00 +00:00
christos 012b2b9c3c fix compilation for VM_MIN_ADDRESS == 0 2011-08-26 06:56:11 +00:00
dholland ae56ae8f3f Use __dead and __printflike instead of __attribute__. 2011-08-26 06:18:16 +00:00
joerg ed20f4b6ec pw_error is documented to be dead 2011-08-26 01:48:39 +00:00
joerg be47d2fc97 __assert and __assert13 are dead 2011-08-26 01:10:49 +00:00
reinoud 336984324e Move debug -> verbose 2011-08-25 19:54:30 +00:00
jakllsch 3c644b8a5a Bring mount_psshfs user/host/path argument processing in line with sftp(1). 2011-08-25 19:49:05 +00:00
reinoud f6a2add8fe On a verbose kernel boot show why executables are denied due to their start
adresses. This will hardly ever occure in real-life.
2011-08-25 19:14:07 +00:00
dyoung 199cc6c15a Add tests for ppath(3).
TBD: hook into build and update set lists.
2011-08-25 19:09:46 +00:00
reinoud 6d2b20cf95 When this debug printf is enabled, please also tell WHAT address one is using
for read/write.
2011-08-25 19:08:35 +00:00
reinoud 18218b2d70 Cleanup debug messages in copy.c 2011-08-25 19:07:45 +00:00
reinoud ecc186f568 Implement pmap_deactivate() and most importantly, share changes! i.e. it
should map in the SAME page and not a COW clone of the origional.
2011-08-25 19:06:58 +00:00
reinoud 45a36452c5 A trap is now allways asked for RW access... that needs to be fixed but thats
later care.
2011-08-25 19:06:03 +00:00
hannken 92eca745a6 t_fd/sigio: pass test if we receive at least one SIGIO signal.
While a real kernel collects these signals until the connect() returns and
then delivers one signal rump delivers every signal so we get more than one.

Ok: Antti Kantee <pooka@netbsd.org>
2011-08-25 18:46:01 +00:00
joerg d24dcc0dc7 Uses non-literal format strings 2011-08-25 18:20:22 +00:00
joerg ef4c662073 -Wno-format-nonliteral for msg_defs.c 2011-08-25 17:39:58 +00:00
joerg cd277335a0 Move -Wno-comment for clang to CPPFLAGS, so that mkdep runs are silent. 2011-08-25 17:05:45 +00:00
christos 8da9796673 fix non-literal format strings 2011-08-25 17:00:55 +00:00
christos d30a63af7f fix non-literal format string 2011-08-25 16:54:58 +00:00
joerg 1c874f86e1 Use of non-literal format string 2011-08-25 16:53:25 +00:00
christos 1598a84d98 fix non-literal format string 2011-08-25 16:51:48 +00:00
joerg 9c4f17f60e Use of non-literal format strings 2011-08-25 16:47:20 +00:00
christos 572b078924 document non-literal format string use for many md files 2011-08-25 16:47:16 +00:00
joerg 86490d7b50 Avoid non-literal format strings by replacing asprintf with putc. 2011-08-25 16:41:51 +00:00
joerg 0855702cc7 Use of non-literal format strings 2011-08-25 16:29:39 +00:00
joerg 21f7e41a91 Use of non-literal format string. 2011-08-25 16:22:43 +00:00
joerg 45e9b5a831 Avoid using non-literal format strings. Fix verbose option -- va_list is
passed by reference and vprintf would have processed all arguments
already.
2011-08-25 16:19:23 +00:00
christos df7b0db034 add printf attributes. 2011-08-25 16:18:28 +00:00
joerg dbf6e7953c Avoid magic manipulation of the format string. 2011-08-25 16:17:58 +00:00
dyoung c3c79645b1 Add ppath/ headers that I had overlooked. 2011-08-25 16:15:29 +00:00
joerg cf30c8e1b5 main.c uses non-literal format strings. 2011-08-25 16:12:37 +00:00
joerg 6e9533bc30 Uses non-literal format strings 2011-08-25 15:50:45 +00:00
joerg 0bb547d3b0 Uses non-literal format strings in err.c 2011-08-25 15:44:51 +00:00
kiyohara 3137e2afff bebox not support md_post_newfs() and md_post_disklabel() now. Change null-func. 2011-08-25 15:42:33 +00:00
joerg 5cfa560df9 Avoid using non-literal format strings and optimizing code a bit at the
same time.
2011-08-25 15:37:00 +00:00