pooka
f0fb0d2ca1
do 5.0 compat for fstat
2010-08-30 10:08:39 +00:00
pooka
e731bd97ef
Include kern_prot.c for setuid etc.
2010-08-30 09:44:40 +00:00
pooka
64cced98e7
Use one line per sys/kern source module. no functional change.
2010-08-30 09:44:11 +00:00
pooka
c825a763b1
Make tcount volatile since a signal handler plays with it.
2010-08-30 08:30:17 +00:00
christos
42fececd08
dprintf is claimed by posix.
2010-08-30 06:27:14 +00:00
christos
f69d85affc
increase commented out debugging.
2010-08-30 06:26:59 +00:00
kiyohara
8c7e8c667b
Support prcm@obio1.
2010-08-30 05:37:30 +00:00
dholland
2b2d4bc113
On LP64 platforms, uid_t is not the same size as u_long, so the key
...
comparison function being given to db was comparing 4 extra bytes of
rubbish.
This may or may not be the *only* source of the corrupted
/var/account/usracct files I've been seeing occasionally on amd64, but
it's clearly *a* source.
2010-08-30 02:49:17 +00:00
mrg
172ca3ccec
add a simple app to maintain the symlinks for audio devices in /dev, so
...
that it's easy to change the "default" audio device. eg:
# audiocfg
0: [*] audio0: HD Audio
1: [ ] audio1: HD Audio
2: [ ] audio2: Pseudo Audio
# audiocfg 1
setting default audio device to audio1
# audiocfg
0: [ ] audio0: HD Audio
1: [*] audio1: HD Audio
2: [ ] audio2: Pseudo Audio
written by jared. thanks!
(there's a separate patch in the works to give "HD Audio" a better name.)
this is not enabled yet, but will be soon.
it also needs a manual page. any takers?
2010-08-30 02:19:47 +00:00
cegger
06b4e82a5b
fix grammar in error message
2010-08-29 21:15:26 +00:00
cegger
6bb3ec6d99
Confilict -> Conflict
2010-08-29 21:14:16 +00:00
kardel
72a98abb7e
support to follow NetBSD build options for
...
MKCRYPTO
MKMDNS
MKINET6
2010-08-29 18:55:50 +00:00
kardel
d9d9735e8e
make IPV6 support decision consistent with code in ntp_io.c
2010-08-29 18:54:30 +00:00
kardel
7d91f4fb19
remove commented out cruft
2010-08-29 18:52:59 +00:00
christos
489fabeee9
don't compile in ipv6 support unconditionally.
2010-08-29 15:53:01 +00:00
christos
33434557c9
dprintf is claimed by posix.
2010-08-29 15:40:35 +00:00
kardel
f7077f6660
only refer to libdns_sd when mDNS is compiled in
2010-08-29 11:15:32 +00:00
kardel
ef0ff97775
make mDNS registration depend on compile time build option MKMDNS
2010-08-29 10:13:07 +00:00
christos
26a6b06d3f
Don't try to hold the mutex if we are disabling the card because we can
...
be called from an interrupt context. While this is not strictly correct,
we are SoL anyway so this does not matter.
2010-08-29 07:00:13 +00:00
joerg
c1e0a5bd50
Replace the current usage of Elf64_Half with Elf64_Word and rename
...
NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility
with the common ELF specifications.
2010-08-28 21:30:02 +00:00
kardel
2092893b1f
using a char * as timeout value is a unique concept - atol() the string
2010-08-28 20:54:24 +00:00
kardel
9893a031e7
don't return an int casted pointer as 'boolean' value - compare result of strchr with NULL
2010-08-28 20:52:55 +00:00
kardel
457fd0a5a5
disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain
2010-08-28 20:51:08 +00:00
kardel
f66a137dbc
adjust to new NTP 4.2.6 build
2010-08-28 16:17:32 +00:00
kardel
56c7a2d991
unhook NTP 4.2.4 build, activate NTP 4.2.6 build in external/bsd/ntp
2010-08-28 15:56:45 +00:00
wiz
9538d798d1
Fix Dd argument, sort sections.
2010-08-28 15:49:08 +00:00
kardel
e1e8fcf831
hook in ntp 4.2.6 reachover build (new location in external/bsd/ntp)
2010-08-28 15:47:08 +00:00
kardel
925a7aaa61
unhook ntp 4.2.4 reachover build
2010-08-28 15:45:48 +00:00
christos
7741aae941
setup a callback to be invoked on resize buffers so that readline can
...
reset rl_line_buffer which unfortunately some applications use it directly.
2010-08-28 15:44:59 +00:00
kardel
179b12252e
add installation of manual pages, html files and up to now missing commands (sntp, ntptrace)
2010-08-28 15:42:45 +00:00
kardel
2dee21c22b
.sp only takes a single arg
2010-08-28 15:40:24 +00:00
kardel
e2516bcdc0
fix DEBUG compilation
2010-08-28 15:39:25 +00:00
kardel
43632c662f
remove uncondition #define DEBUG
2010-08-28 15:38:55 +00:00
tsutsui
189acfdc99
Enable options COMPAT_16 for old distributed.net client binaries.
2010-08-28 14:50:21 +00:00
ahoka
2c54ccb139
include prcm.h for NPRCM
2010-08-28 13:42:12 +00:00
tron
a38ccbe49f
Mention recent enhancement and not that this function is neither
...
re-entrant nor thread-safe.
2010-08-28 13:42:07 +00:00
ahoka
c31250161a
Add basic support for PRCM in omap devices, and use it to cold reset
...
the cpu in cpu_reboot();
Note: the driver only supports the cold reset action at the moment.
Enable it in BEAGLEBOARD
2010-08-28 13:02:32 +00:00
wiz
903fc89bbb
Use explanation for GOP_ALLOC in message from version 1.1.
...
Ok pooka@.
2010-08-28 10:56:11 +00:00
spz
d4446651db
trivial comment typo
2010-08-28 07:16:51 +00:00
kiyohara
7b57451a85
Fix build fail.
...
+ Include opt_omap.h, if defined OVERO.
+ Fix the pair of parentheses.
2010-08-28 07:13:47 +00:00
kiyohara
c3c2133955
Fix build failed. omap2_intr.h includes, if defined OMAP3530.
2010-08-28 07:06:29 +00:00
kiyohara
d3579ee238
Fix typo.
2010-08-28 04:59:22 +00:00
kiyohara
9190240781
Change size number to hexadecimal.
2010-08-28 04:58:49 +00:00
kiyohara
1fe3097332
Support smsh@gpmc.
...
tested Chestnut43 only.
2010-08-28 04:54:46 +00:00
kiyohara
39e2f24fea
+ Add parsing keyword 'expansion=' in args from U-boot. And keep backword
...
compatibility 'busheader=', in case Gumstix.
+ Add GPMC device map to gumstix_devmap[].
2010-08-28 04:46:24 +00:00
kiyohara
7ccc7ee0c4
+ Add configuration function for NIC of Chestnut43/Tobi/Tobi-Duo.
...
tested Chestnut43 only.
+ Remove parenthesis for return.
2010-08-28 04:39:42 +00:00
kiyohara
015c25e57a
Remove a white space.
2010-08-28 04:33:00 +00:00
kiyohara
ab81e3684b
+ Struct smsh_gxio is obsolated, and struct lan9118_softc is used.
...
We do not have private data at all.
+ Fix typo. sms_gxio_attach -> smsh_gxio_attach
2010-08-28 04:30:24 +00:00
kiyohara
d3d549f1e0
Disable L2 Cache when boot time.
2010-08-28 04:12:40 +00:00
kiyohara
61c272ff75
Fix PIC_MAXMAXSOURCES (96+160) to (96+192). OMAP35xx has 32bit GPIO x6.
2010-08-28 04:06:40 +00:00