0
I Use This!
Inactive

Commits : Listings

Analyzed 2 minutes ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I'm not at all clear about why this generated file needs to be in the repository, but I'm tired of guessing. More... about 21 years ago
Add missing LGPL headers to Cray code More... about 21 years ago
merge b_devel to HEAD; remove those awful id tags More... about 21 years ago
Boilerplate fixes More... about 21 years ago
Remove generated file More... about 21 years ago
merge b_devel into HEAD More... about 21 years ago
Back out changes to HEAD; you'll find these in b_devel. More... about 21 years ago
just workaround for compilation and insmoding for 2.5.59 More... about 21 years ago
Added nalids.h to the tarball created on "make rpms" More... about 21 years ago
compilation fix for user/util,tcpnal,procbridge More... about 21 years ago
- patch portals according to user-level stuff compilation - add Makefile.am in user/procbridge,tcpnal,util More... about 21 years ago
initially add user-level stuff from cray: - three headers in include/portals - user/util - user/tcpnal - user/procbridge More... about 21 years ago
-- missing list.h file More... about 21 years ago
- a few missing compile fixes for user level stuff More... about 21 years ago
- fixes for liblustre. More... about 21 years ago
add condition the Makefile changes for linux2.5 delete the previous unconditional changes for linux2.5 More... about 21 years ago
oops; s/Laboratory/Laboratories/ More... about 21 years ago
fixes for 2.5.59 module compilation More... about 21 years ago
- add syslog support, and log new connection messages More... about 21 years ago
Adds/adjusts the licensing and copyright headers for: More... about 21 years ago
* Merged b_new_hdr into HEAD. ptl_{ack,put,get,reply}_t::length has common interpretation as the length of the payload (0 for ack,get).
eeb
More... about 21 years ago
- fixes for 2.5.59 compilation... More... about 21 years ago
Fix for bug #786. Moves the proc base directory for portals from fs/lustre to net/portals. Reviewed by Zach & Phil. More... about 21 years ago
* Fixed erroneous assertion in socknal_cb.c
eeb
More... about 21 years ago
- don't return an error if disconnect all doesn't find any connections to disconnect More... about 21 years ago
* removed dependence on sock_{send,recv}msg iov "consumption" (passes stack (caveat emptor) copy of iov instead)
eeb
More... about 21 years ago
* temporary fix for PtlGet() race
eeb
More... about 21 years ago
Remove that annoying kmem_cache_validate() message on SMP systems. More... about 21 years ago
Went in to quiet an unused variable warning in ksocknal_scheduler(), and cleaned up a horror of long lines and extra whitespace. My fingers gave out before the long lines did though. More... over 21 years ago
Turns out I had portal_printk all wrong. The messages were always being printed, but the default console log level was too low to see them. Now the value in portal_printk is the console level at which the messages will be logged. More... over 21 years ago