Commit Graph

208989 Commits

Author SHA1 Message Date
wiz
8599966dc6 Sync usage with man page. 2012-01-31 21:53:42 +00:00
kardel
f003fb54cd Import ntp 4.2.6p5 2012-01-31 21:18:50 +00:00
mlelstv
780696aa56 Enable build of crash(8) for m86k platforms. 2012-01-31 21:17:57 +00:00
phx
b45f14c96e Print MPC8245 cpu speed. We can calculate it using the PLL ratio. 2012-01-31 21:12:03 +00:00
alnsn
976959cf87 Revert to more readable but non-standard use of offsetof to calculate
a size of a structure with a flexible array member.
2012-01-31 20:40:09 +00:00
uwe
4d9bf144be Implement crtbegin* for sh3. Tested to work on landisk. 2012-01-31 20:30:15 +00:00
uwe
1415c6da05 New ___start() C function takes 3 arguments instead of 6 and fetches
argc, argv and environ from ps_strings instead.  Adjust the trampoline
accordingly.

Fix brain fart in previous: direct jump is jmp @rN, not bsrf rN.
2012-01-31 20:17:57 +00:00
uwe
cd23fa6d26 Use unambiguous .p2align 2 since .align 4 copied from i386 is
incorrect, as .align is .p2align on sh3, not .balign
2012-01-31 20:12:47 +00:00
kardel
6aeabc3d7b update ntp current version 2012-01-31 20:11:41 +00:00
uwe
5ade3e48ae Move crt0.S in front of crt0-common.c when building crt0.o and gcrt0.o.
Reading disassembly is easier when the asm crt0.S trampoline is at the
start, not hidden behind the C code in crt0-common.c.
2012-01-31 20:08:28 +00:00
kardel
7f5b6b22a1 fix instructions in comment part 2012-01-31 20:05:13 +00:00
uwe
1ecbaba27e Hmm, funny. I wonder why and how did emacs VC managed to add
Warning: Permanently added the RSA host key for IP address '...' to the list of known hosts.

to the committed file. (hi, new cvs!)
2012-01-31 20:03:50 +00:00
uwe
cfdbe19d5f Use -DPIC to compile crtbeginS.o since that's what <machine/asm.h>
headers check.
2012-01-31 19:58:22 +00:00
alnsn
04804f532f Replace offsetof(pcq_t, pcq_items[nitems]) with sizeof(pcq_t) + sizeof(void *[nitems]). 2012-01-31 19:11:37 +00:00
njoly
dcea8cfc3c owner testcase now succeed with rumpfs. 2012-01-31 19:02:49 +00:00
njoly
d04e1e754f Check credentials when setting uid, gid or mode attributes. 2012-01-31 19:00:03 +00:00
njoly
8e54f08b1f Check directory write access for DELETE operation. And while here,
small indentation adjust.
2012-01-31 18:56:07 +00:00
christos
c966a89be8 PR/45897: Takahiro Kambe: Make default display < 80 characters and add -w flag
to display unlimited
2012-01-31 16:30:40 +00:00
wiz
71fcb57d88 Remove trailing whitespace.
New sentence, new line.
Remove Pp before Sh.
Sort sections.
Use more markup.
Remove unnecessary macro arguments.
2012-01-31 13:25:05 +00:00
nisimura
6e0f9f1c21 introduce evbarm bootmini2440(8) man entry. 2012-01-31 12:23:32 +00:00
nisimura
bd47c13c7b - add TFTP loading facility.
- SD/MMC load default is now "ld0a:netbsd"
2012-01-31 11:04:17 +00:00
hauke
2e878a9dca Fix AppleTalk name registration, as discussed on the port-macppc list
<http://mail-index.netbsd.org/port-macppc/2010/07/09/msg001119.html>
and in PR kern/44412, by looping back ddp broadcasts.

Patch submitted by David Riley against netbsd-5, adaptation for
-current and minor KNF touchup by me.

Needs to be pulled up to netbsd-5.
2012-01-31 09:53:44 +00:00
darrenr
714fe0e37d PR bin/45894
ipftest core dumps when running tests
2012-01-31 09:41:37 +00:00
roy
5c9f9c92ee Import dhcpcd-5.5.1 with the following changes:
* Don't start IPv6 RS if disabled globally
* Allow dhcpcd to run on a read only filesystem
* Don't attempt to run the script if an empty string or /dev/null
* Stop truncating the netmask sockaddr on routing messages for BSD
2012-01-31 09:39:47 +00:00
roy
059fa35111 Import openresolv-3.4.6 with the following change from 3.4.5
* dnsmasq subscriber correctly sets IPv6 domain specific servers over dbus
2012-01-31 09:19:58 +00:00
martin
493d58c360 More printf format fixes 2012-01-31 08:57:36 +00:00
martin
6954772773 Fix printf formats (those who can't decide wether to use casts or PRI*
macros do both in bogus combination)
2012-01-31 08:43:44 +00:00
macallan
0a201d5d34 igsfb doesn't use rcons, no need to pull it in 2012-01-31 05:08:14 +00:00
matt
21a4349cd1 Use a typedef to cleanup OF_set_callback. 2012-01-31 04:32:07 +00:00
matt
09fb7d24ff Convert stragglers to use real C89 prototypes. 2012-01-31 04:28:50 +00:00
matt
91d94812e8 ANSIfy the prototypes 2012-01-31 04:28:02 +00:00
matt
bf4e528611 Deal with case when kmembase == kmemstart.
Use KASSERTMSG for a few KASSERTs
Make sure to match the color of the VA when we are allocating a physical page.
2012-01-31 00:30:52 +00:00
matt
ccd880d5ab Switch to using ANSI prototypes. 2012-01-30 23:34:58 +00:00
matt
35949990c0 Use ANSI prototype for _bus_dmamem_alloc_range.
Caught when compiling with -Wold-style-definition
2012-01-30 23:34:15 +00:00
matt
4b50cb788d Use proper ANSI prototypes for foo() -> foo(void)
Caught when compiling with -Wold-style-definition
2012-01-30 23:31:27 +00:00
tls
286b7417a0 Add ipf_rb.h to setlist -- missed in earlier commits in ipf 5.1.1 import. 2012-01-30 22:51:51 +00:00
christos
109f5fba24 - remove dup included files
- use intptr_t instead of long where appropriate
- use perfused_ instead of perfuse_ for our own functions.
- more static
Fixes namespace collision of perfuse_mount with this and libperfuse.
2012-01-30 22:49:03 +00:00
rmind
48c7e820df acpi_md_ncpus: use kcpuset_attached instead. 2012-01-30 21:47:24 +00:00
rmind
f14d8195ed pmc_init: check ncpu instead of cpus_attached. 2012-01-30 21:35:22 +00:00
darrenr
ee0161be40 Patch to include ipf_rb.h missed from merge. 2012-01-30 21:10:30 +00:00
rmind
4444e11321 Fix for KMEM_GUARD; do not use it from interrupt context. 2012-01-30 21:05:40 +00:00
christos
762e4c5eaf fix printf formats 2012-01-30 20:51:50 +00:00
martin
cfe24375a5 Initialize "match", it may be used uninitialized, and gcc complains
about it.
2012-01-30 20:40:39 +00:00
darrenr
60a7048ce5 Correct merge error from import. 2012-01-30 20:10:27 +00:00
darrenr
6e01b777b4 Merge error - stale code from HEAD not removed. 2012-01-30 20:08:31 +00:00
christos
80398b9c60 - don't copy past the end of sockaddr if we are rounding, zero it out instead,
from mlelstv@
- put a comment explaining the 6 nuls.
2012-01-30 20:02:55 +00:00
christos
92b963447b Count length from the beginning of the structure not the sa_data portion.
From skrll@
2012-01-30 20:01:08 +00:00
drochner
d8e1a7b61a Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.
2012-01-30 19:41:18 +00:00
darrenr
3646154e14 Lost on import 2012-01-30 19:38:45 +00:00
dholland
56581d9c24 Needs its own copy of quotaprop.[ch] too. 2012-01-30 19:31:31 +00:00