christos
|
79364f4eb5
|
security fix propagation from bind, no actual changes, and it does not
affect us since we use an external bind.
|
2013-03-27 00:30:58 +00:00 |
|
martin
|
e86421c373
|
Fix device_t split glitch
|
2013-03-26 23:29:11 +00:00 |
|
christos
|
df71b4bc46
|
PR/32591: JuanRP: Also remove the file we are going to be building to prevent
it from being used as input.
|
2013-03-26 20:58:35 +00:00 |
|
garbled
|
143c554557
|
Add def for KERNEL_9
Get rid of unneeded disklabel -D in md.c
Fix pr/47684 by getting rid of a stupid NULL.
|
2013-03-26 20:56:54 +00:00 |
|
martin
|
f1a3f8c095
|
Minor cosmetic tweaks for cpu attach messages
|
2013-03-26 20:52:29 +00:00 |
|
taca
|
7925e35738
|
- ISC DHCP 4.2.5-P1 is out.
- Add Postfix 2.10.0 with 2.9.5.
|
2013-03-26 16:20:49 +00:00 |
|
isaki
|
f53c2e8d4b
|
u_int -> uint32_t
|
2013-03-26 11:30:20 +00:00 |
|
isaki
|
528dcaf553
|
Fix a wrong "raw" comparison in step3.2.
It should solve a PR kern/47692.
|
2013-03-26 10:57:13 +00:00 |
|
agc
|
82a5e768fb
|
Describe the agc-symver branch
|
2013-03-26 02:05:48 +00:00 |
|
jmcneill
|
0ce160bc21
|
vchiq(4): Add support for Broadcom VideoCore IV firmware interface.
vcaudio(4): Add support for Broadcom VideoCore IV audio service.
|
2013-03-25 23:04:53 +00:00 |
|
jmcneill
|
7e966400c1
|
enable vchiq, add vcaudio and audio drivers
|
2013-03-25 23:01:23 +00:00 |
|
jmcneill
|
54e2c2ba0a
|
defer vchiq initialization with config_mountroot, works around a timing issue that caused problems during sdhc init on some boards
|
2013-03-25 22:59:25 +00:00 |
|
jmcneill
|
ad80650833
|
remove unnecessary newline and function name from log message that reports vchiq local and remote versions
|
2013-03-25 22:58:42 +00:00 |
|
jmcneill
|
fc989baaab
|
hide some debug printfs under VCHIQ_IOCTL_DEBUG
|
2013-03-25 22:40:12 +00:00 |
|
jmcneill
|
4aac15c9d4
|
fix atomic_cmpxchg wrapper
|
2013-03-25 22:17:01 +00:00 |
|
skrll
|
a2a121cc89
|
Remove vchiq_doorbell_irq. We have our own version in vchiq_intr.
|
2013-03-25 22:01:49 +00:00 |
|
skrll
|
b4bd4c4558
|
Wrap a long line
|
2013-03-25 21:58:24 +00:00 |
|
skrll
|
4b34cf126d
|
Remove a bogus KASSERT and improve a comment while I'm nearby.
|
2013-03-25 21:58:00 +00:00 |
|
skrll
|
ba16f82c16
|
Revert commented out create_pagelist/free_pagelist to the original
version and not the broken FreeBSD version. Should really be deleted
someday soon.
|
2013-03-25 21:55:11 +00:00 |
|
christos
|
1fe4c812c7
|
PR/47693: Erik E. Fair: Add missing code to icmp handling.
- While there, add the rest of the missing codes
- Merge groups
- Fix indentation
|
2013-03-25 18:43:30 +00:00 |
|
macallan
|
6d5cfb295a
|
change hsync start to match xf86-video-radeon so CRT modes set up by radeonfb
and Xorg no longer differ by a few pixels horizontally
|
2013-03-25 17:35:51 +00:00 |
|
gson
|
1189f7bcc3
|
Don't size an array using MB_CUR_MAX while one locale is in effect and
then use it with another locale having a larger MB_CUR_MAX. This
should fix the t_wctomb:wcrtomb_state test failures seen on i386.
|
2013-03-25 15:31:03 +00:00 |
|
christos
|
7ec4b58530
|
put back example server configuration file that was removed upstream
|
2013-03-25 12:59:59 +00:00 |
|
chs
|
f08eca0c18
|
only use db_printf() if we're actually called from DDB.
this prevents the boot-time one from pausing the boot process.
|
2013-03-25 01:34:59 +00:00 |
|
chs
|
f8a67d48b6
|
redo the ACPI interrupt handler setup again, this time handling
MADT overrides that change the pin as well as the polarity.
fixes PR 47648.
|
2013-03-25 01:30:37 +00:00 |
|
christos
|
cec592dd5a
|
Undo horrid configure hack, use compiler define.
|
2013-03-25 01:11:02 +00:00 |
|
christos
|
45e15df1e5
|
update dhcp to the latest
|
2013-03-24 23:04:07 +00:00 |
|
christos
|
f662ec0bb9
|
adjust build to 4.2.5
|
2013-03-24 23:03:05 +00:00 |
|
cheusov
|
58a359bf4e
|
New device Id for Beagle Bone, reviewed by bouyer@ and Lloyd Parker
|
2013-03-24 23:00:48 +00:00 |
|
jmcneill
|
5e6a09db35
|
print the local and remote vchiq versions
|
2013-03-24 22:54:21 +00:00 |
|
christos
|
b576cb34cf
|
updat to 4.2.5
|
2013-03-24 22:50:21 +00:00 |
|
skrll
|
cc3878e808
|
Add || defined(OHCI_DEBUG) to pick up usbd_dump_pipe
Fixes kern/47690
|
2013-03-24 22:38:45 +00:00 |
|
msaitoh
|
c2f14c9b5e
|
- Add detach function.
- Remove old unused bge_vpd_*.
|
2013-03-24 22:33:59 +00:00 |
|
christos
|
90879887e2
|
new dhcp
|
2013-03-24 22:26:45 +00:00 |
|
christos
|
b71da193c3
|
unhook old dhcp
|
2013-03-24 22:23:33 +00:00 |
|
christos
|
2fbb8dab62
|
hook in the new dhcp code
|
2013-03-24 22:22:32 +00:00 |
|
christos
|
dae5e0f4f6
|
Add a build kludge to make dhclient link statically libisc, libdns, libpthread
so it does not need things from /usr/lib, until we decide what to do with it.
|
2013-03-24 22:21:21 +00:00 |
|
christos
|
fd5d831f1e
|
downgrade an error to debug.
|
2013-03-24 22:06:37 +00:00 |
|
christos
|
267163496c
|
PR/47689: rudolf: reference to sendmail(8) instead of (1) in vacation(1)
|
2013-03-24 21:00:22 +00:00 |
|
joerg
|
18115f664e
|
Cleanup prelim_menu definition.
|
2013-03-24 20:57:19 +00:00 |
|
christos
|
a34568e5de
|
Nothing uses the old small dhclient, and the new version is gigantic since it
brings in libisc.
|
2013-03-24 20:26:29 +00:00 |
|
christos
|
fa15871090
|
bump the rest of the bind libraries
|
2013-03-24 19:56:06 +00:00 |
|
jmcneill
|
3fba3ae030
|
add wip videocore4 audio driver
|
2013-03-24 19:55:19 +00:00 |
|
jmcneill
|
c19e986099
|
pull in vchiq
|
2013-03-24 19:54:22 +00:00 |
|
jmcneill
|
292663c506
|
add vchiq
|
2013-03-24 19:52:11 +00:00 |
|
christos
|
516c4aa727
|
point pdisk to the right place
|
2013-03-24 19:18:37 +00:00 |
|
msaitoh
|
fe65a1345b
|
Back out rev. 1.210. The PCI config registers of bge are shadowed in the
device register window, so don't use pci_conf_*() again because those
access are slow.
|
2013-03-24 19:16:10 +00:00 |
|
christos
|
50e3eb7c07
|
bump bind libs.
|
2013-03-24 18:55:54 +00:00 |
|
christos
|
c0c4377f17
|
bump bind libraries
|
2013-03-24 18:55:33 +00:00 |
|
christos
|
94ee3dd93f
|
Call the isc register functions now that we are not calling the library using
the special BIND9 compilation.
|
2013-03-24 18:44:37 +00:00 |
|