NetBSD/sys
tsutsui b0074c5d2c Add an initialization function of DS1287A RTC and call it during attach.
It looks the boot firmware doesn't initialize the control registers
of DS1287A (while it resets NVRAM settings) and RTC oscillator is not
started properly after replacement.

Now my LUNA-II can keep RTC properly even after reboot.
2013-07-19 16:42:30 +00:00
..
altq
arch Add an initialization function of DS1287A RTC and call it during attach. 2013-07-19 16:42:30 +00:00
coda
compat Do not make FUTEX_WAIT wait indefinitely for an invalid timeout 2013-07-18 17:31:02 +00:00
conf Use += for SYSTEM_DEP not ?= 2013-07-17 14:05:43 +00:00
crypto
ddb
dev Print the part number for DDR3 modules. 2013-07-19 01:02:49 +00:00
dist/pf PFIL_HOOKS is dead. 2013-07-01 08:32:48 +00:00
external Add helper script for future imports. 2013-07-04 22:12:40 +00:00
fs Remove udf_node * as state variables and add the loop invariants UFS and tmpfs 2013-07-16 10:49:36 +00:00
gdbscripts
ipkdb
kern Always terminate qc_name with NUL because pool_init(9) uses 2013-07-18 19:39:49 +00:00
lib Adjust for coldfire 2013-07-18 22:14:48 +00:00
miscfs PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOMEM error case in procfs_domap()d 2013-07-18 07:59:44 +00:00
modules Add udf_rename.c to the UDF module make 2013-07-10 19:07:20 +00:00
net if received PADT, get correct sc related with session id. 2013-07-17 10:16:58 +00:00
net80211 - add m_add() that puts an mbuf to end of a chain 2013-06-27 17:47:18 +00:00
netatalk
netbt
netinet Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti. 2013-07-01 12:43:15 +00:00
netinet6 - Rewrite parts of pfil(9): use array to store hooks and thus be more cache 2013-06-29 21:06:57 +00:00
netipsec Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
netisdn Fix signature of capi_ll_control. 2013-05-29 09:26:02 +00:00
netkey
netmpls explicitly call sysctl setup in init. Needed for future dynamic loading 2013-07-18 06:23:07 +00:00
netnatm
netsmb
nfs C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
opencrypto Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
rump Coldfire uses atomic_cas_generic.c 2013-07-18 22:15:45 +00:00
secmodel
stand
sys Make do_sys_utimensat public 2013-07-18 14:06:27 +00:00
ufs Remove duplicate define of LFS_MAXNAMLEN 2013-06-28 16:14:06 +00:00
uvm Make this kcpuset_t instead of the private __cpuset_t 2013-07-17 23:15:20 +00:00
Makefile