Go to file
Brian Behlendorf 96dded3844 SLES10 Fixes (part 2):
- Configure check, the div64_64() function was renamed to
  div64_u64() as of 2.6.26.
- Configure check, the global_page_state() fuction was introduced
  in 2.6.18 kernels.  The earlier 2.6.16 based SLES10 must not try
  and use it, thankfully get_zone_counts() is still available.
- To simplify debugging poison all symbols aquired dynamically
  using spl_kallsyms_lookup_name() with SYMBOL_POISON.
- Add console messages when the user mode helpers fail.
- spl_kmem_init_globals() use bit shifts instead of division.
- When the monotonic clock is unavailable __gethrtime() must perform
  the HZ division as an 'unsigned long long' because the SPL only
  implements __udivdi3(), and not __divdi3() for 'long long' division
  on 32-bit arches.
2009-05-20 10:08:37 -07:00
cmd Remove useless EOL white space padding from splat -l command. 2009-03-18 11:56:42 -07:00
config SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
include SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
lib Allow spl_config.h to be included by dependant packages 2009-03-17 14:55:59 -07:00
module SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
patches Linux VM Integration Cleanup 2009-03-04 10:04:15 -08:00
scripts Build system and packaging (RPM support) 2009-03-09 15:56:55 -07:00
AUTHORS Prep for spl-0.4.3 tag. 2009-03-20 14:48:30 -07:00
autogen.sh * : Add autogen.sh products. 2008-11-24 23:49:18 +00:00
ChangeLog Prep for spl-0.4.3 tag. 2009-03-20 14:48:30 -07:00
configure SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
configure.ac SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
DISCLAIMER Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
INSTALL Trivial commit to remove whitespace 2008-07-09 19:11:29 +00:00
Makefile.am Allow spl_config.h to be included by dependant packages 2009-03-17 14:55:59 -07:00
Makefile.in Allow spl_config.h to be included by dependant packages 2009-03-17 14:55:59 -07:00
META Prep for spl-0.4.3 tag. 2009-03-20 14:48:30 -07:00
spl_config.h.in SLES10 Fixes (part 2): 2009-05-20 10:08:37 -07:00
spl_unconfig.h Allow spl_config.h to be included by dependant packages 2009-03-17 14:55:59 -07:00
spl.spec.in Build system cleanup 2009-03-11 12:37:34 -07:00