Commit Graph

225684 Commits

Author SHA1 Message Date
pooka
c310bd104c Trim alignment out of packet length before passing it up. 2014-03-18 18:10:08 +00:00
christos
805326e6ff Make all __ALIGNBYTES macros return the same type (size_t) 2014-03-18 17:11:19 +00:00
joerg
47875e291b Ignore LD_BIND_NOW for setuid binaries, but keep it in the environment
otherwise.
2014-03-18 16:05:34 +00:00
skrll
b7fe3a93a8 Remove a simplelock and replace with a kmutex 2014-03-18 15:44:37 +00:00
macallan
45f9a5100e split 601 and generic PowerPC timecounter code a bit more 2014-03-18 14:34:31 +00:00
riastradh
91921178f6 Avoid undefined behaviour in shifts in endian decoding routines.
If int is 32-bit and p is a uint8_t *, then p[0] is promoted to int
and p[0] << 24 can shift a one into the sign bit of an int, which is
nasal demon territory.
2014-03-18 14:28:37 +00:00
joerg
056a4fb13e libunwind supports vax now. 2014-03-18 13:10:27 +00:00
joerg
c9aa4ad46c Add basic unwind support for VAX. PSW handling and stack pointer after
resume is still incomplete.
2014-03-18 13:08:15 +00:00
martin
be289d15e1 Bracket timer_init() with disable_interrupts()/restore_interrupts()
properly. Pointed out by Chris Gilbert.
2014-03-18 12:54:29 +00:00
gson
b941da03f1 Delay daemonization until RPC services have been registered.
Fixes one of the race conditions of PR misc/48282.
2014-03-18 11:00:20 +00:00
hannken
b349ee43ab Operations vmark(), vunmark() and vismarker() have been replaced by
vfs_vnode_iterator_*(), remove them.

Document vfs_vnode_iterator_*().

Make VI_MARKER private to vfs_vnode.c, vfs_mount.c and unfortunately
to ufs/lfs/lfs_segment.c.

Welcome to 6.99.37
2014-03-18 10:21:47 +00:00
matt
231b455025 Add some missing devices (crypto & gige) 2014-03-18 08:56:42 +00:00
skrll
9bf4ee7d90 In fill_fpregset correct the address to grab the register from 2014-03-18 08:40:05 +00:00
matt
5c06472b65 Comment out VERBOSE_INIT_ARM 2014-03-18 08:22:05 +00:00
martin
2d45390a1c Fix typo 2014-03-18 08:08:55 +00:00
matt
8beacb561a Add commented out MVSOC_EARLY_CONSOLE option 2014-03-18 07:34:15 +00:00
matt
149bf5cc01 Add _LOCORE around marvell_interregs_pbase 2014-03-18 07:30:09 +00:00
matt
1e9084ce0e defflag MVSOC_CONSOLE_EARLY 2014-03-18 07:25:57 +00:00
matt
53fecfa73f Base on ARMADAXP, not SHEEVAPLUG.
Simplify.
Support FPU_VFP
2014-03-18 07:07:40 +00:00
matt
71a206343f Add xhci 2014-03-18 07:06:43 +00:00
matt
6e20aa3d61 defflag VERBOSE_INIT_ARM 2014-03-18 07:05:46 +00:00
matt
7722120b11 Add MEMSIZE to opt_mvsoc.h 2014-03-18 07:05:00 +00:00
matt
df768d5050 Enable VFP on MV88SV58XX 2014-03-18 07:03:22 +00:00
matt
e0b7419d3b Only include "opt_mvsoc.h" if _INTR_PRIVATE is defined. 2014-03-18 06:46:14 +00:00
matt
cf0d99b3ed Don't replicate most of mk.marvell in mk.armadaxp 2014-03-18 06:23:45 +00:00
matt
13d405d97d Default comfreq to mvTclk if CONSFREQ is not defined. 2014-03-18 06:17:55 +00:00
matt
4fb25fe172 Move defparam opt_mvsoc.h to more appropriate place. 2014-03-18 05:50:06 +00:00
christos
5fe0c59dd8 KNF, bump warns, fix warnings to print the program name. 2014-03-18 00:16:49 +00:00
martin
b658434c23 Hack the detach path so we do it without error messages 2014-03-17 21:21:57 +00:00
martin
582cb34741 Misc cleanup, suggested by Chuck Silvers. 2014-03-17 19:59:42 +00:00
skrll
7f6a34a4a9 Fix build.
Hi dh!
2014-03-17 15:57:56 +00:00
christos
e2ecf243c3 fix memory leak
XXX: pullup 6
2014-03-17 13:24:23 +00:00
pooka
5102012c0e rename component.c -> md_component.c 2014-03-17 11:30:40 +00:00
martin
d9c366827a Handle VAX 2014-03-17 11:08:11 +00:00
skrll
2028863ff6 iTypo in comment. 2014-03-17 10:27:46 +00:00
mrg
390760f74f merge xmodmap 1.0.8. 2014-03-17 10:11:27 +00:00
mrg
2c8e080f88 merge xrdb 1.1.0, xset 1.2.3, xvinfo 1.1.2, and xwd 1.0.6. 2014-03-17 10:09:18 +00:00
mrg
845dbcb7e6 update for xlsclients 1.1.3. 2014-03-17 09:46:10 +00:00
hannken
33b1d7765e Change zfs_sync() to use vfs_vnode_iterator. 2014-03-17 09:37:41 +00:00
hannken
fcb1d82829 Change smbfs_sync() to use vfs_vnode_iterator. 2014-03-17 09:37:09 +00:00
hannken
f9d8c5c8e8 Change pageflush() to use vfs_vnode_iterator. 2014-03-17 09:36:34 +00:00
hannken
b1e067f299 Change msdosfs_sync() to use vfs_vnode_iterator. 2014-03-17 09:35:59 +00:00
hannken
835102c3e9 Change nfs_clearcommit() to use vfs_vnode_iterator. 2014-03-17 09:35:24 +00:00
hannken
f4c84c255f Change nfs_sync() to use vfs_vnode_iterator. 2014-03-17 09:34:51 +00:00
hannken
9570410ba3 Change lfsquota1_handle_cmd_quotaon() and lfs_q1sync()
to use vfs_vnode_iterator.
2014-03-17 09:34:16 +00:00
hannken
7ebf0c9f14 Change vismarker() to VI_MARKER for lfs_writevnodes().
This operation has to be changed to vfs_vnode_iterator.
2014-03-17 09:33:20 +00:00
hannken
a29bf1f9e3 Change quota1_handle_cmd_quotaon() and q1sync() to use vfs_vnode_iterator. 2014-03-17 09:31:35 +00:00
hannken
018f78dec2 Change ext2fs_sync() to use vfs_vnode_iterator. 2014-03-17 09:30:32 +00:00
hannken
0cf0c21ae2 Change ffs_sync() to use vfs_vnode_iterator. 2014-03-17 09:29:55 +00:00
hannken
9e1240b6bd Change snapshot_expunge() to use vfs_vnode_iterator. 2014-03-17 09:29:20 +00:00